Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Critical Bug - 404 HTTP Status Code Handling #65

Closed
jasonacox opened this issue Jan 13, 2024 · 0 comments · Fixed by #66
Closed

Critical Bug - 404 HTTP Status Code Handling #65

jasonacox opened this issue Jan 13, 2024 · 0 comments · Fixed by #66
Labels
bug Something isn't working

Comments

@jasonacox
Copy link
Owner

There is a bug identified in the current pypowerwall release on how 404 HTTP status codes are handled.

Firmware version 23.44.0 has eliminated /api/devices/vitals resulting in a 404 response from the Powerwall Gateway (TEG) when this is requested. There is a bug in the pypowerwall code that will treat this 404 like an authentication failure which will result in attempts to log in over and over, eventually hitting the rate limit. This is especially impactful for those using the proxy for things like Powerwall-Dashboard as the rate limit will prohibit other data gathering.

Related issue: #57

A fix is underway...

@jasonacox jasonacox added the bug Something isn't working label Jan 13, 2024
jasonacox added a commit that referenced this issue Jan 13, 2024
jasonacox added a commit that referenced this issue Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant