Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Common Issues

Luke Van Seters edited this page Jul 29, 2021 · 2 revisions

Here are some common issues running mev-inspect and how to get around them

"subprocess.CalledProcessError: Command '['docker', 'compose', 'up']' returned non-zero exit status 1."

This often means the code was updated in a way that breaks the current docker containers.

Rebuild the containers with:

poetry run build

And restart changed containers with

poetry run start -b
Clone this wiki locally