bordaigorl / rmview

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

Can not pass the Authenticating step #133

Closed hamedjahromi closed 2 years ago

hamedjahromi commented 2 years ago

Hi,

I'm getting stuck in this step and I can not connect Remarkable. Json file that I used is [attached.] rmview.zip

[INFO] STARTING: Tue Feb  8 21:50:47 2022
[INFO] Searching configuration in rmview.json, /home/s0000923/.config/rmview.json
[INFO] Fetching configuration from /home/s0000923/.config/rmview.json
[WARNING] Config file "/home/s0000923/.config/rmview.json" is readable by others (permissions=644). 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/s0000923/.config/rmview.json)
[INFO] Using known hosts file: /home/s0000923/.config/rmview_known_hosts
[INFO] Loaded known hosts from /home/s0000923/.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...

I edited json file with different variants, but no progress. Any idea ? Remarkable version : 2.12.1.527

hamedjahromi commented 2 years ago

It has been resolved by opening the ports:

sudo ufw allow 5900
sudo ufw allow 5901