nba-data-scrapping icon indicating copy to clipboard operation
nba-data-scrapping copied to clipboard

Some requests timeout

Open gaberogan opened this issue 1 year ago • 1 comments

Some requests to the NBA API such as in get_teams.py or get_game_stats.py are timing out due to a missing Origin header, causing the script to hang. The value should be:

Origin: https://www.nba.com

gaberogan avatar Jul 18 '23 08:07 gaberogan

I'll fix that soon :)

Nathanlauga avatar Oct 20 '23 14:10 Nathanlauga