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.

can't import CSV from Chrome to Firefox

See original GitHub issue

Python 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
louisabrahamcommented, Dec 17, 2018

Maybe #10 solves that. I just deployed it in version 0.4.3, can you test?

0reactions
louisabrahamcommented, Dec 17, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

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