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
I had added support for AddExport previously (#72) and that worked like a charm.
However after krakens most recent api update (I assume, timing fits) AddExport stopped working. Kraken server will give "Invalid Arguments" error. Same call with python example code works.
I'm in talk with kraken support about this, but I thought I'd leave it here, too.
The text was updated successfully, but these errors were encountered:
I just reviewed a very long in-depth conversation with a helpful person from kraken support about this problem. He even threw js code at me that did work (but had tons of other issues, it was just a quick hack by him to show js works in theory)
In the end we agreed that this unmaintained software (#66) is not worth debugging.
I looked at some of the forks of this repo (there's 187 forks). https://github.com/jpcx/node-kraken-api looked promising and the issue I linked above also has some suggestions.
I ended up using python, though, because I already had a working version.
Let us know if you find something that works, @mschneider
I had added support for AddExport previously (#72) and that worked like a charm.
However after krakens most recent api update (I assume, timing fits) AddExport stopped working. Kraken server will give "Invalid Arguments" error. Same call with python example code works.
I'm in talk with kraken support about this, but I thought I'd leave it here, too.
The text was updated successfully, but these errors were encountered: