Open hw00183 opened 5 years ago
Hi friend, which bot are you running? I remember running into the first error, can't recall how I fixed it. Hopefully you are using an outdated version of the bot.
Second I am not sure about that error, have you installed all libraries appropriately?
Hello, i installed the bot in windows 10, I was running on Windows 7 yesterday, i launch the script BinanceTriArbTrader.
However i still have the following error :
PLACING ORDER
STARTING TRI ARB PAPER TRADING FUNCTION
'module' object is not callable
I did not install package cryptography 2.1.4 and twisted 17.9.0 because the installation failed , i have newer version of that package.
How can i check that all libraries is installed?
So the error is the part " 'module' object is not callable " , see if you can find out more about the source / line of this error. somewhere it is calling the module rather than an instance.
Hello, i installed the bot in windows 10, I was running on Windows 7 yesterday, i launch the script BinanceTriArbTrader.
However i still have the following error :
PLACING ORDER
STARTING TRI ARB PAPER TRADING FUNCTION
'module' object is not callable
I did not install package cryptography 2.1.4 and twisted 17.9.0 because the installation failed , i have newer version of that package.
How can i check that all libraries is installed?
import pprint change to: from pprint import pprint
Hi i have 2 issues when executing the script :+1:
"LOADING BALANCES FROM BINANCE could not convert string to float: '[10.447733600487705'
FAILURE INITIALIZE
Restarting"
and before, when i can run the script and identidy potential arbitrage, i have this following error :
"PLACING ORDER
STARTING TRI ARB PAPER TRADING FUNCTION
'module' object is not callable
FAILURE INITIALIZE"
Can you please help me to resolve this 2 errors?
Thanks in advance.