lucasheld / uptime-kuma-api

A Python wrapper for the Uptime Kuma Socket.IO API
https://uptime-kuma-api.readthedocs.io
MIT License
252 stars 19 forks source link

Resolve missing version on uptime-kuma 1.23.x. Closes #55 #56

Closed iTerminate closed 1 year ago

lucasheld commented 1 year ago

Thank you very much for your pull request. But I decided to fix this issue in a different way (https://github.com/lucasheld/uptime-kuma-api/commit/370b7e3e18e070d4c65557b4c4ee6ddf71024f69): By ignoring the first info event without a version. This module needs an uptime kuma login anyway, so the second info event will be received quickly.