Save logins on Firefox 111.01
I'm on Firefox 111.01 in Windows/10. When I try to save passwords, a "logins.csv.tmp" of size zero is created. No logins.csv is created. I keep reasonably up to date on Firefox and I've been successful at saving the logins numerous times since 2021.
所有回复 (2)
Are you trying to export the logins to CSV ?
What security software do you have? Anything useful in the Browser Console?
You can try to run this code via the command-line in the Browser console:
- prompt("Logins",JSON.stringify(Services.logins.getAllLogins()));
To enable the command-line in the console:
- select "Enable browser chrome and add-on debugging toolboxes" in the Web Developer Tools settings
- https://firefox-source-docs.mozilla.org/devtools-user/settings/
Are you trying to export the logins to CSV ? - Yes What security software do you have? - Only Windows Defender Browser: "NotReadableError: Could not write chunk (size = 166882) to file S:\Steve Glanstein\Firefox Logins\logins.csv.tmp. The file may be corrupt."
That lead me to the answer. The drive was out of space. Removed obsolete items and it worked. Thanks for your help.