Closed Miller-kk closed 4 years ago
This is a validation error in the MythX models library - a dependency of the CLI. Could you try to reinstall with pip install -U mythx-cli
? If your version didn't change, you might have to add the --force-reinstall
flag. 🙂
Some background: mythx-models
is a library that is concerned with parsing and serialising API requests and responses. Whenever there is a change in the API's format, validation errors can occur. I try to keep up with the changes and publish regular patch release ls for that library. These are picked up automatically with new PythX/CLI installs. Older versions might require an update.
Closing this due to inactivity
Description
Below is the console in problem. When analyzing files through mythx-cli, it seems that the problem is that the json received through mythx is not properly decoded. Is it a mythx-cli problem or is it a problem with my local server?
What I Did