-
Notifications
You must be signed in to change notification settings - Fork 12
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: string indices must be integers #12
Comments
Could you provide pycoinmon version and arguments given to pycoinmon command? You can check pycoinmon version using the following command:
|
Hello, I have a similar error message: I'm running version 0.4.8. Could be a problem because I'm running it on RP or with python-2.7? |
@Artemis3v It seems a problem with coinmarketcap API. Fixing the problem, it will work again. I will check it next days. @BrencelJ I recommend you migrate to 🐍 Python3 if it is possible. |
Issue detected: {
"statusCode":410,
"error":"Gone",
"message":"WARNING: This API is now offline. Please switch to the new CoinMarketCap API. (https://pro.coinmarketcap.com/migrate/)"
} |
I was using the monitor fine until yesterday, but now its only spitting this error:
And doesn't work anymore...
The text was updated successfully, but these errors were encountered: