Here's a traceback, looks like HTTPS to the nba stats site is failing. Any idea?
File "/Users/cvahe/opt/miniconda3/lib/python3.8/site-packages/requests/adapters.py", line 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='stats.nba.com', port=443): Read timed out. (read timeout=30)
Here's a traceback, looks like HTTPS to the nba stats site is failing. Any idea?