Skip to content
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

Unable to create/access favorite servers #50

Open
benjamw opened this issue Feb 16, 2016 · 2 comments
Open

Unable to create/access favorite servers #50

benjamw opened this issue Feb 16, 2016 · 2 comments

Comments

@benjamw
Copy link

benjamw commented Feb 16, 2016

Since the update, I'm no longer able to create and/or access favorite servers.

The list of favorite servers that I had before the update is gone, and I'm unable to create any new favorites. I'm not sure if it's creating them and I just can't see them, or if they are not being created.

Let me know if you need any other information.

Note: I get this in my console log for window.html:

extensions::platformApp:15 history.pushState is not available in packaged apps.
extensions::platformApp:15 history.state is not available in packaged apps.

@benjamw
Copy link
Author

benjamw commented Feb 16, 2016

And this error when I try to save a favorite:

2016-02-15 21:58:45.179 extensions::lastError:133
Unchecked runtime.lastError while running storage.set: This request exceeds the MAX_WRITE_OPERATIONS_PER_MINUTE quota.
at Object.callback (chrome-extension://---/scripts/window/services/favorite_service.js:45:37)
reportIfUnchecked @ extensions::lastError:133

@DaavisGit
Copy link

DaavisGit commented Jun 28, 2017

I'm trying to save a new favorite connection and this is what I get :

Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceeded
    at Object.callback (chrome-extension://---/scripts/window/services/favorite_service.js:45:37)

I suggest storing each favorite separately as I am adding private key to each favorite and run out of space after 3 favorites already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants