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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
For example, if the server returns a 500, the traceback the client logs is:
main function encountered error
Traceback (most recent call last):
File "/home/exarkun/Environments/leastauthority.com/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 565, in _startRunCallbacks
self._runCallbacks()
File "/home/exarkun/Environments/leastauthority.com/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 651, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/exarkun/Environments/leastauthority.com/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 457, in callback
self._startRunCallbacks(result)
File "/home/exarkun/Environments/leastauthority.com/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 565, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/home/exarkun/Environments/leastauthority.com/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 651, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/exarkun/Work/LeastAuthority/leastauthority.com/lae_automation/subscription_manager.py", line 468, in check
raise UnexpectedResponseCode(response, required)
lae_automation.subscription_manager.UnexpectedResponseCode:
I would expect UnexpectedResponseCode to have a better string representation than that, given it is defined with attr. So I'm not quite sure what's happening here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, if the server returns a 500, the traceback the client logs is:
I would expect
UnexpectedResponseCode
to have a better string representation than that, given it is defined withattr
. So I'm not quite sure what's happening here.The text was updated successfully, but these errors were encountered: