minosworld / minos

MINOS: Multimodal Indoor Simulator
MIT License
201 stars 33 forks source link

Socket connection problem #60

Closed antonilo closed 6 years ago

antonilo commented 6 years ago

After installation I am experiencing the following problem when running one of the basic testing examples. I was not able yet to figure out a solution. It would be great if you could provide some hints on how to solve it!

2018-05-21 23:30:22,307 WARNING localhost:16666/socket.io [engine.io waiting for connection] 
HTTPConnectionPool(host='localhost', port=16666): Max retries exceeded with url: /socket.io/?EIO=3&transport=polling&t=1526909422290-0
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6b3e616048>:
 Failed to establish a new connection: [Errno 111] Connection refused',))
mcimpoi commented 6 years ago

Did you check the logs? I get this when trying to debug the code in Pycharm, but work when I run the pygame script from terminal.

antonilo commented 6 years ago

Yes checking the logs was the solution. I've realized it shortly after opening the issue so I've closed it myself.

ans-qureshi commented 5 years ago

HI! @antonilo , could you please tell me how you resolved this problem? How do we check the logs? And check them for what?

antonilo commented 5 years ago

Every time you run the simulator, some logs file are saved (usually under the logs folder). Try to have a look there to see what is going wrong with your setup!