nurdism / neko

A self hosted virtual browser (rabb.it clone) that runs in docker.
Apache License 2.0
2.03k stars 185 forks source link

Fresh install - timeout #23

Closed Cupcake911 closed 4 years ago

Cupcake911 commented 4 years ago

Making a fresh install using the provided instructions results in neko running, but when trying to log in, you get a time out error.

nurdism commented 4 years ago

post your client/server logs

Cupcake911 commented 4 years ago

Where can I find them? I have no big knowledge of docker.

nurdism commented 4 years ago

for the client logs, they are located in the browser (ctrl+shift+i) for the server logs run sudo docker run -p 8080:8080 -e NEKO_PASSWORD='secret' -e NEKO_ADMIN='secret' --shm-size=1gb nurdism/neko:latest and copy the console output

Cupcake911 commented 4 years ago

Here we go, thank you for explaining where to find the logs!

server.log client.log

nurdism commented 4 years ago

what browser are you using @Cupcake911

Cupcake911 commented 4 years ago

Firefox, latest version. Could it be because of add-ons like ublock origin?

nurdism commented 4 years ago

I'm seeing ReferenceError: RTCPeerConnection is not defined which means your browser has no webrtc support or its being blocked somehow. Are you on Linux desktop?

Cupcake911 commented 4 years ago

No, but now that you mention it, I remember I blocked webrtc some time ago. I just tested it on a different browser and it's working. What a simple solution... sorry for bothering. But thank you very much, I very much appreciate your support and engagement as developer!

nurdism commented 4 years ago

Awesome glad that worked out for you, thanks for the kind words