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
Another warning when importing ovopy: "DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working"
The text was updated successfully, but these errors were encountered:
I run on Python3.7.7. It was successfully login, but when calling this function, I got an error:
r = ovo.getWalletTransaction(page=1, limit=1)
error.OVOUnexpectedError: OVOHttpResponse(code=None, status=None, message=None, content=None, data=None, httpStatus=404)
ovopy/ovopy/api/client.py
Line 330 in e8b6445
Another warning when importing ovopy: "DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working"
The text was updated successfully, but these errors were encountered: