You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is awesome! I have it working and I get the sensor data but the logout code is crashing with HTTP 503.
Exception has occurred: HTTPError
Failed to logout, status code: 503
File "/home/mike/weather/lacrosse_view/__init__.py", line 261, in logout
raise HTTPError(f"Failed to logout, status code: {str(response.status)}")
File "/home/mike/weather/GetWeather.py", line 37, in get_data
await api.logout()
File "/home/mike/weather/GetWeather.py", line 39, in <module>
asyncio.run(get_data())
just curious if you get this as well, and whether you know if there's a solution.
This is awesome! I have it working and I get the sensor data but the logout code is crashing with HTTP 503.
just curious if you get this as well, and whether you know if there's a solution.
FYI 503 is Service Unavailable https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503
The text was updated successfully, but these errors were encountered: