not support utf8?
See original GitHub issueC:\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:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tested this perfect
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