Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

Save logins on Firefox 111.01

steveghi 已回复
steveghi

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.

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:

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.