stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

Initializing failed: QuotaExceededError #551

Open quynhquynhacv opened 2 years ago

quynhquynhacv commented 2 years ago

Error: QuotaExceededError: storage.local API call exceeded its quota limitations.

stoically commented 2 years ago

Interesting. So you either had a lot of active temporary containers or you added some sort of script that was already huge and then some TCs later the quota was hit. Not sure if there's much to do about it other than reinstalling the Add-on, which clears the storage. Maybe this specific error could be handled at the top level where it could try to clear some of the storage, though, I'm not sure which one - since some data would be lost either way in this case.