Failing to save extension data in SQLite DB
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)
You should contact its support.
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).
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.
Did you try to uninstall and reinstall the extension ?
You can check the Browser Console for messages for this extension.
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 於
選擇的解決方法
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.
Note support for indexedDB in PB mode is being worked on.