-
Notifications
You must be signed in to change notification settings - Fork 25
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'NoneType' object is not subscriptable #4
Comments
Do you use the Windows executable file or python script ? |
I used the Python Script and it showed the connected message. Is it possible that the error is shown because I don´t have any currency/coin in Binance? |
I don't think, because I tried with currency I don't have and it displays 0 for the amount and no error. |
Same thing here. I am looking for the error too. |
How is set your config file? |
Normally in the menu you can choose your configuration and it writes in file. But if there is an error in menu it's complicated. |
And try to replace doge with other cryptocurrencies |
The balances are clear |
It's really strange ! Because it looks like you are connected to your account, but we don't see your balances.. |
The program is finally working. The problem was not in your code but simply because I did not have any currency in my Binance account. I will follow closely your good work! Cheers |
pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint\n |
After setting up the API and connecting to the Binance account the following message appears:
Traceback (most recent call last): File "tradoge.py", line 382, in <module> main() File "tradoge.py", line 297, in main menu(new_config, client) File "tradoge.py", line 117, in menu doge_balance = client.get_asset_balance(asset='DOGE')['free'] TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: