搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Failing to save extension data in SQLite DB

  • 7 回覆
  • 1 有這個問題
  • 9 次檢視
  • 最近回覆由 cor-el

more options

I have used an extension named "Update Scanner" for several years, but now it no longer functions. The data I ask it to save is not saved, or returned when requested.

What do I need to do to get it functioning again. It is the current version 4.4.0

EDIT: I can see the WAL and EHM files come and go, but the DB doesn't save the data.

I have used an extension named "Update Scanner" for several years, but now it no longer functions. The data I ask it to save is not saved, or returned when requested. What do I need to do to get it functioning again. It is the current version 4.4.0 EDIT: I can see the WAL and EHM files come and go, but the DB doesn't save the data.

由 Travellingman 於 修改

被選擇的解決方法

Here is the skinny on this: when Firefox is set to Private Mode (i.e., never remember history) SQLite is unable to save data (something about indexed DB not possible). Allow remembering of history and the extension data is saved just fine.

從原來的回覆中察看解決方案 👍 0

所有回覆 (7)

more options

You should contact its support.

more options

As if I hadn't thought of that! But the developer no longer seems to be active, and since it is not a change he made, it must be either Firefox or MS. Please try to be helpful with things that me/myself/I can do to make it function again. Replace some SQLite module? Tweak some Registry setting? Look for another similar add-on? (did that - nada).

more options

https://sneakypete81.github.io/updatescanner/

"Due to changes in Firefox, Update Scanner has been completely rewritten, and not all of the previous features are finished. If you’d like to help, see our Github https://github.com/sneakypete81/updatescanner#readme and Issues https://github.com/sneakypete81/updatescanner/issues pages.

more options

Did you try to uninstall and reinstall the extension ?

You can check the Browser Console for messages for this extension.

more options

I did uninstall and reinstall the add-on, twice, but it did not correct the issue.

I am not a developer, just a user, so I don't have intimate knowledge of JS commands, etc.

由 Travellingman 於 修改

more options

選擇的解決方法

Here is the skinny on this: when Firefox is set to Private Mode (i.e., never remember history) SQLite is unable to save data (something about indexed DB not possible). Allow remembering of history and the extension data is saved just fine.

more options