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

Uncaught TypeError: t.charCodeAt is not a function #288

Open
Gerst20051 opened this issue Sep 6, 2018 · 2 comments
Open

Uncaught TypeError: t.charCodeAt is not a function #288

Gerst20051 opened this issue Sep 6, 2018 · 2 comments

Comments

@Gerst20051
Copy link

Error:

store.everything.min.js:2 Uncaught TypeError: t.charCodeAt is not a function
    at store.everything.min.js:2
    at Object._decompress (store.everything.min.js:2)
    at Object.decompress (store.everything.min.js:2)
    at Object.t (store.everything.min.js:2)
    at Object.(/games/word-racer/anonymous function) (https://cdn.rawgit.com/marcuswestin/store.js/master/dist/store.everything.min.js:2:14953)
    at e (store.everything.min.js:2)
    at Object.e (store.everything.min.js:2)
    at Object.(/games/word-racer/anonymous function) (https://cdn.rawgit.com/marcuswestin/store.js/master/dist/store.everything.min.js:2:14953)
    at e (store.everything.min.js:2)
    at Object.e (store.everything.min.js:2)
    at Object.(/games/word-racer/anonymous function) [as get] (https://cdn.rawgit.com/marcuswestin/store.js/master/dist/store.everything.min.js:2:14953)
    at Object.get (script.js:6)
    at getBaseApiParams (script.js:32)
    at loadGameRooms (script.js:322)
@oytuntez
Copy link

oytuntez commented Sep 5, 2019

I observed that this occurs when migration from a previous major version to the latest version (I think from 1.x to 2.x).

The straightforward solution is to delete the application storage from your browser (which were stored unencrypted).

@TrueCarry
Copy link

Is there any option to fix it without clearing storage?

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

3 participants