From d51fc5b4c517a4e32a5b99097552e7f5b7381fa1 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 7 Feb 2018 10:03:01 -0500 Subject: [PATCH] Removed duplicate troubleshooting step --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3301f3e1..747b247e 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,8 @@ Note that existing task results will not be available after the change. Refer to Sympthoms | Possible Solutions --------- | ------------------ -Accessing the WebODM interface gives you a `OperationalError at /could not translate host name "db" to address: Name or service not known` | Restart your computer, then run `./webodm.sh down && ./webodm.sh start` While starting WebODM you get: `from six.moves import _thread as thread ImportError: cannot import name _thread` | Try running: `sudo pip install --ignore-installed six` -While starting WebODM you get: `could not translate host name “db” to address: Name or service not known` | Try restarting your computer, then type: `./webodm.sh down && ./webodm.sh start` +While Accessing the WebODM interface you get: `OperationalError at / could not translate host name “db” to address: Name or service not known` | Try restarting your computer, then type: `./webodm.sh down && ./webodm.sh start` Task output or console shows one of the following: | Make sure that your Docker environment has enough RAM allocated: [MacOS Instructions](http://stackoverflow.com/a/39720010), [Windows Instructions](https://docs.docker.com/docker-for-windows/#advanced) After an update, you get: `django.contrib.auth.models.DoesNotExist: Permission matching query does not exist.` | Try to remove your WebODM folder and start from a fresh git clone Task fails with `Process exited with code null`, no task console output | If the computer running node-opendronemap is using an old or 32bit CPU, you need to compile [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) from sources and setup node-opendronemap natively. You cannot use docker. Docker images work with CPUs with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support or higher.