-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension storage is full. #2192
Comments
Reverted to 5.10.5 and message went away. |
My guess is your |
Uninstall and Reinstall does not work. I don't have anything wacky changed in my about:config. I will try a manual removal of the sqlite. |
https://github.com/ajayyy/SponsorBlock/releases/tag/5.11.3 Made a release that adds more detail to the error and should make it only trigger when trying to make segments, not on every page load. But Firefox is slow at reviewing, so it might not get deployed for 14 days+ For now, if you are experiencing this, you can downgrade |
Will Keep my eye out for it, A console debug message when the alert is raised would be handy, took me a little while to realise it was this extension that raised it. The only clue was the mention of segments. |
Firefox add-on reviewal is sooooo slow nowadays fr :( Thanks for the great add-on, by the way! Let’s wait for the update together. |
What information would be useful to debug this? |
@robertsmieja Go to Type the following in the console chrome.storage.local.set({
["test"]: false
}, () => {
const error = chrome.runtime.lastError;
if (error) {
console.log(error)
}
}); |
@ajayyy I ran your code as I am having the same error - same env versions as the op as well for my firefox and sponsorblock This is my output - I slightly adjusted the code and tried to look into the chrome runtime but didn't find anything useful: I invoked the getLastError method manually and it returns empty(i dont know much abt firefox extension dev but i dont see anything obvious) Output:
posting for posterity as i just ignore the error as my browser is running fine (so far after ~1hr of messing around on youtube ) |
hmm, so it gave an error before even getting to the log messages? |
looks to be the case - the error is |
Hey, same issue here. |
I am able to get the error consistently on Firefox. I'll edit this if I can figure out how to do this on YouTube.com itself (including the homepage, not sure if that helps). EDIT: ha, managed to catch something via setting a breakpoint inside the extension, while on YouTube.com.
|
FWIW that debug page you pointed me doesn't seem to suffer from the issue. I tried EDIT: forgot to mention I'm on extension version 5.11.2, Windows 11, Firefox 134.0.1 (with an update pending apparently). |
Quality firefox error messages |
I found this old bugzilla but it doesn't have much information https://bugzilla.mozilla.org/show_bug.cgi?id=1601365 |
Firefox 134.0.2 (64-bit) 5.11.3 installed as a Beta rather than updating the current extension. So two are listed in my "Manage Extensions". That said once I disabled the standard and left the beta by itself the alert didn't show up. I disabled the Beta and reenabled the standard and the error came back right away. For now I guess I'm rocking the beta until Firefox gets the update. |
Receiving this error on every page:
I check for unsubmitted segments, and I have none:
Firefox 134.0.2
SponsorBlock 5.11.2
Has only just started happening, I suspect the latest update is causing this as it was updated on the same day the error appeared.
The text was updated successfully, but these errors were encountered: