Closed Kobidav closed 1 year ago
Thank you very much for this suggestion. I have never noticed this problem because I only test with a local Uptime Kuma instance.
It's implemented in version 0.6.0.
You can pass this parameter when creating the UptimeKumaApi instance:
>>> api = UptimeKumaApi(url, wait_timeout=5)
Hi @lucasheld . Thank you for the great tool. Some times i have api connection issues with error
socketio.exceptions.BadNamespaceError: / is not a connected namespace.
And for me helped adding wait-timeout param topython-socketio "connect" method
in api.py:Could you please add option to manage wait-timeout from "UptimeKumaApi"?