schech1 / uptime-buddy

Uptime monitoring on Apple Watch
https://apps.apple.com/de/app/uptime-mate/id6503297780
MIT License
98 stars 3 forks source link

Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST #13

Closed olvier closed 2 months ago

olvier commented 2 months ago
2024-09-03 17:29:18,154 - __main__ - INFO - Starting the backend...
2024-09-03 17:29:18,158 - waitress - INFO - Serving on http://0.0.0.0:5005
2024-09-03 19:59:17,844 - __main__ - INFO - Accessing /status endpoint
2024-09-03 19:59:17,878 - __main__ - INFO - Accessing /monitors endpoint
2024-09-03 19:59:22,675 - __main__ - INFO - Accessing /monitors endpoint
2024-09-03 19:59:23,875 - __main__ - INFO - Accessing /monitors endpoint
2024-09-03 19:59:27,886 - __main__ - ERROR - Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST
2024-09-03 19:59:29,184 - __main__ - INFO - Accessing /status endpoint
2024-09-03 19:59:29,273 - __main__ - INFO - Accessing /monitors endpoint
2024-09-03 19:59:32,677 - __main__ - ERROR - Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST
2024-09-03 19:59:33,713 - __main__ - INFO - Accessing /monitors endpoint
2024-09-03 19:59:33,883 - __main__ - ERROR - Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST
2024-09-03 19:59:39,277 - __main__ - ERROR - Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST
2024-09-03 19:59:43,720 - __main__ - ERROR - Error in /monitors: Timed out while waiting for event Event.MONITOR_LIST

First of all: i do NOT have MFA enabled in uptima-kuma, and not in the compose!

Second: Is not able to connect to endpoint ;)

Updated App in iOS and the compose file



services:
  uptime-buddy-api:
    image: schech1/uptime-buddy-api:latest
    ports:
      - 5005:5005
    environment:
      - UPTIME_KUMA_URL=http://192.168.0.44:3001
      - USERNAME=myuname
      - PASSWORD=mynicepassword
      - TOKEN=yes-mytoken
      - MFA=false
schech1 commented 2 months ago

Please try to remove the line with - MFA=false completely from docker compose

schech1 commented 2 months ago

I fixed it with the latest commit. -MFA can be now true/false or removed completely