andrewrjohn / react-sports-hooks

Get live sports scores in your React app for the MLB, NBA, and the NFL.
3 stars 2 forks source link

Scores for NFL no longer being pulled. #5

Open drewm1192 opened 2 years ago

drewm1192 commented 2 years ago

Hi Andrew,

First off - amazing tool. Thank you so much for creating this!

I have been using this tool since September to pull in live data on NFL games. It worked fantastically until just this Tuesday when data stopped being pulled. I had not made any changes to my code that uses this hook. I simply tried to run it again and I got an error saying: Error is: Unhandled Rejection (TypeError): Failed to fetch.

It looks like the issue is happening when the hook tries to get data from ESPN.

Any idea why this might be happening?

Thank you! Andrew

drewm1192 commented 2 years ago

The more I look into this, it appears that it may be a CORS issue. But what's odd is that this didn't give me any trouble for nearly two months and now it does...