Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Error message on startup #5

@hkdd

Description

@hkdd

I confirmed SSH was working (ip and password are correct) by connecting from my computer, which is also running calibre. No device button appeared, so I started calibre-debug -g and received the following error. This is just repeated over and over until I kill calibre.

Also, every time you save the config settings it adds another "/" to the end of the paths (books and config). If you just press "customize" and ok then open again, you'll see another "/" at the end of both paths.

  File "/home/user/.config/calibre/plugins/Remarkable Plugin.zip/remarkable_fs/documents.py", line 291, in load_node_without_linking
    node = cls(self, id, metadata)
  File "/home/user/.config/calibre/plugins/Remarkable Plugin.zip/remarkable_fs/documents.py", line 364, in __init__
    self._size = self.root.sftp.stat(self.id + "." + self.file_type()).st_size
  File "/usr/lib/python3.9/site-packages/paramiko/sftp_client.py", line 493, in stat
    t, msg = self._request(CMD_STAT, path)
  File "/usr/lib/python3.9/site-packages/paramiko/sftp_client.py", line 813, in _request
    return self._read_response(num)
  File "/usr/lib/python3.9/site-packages/paramiko/sftp_client.py", line 865, in _read_response
    self._convert_status(msg)
  File "/usr/lib/python3.9/site-packages/paramiko/sftp_client.py", line 894, in _convert_status
    raise IOError(errno.ENOENT, text)
FileNotFoundError: [Errno 2] No such file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions