- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
The 24 hours duration is not due to page.wait_for_timeout, but this Python statement is maybe involved in not stopping the script.
Next ping was expected at 2025-10-19 18:12:22.633351 which is quite exactly 24 hours after.
I am a bit surprised as I had the feeling that it was previously running for longer.
[Benjamin-Lo…
grep -vE "(Checking at
The person:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAZt6ovVSUl287bAmO4MHeTtM0y6fHgaOLmMO5uU9lTl4w
SZYJzsnmCxstY1uyHS6p8GzMPrQDRdcmtGAw4Cg6+GPJVfIm+h…
The person:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAKQHhUOrOsiBZHz0ZFRdnbkmeJmqnCLd9Hv9Ii78p7jEw
ThgBeZ/cQxNG0sPunIMmxHZJYNUF1WiUgnE3cA9vXdYiCWcy4J…
Improve_websites_thanks_to_open_source/issues/2411 is a blocker.
global lastTime was missing in server_message_handler.
tail -n 3 notifyOnNewRealTimeOverleafActivity.py.log
Output:
2025-10-13 16:15:02.594978 Checking at 1760364902.5949585
2025-10-13 16:15:27.595367…
grep '2::' notifyOnNewRealTimeOverleafActivity.py.log
Concerning Docker, see for instance Benjamin_Loison/etesync-dav/issues/4#issuecomment-7661008.
Output:
...
2025-10-09 00:40:37.703382 Checking at 1759963237.7033584
2025-10-09 00:40:40.789355 message='2::'
2025-10-09 00:41:02.703878 Checking at…
The person mentioned in https://pim.etesync.lemnoslife.com/pim/events/KZ_e7ykAkYyWD3ECaZgHyCYAweZhp_Rm
Benjamin_Loison/playwright/issues/3 would help.
Python script:
import time
import threading
UPDATE_DELAY = 1
THRESHOLD = UPDATE_DELAY * 2
NORMAL_BEHAVIOR_PERIOD = 3 * THRESHOLD
lastTime =…
Check if no response since 50 seconds seems to be a good way to be notified when the WebSocket does not work anymore.
Alternatively should check if after the same amount of time face again this…