From 8c00b5705100830d70b6fc1eb7b0cc7a878e31be Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 7 Feb 2018 10:01:30 -0500 Subject: [PATCH] Added troubleshooting step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 444bbf83..3301f3e1 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ 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` 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)