omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    SFTP Paramiko Error.

    Editorial
    2
    3
    2758
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mtello
      mtello last edited by

      Hi, I'm having issues using [Gabes SFTP plugins][sftp], and other variations based on his plugin. Both have the same errors, and I'm not sure what's wrong. I Googled these errors but nothing much came up, other than Editorial may have an old version of Paramiko, and that I might have a newer version of SSH. I have also tried accessing my SFTP server using [Textastic][tt], and have come up with no errors and immediate access. Anyways, here are the errors (I think the second line is the most important):

      No handlers could be found for logger "paramiko.transport"

      Incompatible ssh peer (no acceptable kex algorithm)

      Lastly, I'm on Arch, a rolling release OS, so it could be just that most OS' have not updated to the newest SSH version.

      I would be thankful for any help.

      Thanks.
      [sftp]: http://www.macdrifter.com/2013/08/editorial-sftp-workflows.html
      [tt]: http://www.textasticapp.com/http://www.textasticapp.com/

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        Editorial may have an old version of Paramiko...

        import paramiko, webbrowser
        print('Local version of paramiko is: {}'.format(paramiko.__version__))
        print('The current PyPI version can be found on this webpage...')
        webbrowser.open('https://pypi.python.org/pypi/paramiko')  # currently v1.15.2
        
        1 Reply Last reply Reply Quote 0
        • mtello
          mtello last edited by

          It is an older version of Paramiko. Is there any way to manually update Paramiko on Editorial? I don't really want to mess with FTP, especially as SFTP is so much more secure and easy to setup.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors