Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 errors when i ran the script "could not convert string to float" and "'module' object is not callable" #27

Open
hw00183 opened this issue Jan 18, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@hw00183
Copy link

hw00183 commented Jan 18, 2019

Hi i have 2 issues when executing the script 馃憤

"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.

@Roibal
Copy link
Owner

Roibal commented Jan 18, 2019

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?

@Roibal Roibal self-assigned this Jan 18, 2019
@Roibal Roibal added the bug Something isn't working label Jan 18, 2019
@hw00183
Copy link
Author

hw00183 commented Jan 19, 2019

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?

@hw00183 hw00183 closed this as completed Jan 19, 2019
@hw00183 hw00183 reopened this Jan 19, 2019
@Roibal
Copy link
Owner

Roibal commented Jan 26, 2019

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.

@JustP2W
Copy link

JustP2W commented Jan 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants