You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
I am currently trying to run your project via docker. The dockerfile also installs sumo in the environment.
However currently it isn't quite working because it is throwing the following two errors repeatedly:
FXApp::openDisplay: unable to open display :1
/usr/local/lib/python3.6/dist-packages/traci/main.py:175: UserWarning: Could not connect to TraCI server using port "some port x" (TraCI server already finished). Retrying with different port.
Would you know how to fix this issue ?
The text was updated successfully, but these errors were encountered:
SUMo is not a very friendly tool tbh. As your question is not directly connected with the code I wrote, I suggest to try googling something on the topic of SUMo + Docker.
However, my assumption is that there's a problem with closed ports inside your docker container. As far as I remember, SUMo starts a server on your local machine, but it might be not accessible for some Docker-ish reasons. Since I never used SUMo in Docker, I can't really tell you more. My suggestion would be to try pre-configured docker with SUMo (https://github.com/bogaotory/docker-sumo maybe this is what you need).
Hello!
I am currently trying to run your project via docker. The dockerfile also installs sumo in the environment.
However currently it isn't quite working because it is throwing the following two errors repeatedly:
FXApp::openDisplay: unable to open display :1
/usr/local/lib/python3.6/dist-packages/traci/main.py:175: UserWarning: Could not connect to TraCI server using port "some port x" (TraCI server already finished). Retrying with different port.
Would you know how to fix this issue ?
The text was updated successfully, but these errors were encountered: