meooow25 / carrot

A browser extension for Codeforces rating prediction
MIT License
115 stars 4 forks source link

NetworkError when attempting to fetch resource #64

Open EricLindesay opened 5 hours ago

EricLindesay commented 5 hours ago

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.

meooow25 commented 5 hours ago

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.