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

utf-8 ( non ascii ) characters in passwords not working #20

Open
radist opened this issue Jan 1, 2018 · 1 comment
Open

utf-8 ( non ascii ) characters in passwords not working #20

radist opened this issue Jan 1, 2018 · 1 comment

Comments

@radist
Copy link

radist commented Jan 1, 2018

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 797, in run_
    return self.run()
  File "/home/radist/.config/sublime-text-3/Packages/FileZilla SFTP Import/SublimeZilla.py", line 24, in run
    self.quick_panel()
  File "/home/radist/.config/sublime-text-3/Packages/FileZilla SFTP Import/SublimeZilla.py", line 27, in quick_panel
    server_names = self.get_server_names()
  File "/home/radist/.config/sublime-text-3/Packages/FileZilla SFTP Import/SublimeZilla.py", line 166, in get_server_names
    self.servers = self.get_server_entries()
  File "/home/radist/.config/sublime-text-3/Packages/FileZilla SFTP Import/SublimeZilla.py", line 220, in get_server_entries
    PassValTmp = base64.b64decode(PassVal).decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd4 in position 0: invalid continuation byte
ment4list pushed a commit that referenced this issue Feb 9, 2018
@ment4list
Copy link
Owner

Thanks for the report!
Unfortunately, I'm not really sure how to handle this.. Could you perhaps give a test case so I can try replicate the issue?
Basically, which character(s) did you try that produced the above error?

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

2 participants