Closed siccegge closed 2 months ago
The following fixes it for me though
--- a/src/rmview/screenstream/screenshare.py
+++ b/src/rmview/screenstream/screenshare.py
@@ -97,7 +97,7 @@ class ScreenShareStream(QRunnable):
"""
def get_userid(self):
with self.ssh.open_sftp() as sftp:
- with sftp.file('/etc/remarkable.conf') as f:
+ with sftp.file('/home/root/.config/remarkable/xochitl.conf') as f:
file_content = f.read().decode()
cfg = configparser.ConfigParser(strict=False)
Note: #165 has this also somewhere in the second commit
hm and somehow I tried to update before filing this issue but somehow failed? sorry for the noise (cf #159 )
Hi!
rmview doesn't start any more and fails with an FileNotFoundError at
with sftp.file('/etc/remarkable.conf') as f:
-- I can confirm this file indeed does not seem to exist on the remarkable's file systemconfig:
Log output