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

Handle ResponseCode is None #229

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

austinmroczek
Copy link
Collaborator

When the server is having issues, it sometimes responds with empty (None) responses. This change checks for that and raises the ServiceUnavailable exception.

Fixes #228

@austinmroczek austinmroczek merged commit f2e5d98 into craigjmidwinter:master Dec 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle ResponseCode is None
1 participant