Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Failing to save extension data in SQLite DB

  • 7 Antworten
  • 1 hat dieses Problem
  • 19 Aufrufe
  • Letzte Antwort von 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.

Geändert am von Travellingman

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (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.

Geändert am von Travellingman

more options

Ausgewählte Lösung

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