roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

Update NBA stats table CSS selector #764

Open vgeek opened 1 year ago

vgeek commented 1 year ago

This changes CSS selector for NBA team names/abbreviations.

closes #691

jakesjordan00 commented 1 year ago

Still does not work for me unfortunately

vgeek commented 1 year ago

Can you confirm the actual error? Try changing line 60 in openers.py from raise HTTPError(resp.url, resp.status_code, resp.reason, resp.headers, None) to raise Exception(resp.status_code)

and confirm that you're not getting a 429 error for rate limiting or some other error.