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

Virtual machine cursor doesn't sync with computer mouse. #33

Closed RW456 closed 4 years ago

RW456 commented 4 years ago

When I ran docker compose, it worked, except for one thing. The virtual machine's mouse won't sync with mine. I can see the virtual machine, I just can't control it. This is the only error in the console

DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD

This is what comes before the console error.

[NEKO] DBG received websocket event member/list with payload: Object

This is my config file: (Changed the port due to 80 being used by apache web server)

'version: "2.0" services: neko: image: nurdism/neko:firefox restart: always shm_size: "4gb" ports:

Is this an actual bug, or am I just doing something wrong?

nurdism commented 4 years ago

Its a bug, seems if an error gets thrown it will stop the required events from fireing, a quick workaround for this is to click on the page when it is loading. I'll be making a fix for this soon