swar / nba_api

An API Client package to access the APIs for NBA.com
MIT License
2.53k stars 541 forks source link

No response trying to get the data I need #435

Open sxbastixn opened 7 months ago

sxbastixn commented 7 months ago

I've been trying for a few days to pull the names of the officials for any given season and have been trying to use boxscoresummaryv2. It hasn't responded to calls once and I am unsure if the problem is in my script or if it's on the API's end? How do I go about solving my problem?

rupink commented 7 months ago

Are you running your code locally? Or using a cloud platform.

sxbastixn commented 7 months ago

i’m running my code in the shell so i think that’s locally

rsforbes commented 7 months ago

@sxbastixn - I just ran the the following call in Postman w/o issue.

https://stats.nba.com/stats/boxscoresummaryv2?GameID=0022200037

Can you post your call/params?