Skip to content
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

TypeError: unbound method missing_host_key() must be called with AutoAddPolicy instance as first argument #8

Open
ReinBentdal opened this issue Jan 16, 2020 · 0 comments

Comments

@ReinBentdal
Copy link

Here is the log

Directory: home/rein/Documents/Skole/reMarkable
Connecting to reMarkable...
Traceback (most recent call last):
  File "/usr/local/bin/remarkable-fs", line 11, in <module>
    load_entry_point('remarkable-fs==0.1.2', 'console_scripts', 'remarkable-fs')()
  File "/usr/local/lib/python2.7/dist-packages/remarkable_fs/__init__.py", line 20, in main
    with connect() as conn:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/usr/local/lib/python2.7/dist-packages/remarkable_fs/connection.py", line 24, in connect
    ssh.connect('10.11.99.1', username="root")
  File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 361, in connect
    server_key)
TypeError: unbound method missing_host_key() must be called with AutoAddPolicy instance as first argument (got SSHClient instance instead)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant