Skip to content

Commit

Permalink
fix: fix unnecessary reauth if 500 error detected
Browse files Browse the repository at this point in the history
When Amazon servers experience an internal server error, this would
return a bad response that was treated as a bad login. We now ignore
this response. This was likely an issue happening in the EU.

closes #1701
  • Loading branch information
alandtse committed Sep 5, 2022
1 parent 06626dc commit a8aab6b
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 511 deletions.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@alandtse", "@keatontaylor"],
"requirements": ["alexapy==1.26.1", "packaging>=20.3", "wrapt>=1.12.1"],
"requirements": ["alexapy==1.26.2", "packaging>=20.3", "wrapt>=1.12.1"],
"iot_class": "cloud_polling"
}
Loading

0 comments on commit a8aab6b

Please sign in to comment.