question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not support utf8?

See original GitHub issue
C:\Users\chenx\Desktop>ffpass import -f Vivaldi.csv -d C:\Users\chenx\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default-xxxxxxxxx
Traceback (most recent call last):
  File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Program Files\Python37\Scripts\ffpass.exe\__main__.py", line 9, in <module>
  File "c:\program files\python37\lib\site-packages\ffpass\__init__.py", line 346, in main
    args.func(args)
  File "c:\program files\python37\lib\site-packages\ffpass\__init__.py", line 289, in main_import
    logins = readCSV(args.from_file)
  File "c:\program files\python37\lib\site-packages\ffpass\__init__.py", line 187, in readCSV
    for row in reader:
  File "c:\program files\python37\lib\csv.py", line 112, in __next__
    row = next(self.reader)
  File "c:\program files\python37\lib\site-packages\ffpass\__init__.py", line 181, in lower_header
    yield from it
UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 2593: illegal multibyte sequence

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chenxuuucommented, Oct 22, 2019

I tested this perfect

1reaction
louisabrahamcommented, Oct 22, 2019

Hi, I think it should be fixed. I couldn’t reproduce on macOS, probably because utf-8 is the default encoding.

Just update to 0.4.8 with pip install -U ffpass

Read more comments on GitHub >

github_iconTop Results From Across the Web

Which Languages Does UTF-8 Not Support? - Stack Overflow
My question is two parts: What languages does UTF-8 not support? What advantages do UTF-16 and UTF-32 have over UTF-8?
Read more >
Charset `UTF-8;' not supported - WordPress.org
Hello there, Based on the error message, it seems that the database is not encoded in UTF8 or it does not support it....
Read more >
How can I fix the UTF-8 error when bulk uploading users?
Question When I tried to bulk upload users, I received the following error message: For some reason, the data to import was not...
Read more >
UTF-8 Support on Windows - The R Blog
The bad news is that the UTF-8 support on Windows requires Universal C Runtime (UCRT), a new C runtime. We need a new...
Read more >
Character encoding UTF-8 not supported on server - Forums
Hello Everyone, In my application, I have to work with Arabic language. For it's content save and get, I used to do encoding...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found