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

Cannot open anything #120

Closed
LiamDawe opened this issue Apr 24, 2017 · 3 comments
Closed

Cannot open anything #120

LiamDawe opened this issue Apr 24, 2017 · 3 comments
Assignees

Comments

@LiamDawe
Copy link

LiamDawe commented Apr 24, 2017

I can't provide a cap file or any of the standard stuff, as I can't seem to open anything or do anything.

I had an error earlier, but the entire thing crashed and now I can't do anything. I've done a hard refresh and emptied the cache.

Here's some output from Chrome dev console:

sw.js:78 Uncaught (in promise) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of null
    at IsUrlInLazyLoadList (sw.js:78)
    at Promise.all.then.result (sw.js:402)
    at <anonymous>
IsUrlInLazyLoadList @ sw.js:78
Promise.all.then.result @ sw.js:402
VM627:1 GET https://www.googleapis.com/oauth2/v3/tokeninfo?access_token=ya29.Gl02BOMWtz…wER9JX-WnTodX8qWRuw_aGkxcUK1zhuZmisfeGY6otDVvQuiZvWxwLKK0D5bRuQeDpuQUt3Ujg net::ERR_FAILED
(anonymous) @ VM627:1
Promise @ sandbox.js:1
request @ sandbox.js:1
Sa @ sandbox.js:1
Ra @ sandbox.js:1
(anonymous) @ sandbox.js:1
Sa @ sandbox.js:1
root-sw.js:274 [Root-SW-Offline] Up to date
The FetchEvent for "https://www.googleapis.com/drive/v3/about?fields=user&access_token=ya29.Gl0…F1Jjl8C3LCk7IN1Int5rKggfGmMVs3TwzsJA9Udb7YDWkZ1sJiOddpKbEKnyNZ7f3c0LUCxji8" resulted in a network error response: the promise was rejected.
sw.js:78 Uncaught (in promise) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of null
    at IsUrlInLazyLoadList (sw.js:78)
    at Promise.all.then.result (sw.js:402)
    at <anonymous>
IsUrlInLazyLoadList @ sw.js:78
Promise.all.then.result @ sw.js:402
VM627:1 GET https://www.googleapis.com/drive/v3/about?fields=user&access_token=ya29.Gl0…F1Jjl8C3LCk7IN1Int5rKggfGmMVs3TwzsJA9Udb7YDWkZ1sJiOddpKbEKnyNZ7f3c0LUCxji8 net::ERR_FAILED
(anonymous) @ VM627:1
Promise @ sandbox.js:1
request @ sandbox.js:1
Ra.then.eb @ sandbox.js:1
main.js:140 Object {response: "", code: 0, status: ""}
ǃoh.ǃ_zQ.then.then.then.catch.ue @ main.js:140

I think it's trying to use local storage, but possibly corrupted? Sometimes it won't load at all: http://imgur.com/a/m8l3C

@AshleyScirra
Copy link
Member

Emptying the cache should at least work around this. It looks like some storage is in an unexpected state and so it's failing to process a request. I've added some extra checks to handle this crash.

@LiamDawe
Copy link
Author

Awesome stuff, but emptying the cache hasn't helped for now.
Is there another method of doing it to completely empty the C3 cache/offline files so I can grab it all again?

@AshleyScirra
Copy link
Member

AshleyScirra commented Apr 27, 2017

The fix actually was on the server side so it depends when @TomGullen next updates the site. I'll close this for now as the fix is done and just pending.

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