-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File not found error #6
Comments
lonetwin
added a commit
to lonetwin/remarkable-fs
that referenced
this issue
Mar 18, 2020
This works around the problem reported issue nick8325#6 The problem exists because reMarkable changed the way the format of their notebook format. This patchset simply ignores the notebooks for now. I'll try to submit a newer patchset to correctly handle the notebook files soon.
I'm having this issue with an M1 Macbook and the Remarkable 2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Trying your script generates some errors:
Password:
Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in load_node_without_linking
node = cls(self, id, metadata)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 356, in init
self._size = self.root.sftp.stat(self.id + "." + self.file_type("lines")).st_size
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 493, in stat
t, msg = self._request(CMD_STAT, path)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 813, in _request
return self._read_response(num)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 865, in _read_response
self._convert_status(msg)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file
Reading document information |######## | 3/11Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in load_node_without_linking
node = cls(self, id, metadata)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 356, in init
self._size = self.root.sftp.stat(self.id + "." + self.file_type("lines")).st_size
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 493, in stat
t, msg = self._request(CMD_STAT, path)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 813, in _request
return self._read_response(num)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 865, in _read_response
self._convert_status(msg)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file
Reading document information |########### | 4/11Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in load_node_without_linking
node = cls(self, id, metadata)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 356, in init
self._size = self.root.sftp.stat(self.id + "." + self.file_type("lines")).st_size
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 493, in stat
t, msg = self._request(CMD_STAT, path)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 813, in _request
return self._read_response(num)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 865, in _read_response
self._convert_status(msg)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file
Reading document information |################# | 6/11Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in load_node_without_linking
node = cls(self, id, metadata)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 356, in init
self._size = self.root.sftp.stat(self.id + "." + self.file_type("lines")).st_size
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 493, in stat
t, msg = self._request(CMD_STAT, path)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 813, in _request
return self._read_response(num)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 865, in _read_response
self._convert_status(msg)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file
Reading document information |############################# | 10/11Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in load_node_without_linking
node = cls(self, id, metadata)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 356, in init
self._size = self.root.sftp.stat(self.id + "." + self.file_type("lines")).st_size
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 493, in stat
t, msg = self._request(CMD_STAT, path)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 813, in _request
return self._read_response(num)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 865, in _read_response
self._convert_status(msg)
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file
Reading document information |################################| 11/11
Now serving documents at /home/jwittke/Desktop/ReMarkable
When he starts to serve the documents nothings happens and I need to Ctrl-C the script to quit.
I use the new Remakable OS: 1.6.0.6
The text was updated successfully, but these errors were encountered: