Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
506 stars 48 forks source link

No return for MacOS #82

Open RduMarais opened 1 year ago

RduMarais commented 1 year ago

Hey all, when trying to start remouse I get stuck on the "Connected to XX.XX.XXX.XXX" message. I am using MacOS 12.6.3

sudo remouse --address 192.168.1.33 --password XXXXX --monitor 0 --orientation left  --debug
Debugging enabled...
Connecting to input '192.168.1.33'
Pen:/dev/input/event1
Touch:/dev/input/event2
Button:/dev/input/event0
Connected to 192.168.1.33

I am not sure how to get some more info on what's going on.

RduMarais commented 1 year ago

NVM I investigated and identified that the issue comes from the usage of screeninfo.get_monitor() it is mentioned on the readme of screeninfo