You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I apologise for not replying to your email.
Now getting to the issue. I have certainly known about this for long, and the probable cause too. After investigating the issue further I realised that chrome.storage allows only 4096 bytes per item to be stored in their storage area. Usually, the history item takes up most of the available storage and exceeds the quota: 4096 bytes.
Since this is a limitation set by Chrome, there is no easy way to bypass it. I say easy because we can, of course, rely on other means of storage such as a GitHub Gist (or any other). But that won't be as easy, simple and quick to set up for the user and for me, as Chrome storage is.
For now, since I think this is predominantly stemming from history exceeding the quota, it is recommended that you delete some of your history items.
If this issue still persists, please copy your console logs in the Chrome developer console and post them here. I'll go through them.
I think I found a bug in the extension. Is there a particular max character or line limit?
I am seeing here that I am unable to save additional information on my notes.
Here are my current notes:
https://i.imgur.com/M3uFmfS.png
I then type additional info:
https://i.imgur.com/cOflqnp.png
I then click Save and it seems to save:
https://i.imgur.com/TD9s14c.png
I then close the tab, and open it again... but I only see this:
https://i.imgur.com/My1gzPU.png
So the last bit of information was lost.
Here is some data about my notes:
275 lines
7879 characters
Any way I can solve this issue?
The text was updated successfully, but these errors were encountered: