Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getWalletTransaction raise an error of httpStatus=404 #4

Open
riza-azmi opened this issue May 28, 2020 · 1 comment
Open

getWalletTransaction raise an error of httpStatus=404 #4

riza-azmi opened this issue May 28, 2020 · 1 comment

Comments

@riza-azmi
Copy link

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)

def getWalletTransaction(self, page=1, limit=10,*_, **kws):

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
Copy link
Owner

ii64 commented Jun 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants