-
Notifications
You must be signed in to change notification settings - Fork 25
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
309 error and takes from 1 to 2 positional arguments but 3 were given #31
Comments
Could you please append an image/code/example of how are you using it or what are you trying to do? Checking the last API version, Bitvavo object can be created without parameters, and account method does not expected any, so I cannot understand why are you getting that error. Regards. |
Sorry for the confusion, I just can't seem to access the api at all: for instance when I use this,
i get:
previously this was just working fine Thanks |
and this method according to the docs, gives another error: see below
|
Your first block of code works perfectly fine for me; perhaps your key and/or secret aren't quite up to snuff? Or perhaps you haven't installed the latest version of the Bitvavo API? Though they haven't changed much as of late. About your second block of code: |
I am encountering kind of the same problem. bitvavo = Bitvavo({ |
When accessing the account: via this example https://docs.bitvavo.com/?_ga=2.52320942.665698512.1641382004-1137001316.1615803719#tag/Account
it gives me the "takes from 1 to 2 positional arguments but 3 were given" error when entering the API and secret API key
any solutions?
when accessing it using the dictionary example: https://github.com/bitvavo/python-bitvavo-api (getting started section) it gives me an error that the signature is invalid.
it all worked a few weeks ago but it suddenly stopped working. how?
created also a new API and uninstalled the package still nothing
thanks!
The text was updated successfully, but these errors were encountered: