-
Notifications
You must be signed in to change notification settings - Fork 2k
Kraken updateproducts.sh does not work #427
Comments
It works for me... You seem to be getting the CloudFlare page, Kraken has had some connection issues. That said, I still seem unable to get the kraken.BCH-ZEUR to work, it keeps telling me |
@timstoop I've had some success after changing it to BCH-EUR in products.js. Though I'm puzzled why this is needed. |
That seems to work indeed, but I'm now getting pretty regular:
Wish the script would just retry on this error :( |
Sorry, seems to be an intermittent problem with Kraken yes. Tried again today after trying a few times in succession that day and it works now. Ditto on BCH pairs, can't get them to work either. |
So, manually changing the trading pair in products.js (removing the Z from ZEUR, for instance) makes Zenbot see the asset, however, when you try to get the balance, it does not recognise the currency (and displays it as 0). I'm not sure what's going on here :/ |
I ran updateproduct.sh again and now the result is a bit different (ignore the ./zen.sh invocation, it's the way I run zenbot.sh in a docker container):
So Kraken seemed to have fixed the actual pairs, but Zenbot is using something else to determine what the pairs are? I'm confused. |
I had the same confusion. It took a minute to figure it out for USD... I'm guessing it'd be BCH-EUR for you? Looks like the X and Y was dropped from BCH to USD. I also had to do a new git clone on the current version to get things to work. For some reason something was messed up on the copy I had. A standard git pull wasn't fixing it. |
Nope, that gives me:
|
FYI, it only seems to impact DASH, EOS, GNO and BCH. We could hard code a check for those tokens and drop the X/Z naming convention. As far as I can tell there is no way to procedurally distinguish this change from the API output for their currency pairs. |
A fix for the update script is in #483 |
Closing as this should stay fixed now thanks to @cmroche |
Hi,
The Kraken products list is dated with many pairs that no longer exist (all the ones with the old names that do not begin with x or z).
The updateproducts.sh script does not work properly. Here's the error message I get.
Running Ubuntu 16.04 LTS.
I am otherwise able to trade on Kraken (and bittrex's updateproducts works. Incidentally the permissions on bittrex's updateproducts.sh is incorrect and lacks execute (chmod +x) - or should I open a separate ticket for that)
Thanks and keep up the good work.
The text was updated successfully, but these errors were encountered: