bordaigorl / rmview

A live viewer for reMarkable written in PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not pass the Authenticating step

hamedjahromi opened this issue · comments

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

It has been resolved by opening the ports:

sudo ufw allow 5900
sudo ufw allow 5901