thankful icon indicating copy to clipboard operation
thankful copied to clipboard

Quota exceeded error

Open ErikBjare opened this issue 5 years ago • 0 comments

The UI didn't load properly for me, so I checked to logs and found a bunch of errors when it tried to create creators from GitHub activity. Errors were of some form "Quota exceeded error" (I later fixed the issue and didn't copy the logs).

After a while I found a section in the "Application" tab of developer tools that displayed the used space and the max quota (the max quota then was 701KB). After some searching I found that Chrome allocates DB quota according to free space available, so I cleared some space on my hard drive (which had less than 1GB remaining) after which it then showed:

image

Screenshot of the background page log:

image

Proposed solution

If the quota is exceeded, send a notification to the user and tell them to make space on the harddrive.

ErikBjare avatar Oct 10 '18 15:10 ErikBjare