Timeout on get_monitors() #61
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/uptime-kuma-api#61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello !
Got timeout on
api.get_monitors()
whileapi.get_monitor(1)
is working.I got 50 monitors.
Here is the trace:
Traceback (most recent call last): File "get.py", line 10, in <module> monitors = api.get_monitors() File "/home/victor/.local/lib/python3.10/site-packages/uptime_kuma_api/api.py", line 1175, in get_monitors r = list(self._get_event_data(Event.MONITOR_LIST).values()) File "/home/victor/.local/lib/python3.10/site-packages/uptime_kuma_api/api.py", line 538, in _get_event_data raise Timeout(f"Timed out while waiting for event {event}") uptime_kuma_api.exceptions.Timeout: Timed out while waiting for event monitorList
And I don't have any errors on Uptime Kuma logs.
Someone has any ideas ?
Thanks
EDIT : NETWORK ISSUE THREW K8S INGRESS