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 Jan 20, 2020. It is now read-only.
When coinbase gives a 502 and presumably any error, it throws a
TypeError
because it's tries to decode the returned html as json.This whole library basically assumes coinbase is always returning the right thing, there's no error handling here at all: https://github.com/coinbase/coinbase-python/blob/master/coinbase/wallet/model.py#L301-L315
At a minimum it should return the actual connection issue, these are not type issues.
The text was updated successfully, but these errors were encountered: