ii64 / ovopy

Un-official OVO API Wrapper
MIT License
32 stars 9 forks source link

getWalletTransaction raise an error of httpStatus=404 #4

Open riza-azmi opened 4 years ago

riza-azmi commented 4 years ago

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)

https://github.com/ii64/ovopy/blob/e8b644565b2afd5876c17dbefd400025c462d734/ovopy/api/client.py#L330

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"

ii64 commented 4 years ago

Not duplicate, it's related to #2 as reference. I'll ask you to try it again after it's updated.

You can take a look to #1 it's working before, OVO doing deprecation to the endpoint.