Default info event does not fetch version under uptime-kuma with version 1.23.1 #55

Closed
opened 2023-09-08 19:38:04 +02:00 by iTerminate · 1 comment
iTerminate commented 2023-09-08 19:38:04 +02:00 (Migrated from github.com)

Intermittent issue. API calls fail due to lack of version.

Sample output for uptime-kuma-api.info()

{'primaryBaseURL': None, 'serverTimezone': 'America/Chicago', 'serverTimezoneOffset': '-05:00'}

See be26bb75d9

Intermittent issue. API calls fail due to lack of version. Sample output for uptime-kuma-api.info() ``` {'primaryBaseURL': None, 'serverTimezone': 'America/Chicago', 'serverTimezoneOffset': '-05:00'} ``` See https://github.com/louislam/uptime-kuma/commit/be26bb75d9a54debad31a3914bbf072bc929cc7c
lucasheld commented 2023-09-26 22:49:25 +02:00 (Migrated from github.com)

This bug only occurred if the wait_events setting was set too low. If wait_events was high enough, the second info event was used automatically. This is fixed now.
But everyone who had this problem should set wait_events higher to avoid problems in other places.

This bug only occurred if the `wait_events` setting was set too low. If `wait_events` was high enough, the second info event was used automatically. This is fixed now. But everyone who had this problem should set `wait_events` higher to avoid problems in other places.
Sign in to join this conversation.
No description provided.