meooow25/carrot

NetworkError when attempting to fetch resource

Closed this issue · 1 comments

In v0.6.6 (most recent available on Firefox), I get Error: NetworkError when attempting to fetch resource.
The error is in content.js:371:17 and is Predict Error: Error: NetworkError when attempting to fetch resource. I have no clue what causes it. It has been an issue for a few weeks now.
All permissions it requests are enabled.

Thanks for reporting. I see this in network requests

cf240921

So Codeforces wanted to serve a 403 (known issue) but this time did not even set the right CORS headers.

The 403 issue has been reported before (#56, etc) and might be fixed by #61.