udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.88k stars 1.5k forks source link

"GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 #97

Closed matthewgan closed 5 years ago

matthewgan commented 5 years ago

I started the builted package of the latest release Unity exe Try to connect to the socket server, but i got this error all over looping on my terminal "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404

Please kindly help to tell me what am i be wrong of connect to the server? I am connect to localhost:4567

Hema91 commented 5 years ago

i have the same issue in both:

trn84 commented 5 years ago

I am having the same issue

mvirgo commented 5 years ago

Hi all - which simulator is it you are getting this issue for?

Hema91 commented 5 years ago

System Integration v1.3 https://github.com/udacity/CarND-Capstone/releases

trn84 commented 5 years ago

Hi,

yes, with both, v1.3 and the older one....There is no issue when running within the VM...

Hema91 commented 5 years ago

i re-installed everything and it worked with the VM on win 10 but it dosn't last long, after about 1~2 minutes the connection stops and the msg "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" appears

lukashubl commented 5 years ago

got the error today as well ...

lukashubl commented 5 years ago

found the solution here from Onixaz: https://github.com/llSourcell/How_to_simulate_a_self_driving_car/issues/34#issuecomment-445077710

matthewgan commented 5 years ago

That issue is also from me. But the solution is not working for me.

trn84 commented 5 years ago

thank you @lukashubl I have uninstalled python-socketio and installed the newest version. Now it works :-)

matthewgan commented 5 years ago

update python-socketio to latest and it finally works

mvirgo commented 5 years ago

Sounds like this one is resolved, so closing out. Thanks to all above for helping out!

gpokhark commented 5 years ago

I am having same issue on my local drive virtual machine and I am not able to resolve it. I tried updating the python-socket it didn't work. I would appreciate if someone could help. It was working on the Udacity work-space but when I tried one day later it gave me same error. I didn't update anything on the Udacity work-space. I have python-socketio==1.6.1 on the work-space and it was working fine until yesterday.