-
Notifications
You must be signed in to change notification settings - Fork 55
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
Recent Kraken changes broke pykrakenapi? #82
Comments
I'm getting the same thing when
Have no idea what can be causing this yet. |
In Kraken API's changelog, they mention:
But |
Should get resolved by this pull request from |
I found this comment on krakenex and copied the temporary fix with success: |
This is (was) a dependency issue, not EDIT: Actually,
|
There seems to have been a recent change on Kraken's side that has broken pykrakenapi. I have had a script running for months that uses the OHLC data. Today my script stopped working, and running the following example from the home page:
import krakenex
from pykrakenapi import KrakenAPI
api = krakenex.API()
k = KrakenAPI(api)
ohlc, last = k.get_ohlc_data("BCHUSD")
print(ohlc)
gives me the following error:
attempt: 000 | ['EGeneral:Invalid arguments']
The text was updated successfully, but these errors were encountered: