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
In keyring_proxy.py, get_response_for_request() will raise a TypeError exception when attempting to dereference response if the request made by _get() times-out.
Requests that time-out should raise a TimeoutError.
Version
1.3 beta
What platform are you using?
macOS
What ui mode are you using?
GUI
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
In
keyring_proxy.py
,get_response_for_request()
will raise a TypeError exception when attempting to dereferenceresponse
if the request made by_get()
times-out.Requests that time-out should raise a TimeoutError.
Version
1.3 beta
What platform are you using?
macOS
What ui mode are you using?
GUI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: