ClassicSpeed / backloggd-hltb

A simple extension to see the times from how long to beat in www.backloggd.com
6 stars 0 forks source link

Requests being blocked #5

Open Gryyre opened 2 weeks ago

Gryyre commented 2 weeks ago

The extension shows "-" on games it tries to fetch the info for. In the developer console, it shows these three errors for every game (example given with ZeroRanger):

🚫 GET https://hltb-proxy.fly.dev/v1/query?title=ZeroRanger

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://hltb-proxy.fly.dev/v1/query?title=ZeroRanger. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 500.

TypeError: NetworkError when attempting to fetch resource.

I'm using Firefox 129.0.2.

ClassicSpeed commented 2 weeks ago

I'll try to fix it, thanks for the report!