-
Notifications
You must be signed in to change notification settings - Fork 42
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 #76
Comments
Can you paste your |
|
it works on my laptop but wont work in my google vm |
same version of python and packages in both |
waiting for solution |
hmm I'm not too familiar with the difference in environment for google vm and the normal env. Are you running it with the correct python? Sometimes there are multiple versions on python in the OS and a different version may be called depending if you used Not too sure if I can help much outside of this since it functions for me on my local laptop and also ec2 environment. Alternative may be to try running it via docker but I'm not too familiar with using it and the person previously who maintained is no longer actively contributing to this repo. |
File "c:\Users\yusufarsln342\Desktop\projeee\binance-pump-alerts-masternew\binance-pump-alerts-master\alerter\BinancePumpAndDumpAlerter.py", line 156, in filter_and_convert_assets
symbol = exchange_asset["symbol"]
~~~~~~~~~~~~~~^^^^^^^^^^
TypeError: string indices must be integers, not 'str'
The text was updated successfully, but these errors were encountered: