yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.51k stars 826 forks source link

Invalid symbol, please try again... #194

Closed manuelgug closed 6 years ago

manuelgug commented 6 years ago

I'm using the WeSpeakCrypto bot. It was working well since the last Binance system upgrade. Now, no matter what command I run, it says "Invalid symbol, please try again...". Tried redownloading it and making a new API key, but the issue remains. Two examples:

python trader.py --symbol NEOETH @yasinkuyu, 2018 Auto Trading for Binance.com. --symbol: NEOETH

Invalid symbol, please try again...

python trader.py --symbol XLMETH @yasinkuyu, 2018 Auto Trading for Binance.com. --symbol: XLMETH

Invalid symbol, please try again...

Exeluzz commented 6 years ago

Hello, I have the same but don't know the reason.... Can we hepl us ? iv'd tried like mann788 just with python trader.py --symbol EOSETH and with other arguments but the same.

best regards.

Exeluzz commented 6 years ago

Hello

I found the issue :)

Try just to go in folder contain python !! C:\Python/scritps and run "pip install urllib3[secure]" after that the Bot are ok to be run. the error appaired when you use a new version of python but old version of ssl cryptography

Best regards.