Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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