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

s / s.js have problems loading #40

Open
Glamdring opened this issue Sep 19, 2017 · 8 comments
Open

s / s.js have problems loading #40

Glamdring opened this issue Sep 19, 2017 · 8 comments

Comments

@Glamdring
Copy link

In the developer tools I always see problems with /s or /s.js . In Chrome the problem is (failed) "ERR_FAILED", and on Firefox it's just stuck, never loading.

When I open /s separately, it works. But on the demo pages the above behaviour is observed.

@homakov
Copy link
Member

homakov commented Sep 19, 2017

When I visit cobased.com:

Creating Application Cache with manifest https://securelogin.pw/s.appcache
(index):1 Application Cache Checking event
(index):1 Application Cache Downloading event
(index):1 Application Cache Progress event (0 of 2) https://securelogin.pw/s.appcache
(index):1 Application Cache Progress event (1 of 2) https://securelogin.pw/s
sdk.js:17 ext
(index):1 Application Cache Progress event (2 of 2) 
(index):1 Application Cache Cached event

can you post your log with chrome?

@Glamdring
Copy link
Author

Glamdring commented Sep 20, 2017

I tried both at home and at work, and it fails in both cases with both browsers. Here's Chrome's console:

Document was loaded from Application Cache with manifest https://securelogin.pw/s.appcache
(index):1 Application Cache Checking event
s:1 GET https://securelogin.pw/s.js net::ERR_FAILED
(index):1 Application Cache NoUpdate event

Possibly related:

This site can’t be reached

The webpage at chrome-extension://abpigncghjblhknbbannlhmgjpjpbajj/index.html might be temporarily down

In my project where I'm testing, the behaviour is the same as on the nodejs (Heroku) demo.

@Glamdring
Copy link
Author

Okay, some progress - after a restart and opening Chrome again, it works fine the first time. the "s" files are loaded and clicking the button opens securelogin.pw (if no plugin installed). After that it starts failing again.
Likely something related to the browser cache.

@Glamdring
Copy link
Author

Glamdring commented Sep 20, 2017

Some more info: when I request the cache file, I get a warning in Chrome:

Resource interpreted as Document but transferred with MIME type text/cache-manifest: "https://securelogin.pw/s.appcache".

Also, not sure if intended, but s.js is not present in the cache file.

@homakov
Copy link
Member

homakov commented Sep 21, 2017

Maybe something happened to appcache. There are long term plans by w3c to remove appcache entirely. So we should do it too I guess just in case. will do

@Glamdring
Copy link
Author

Another possibly related error I just noticed in my console:

securelogin.pw/s Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

@homakov
Copy link
Member

homakov commented Sep 21, 2017

BLOCKED BY CLIENT could be an ad blocker?

@Glamdring
Copy link
Author

Glamdring commented Sep 21, 2017

Quite possibly, I do have ABP on Chrome. But why would it recognize it as an add, maybe because of the short name?

Note: the original issue (the ERR_FAILED) is not related to ABP, because I don't have it at work and it still happens

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