can't import CSV from Chrome to Firefox
See original GitHub issuePython 3.7, Firefox 58:
ffpass import --from "Chrome Passwords.csv"
ERROR:
Traceback (most recent call last):
File "/usr/local/bin/ffpass", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/ffpass/__init__.py", line 335, in main
args.func(args)
File "/usr/local/lib/python3.7/site-packages/ffpass/__init__.py", line 276, in main_import
key = askpass(args.directory)
File "/usr/local/lib/python3.7/site-packages/ffpass/__init__.py", line 243, in askpass
key = getKey(directory, password)
File "/usr/local/lib/python3.7/site-packages/ffpass/__init__.py", line 85, in getKey
row = next(c)
StopIteration
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
I can't import my passwords from .csv file - Firefox Development
Update to Firefox 108 to import CSV files after setting just signon.management.page.fileImport.enabled to true in about:config. security.
Read more >Can't import login csv files into Firefox? - Reddit
Can't import login csv files into Firefox? · Open about:config from the address bar · Search for security.allow_eval and set both results to...
Read more >csv - How to import passwords and logins data to firefox?
I have a CSV file with all of my passwords from Chrome and want to transfer them all to Firefox. But recently Firefox...
Read more >Import your data into Dashlane
Import your CSV file to Dashlane using the web and Android apps. At this time, you can't import data with a CSV file...
Read more >Import bookmarks, history, and passwords in Safari on Mac
If Google Chrome or Mozilla Firefox is your default browser, ... And you can import passwords that were exported to a CSV file...
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
Maybe #10 solves that. I just deployed it in version 0.4.3, can you test?
Glad it worked for you @drws. We should thank @prekageo who diagnosed and fixed this! I’m closing this issue for the moment, but @Prutheus feel free to reopen it.