bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
754 stars 62 forks source link

Couldn't listen on any:5901: [Errno 98] Address already in use. #147

Open gbene opened 1 year ago

gbene commented 1 year ago

Hi,

I was trying to use rmview for the first time to cast my remarkable2 software version 3.0 but the following error occurs (I used rmview -v):

2023-01-18 15:51:38+0100 [-] Log opened. [INFO] STARTING: Wed Jan 18 15:51:38 2023 [INFO] Searching configuration in rmview.json, /home/gabriele/.config/rmview.json [DEBUG] Configuration failure in rmview.json: [Errno 2] No such file or directory: 'rmview.json' [INFO] Fetching configuration from /home/gabriele/.config/rmview.json [WARNING] Config file "/home/gabriele/.config/rmview.json" is readable by others (permissions=664). If your config file contains secrets (e.g. password) you are strongly encouraged to make sure it's not readable by other users (chmod 600 /home/gabriele/.config/rmview.json) [DEBUG] Config values: {'ssh': {'address': '10.11.99.1', 'password': '**'}, 'orientation': 'auto', 'pen_size': 15, 'pen_color': 'red', 'pen_trail': 200} [INFO] Using known hosts file: /home/gabriele/.config/rmview_known_hosts [INFO] Loaded known hosts from /home/gabriele/.config/rmview_known_hosts [INFO] Connecting... [INFO] Connected to 10.11.99.1 [INFO] Detected reMarkable 2.0 [INFO] Using backend 'screenshare' [INFO] Connecting to ScreenShare, make sure you enable it [WARNING] Authenticating, please wait... [ERROR] Couldn't listen on any:5901: [Errno 98] Address already in use. [DEBUG] Stopping connection worker

I could not find any similar issues so I opened this hoping to find a solution.

Thanks!