wyattowalsh/nbadb

Issue with daily() update function

Opened this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.

I've been trying to run the daily() function to update the dataset for my data science project and I keep running into errors with the get_proxies function.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'

  2. Click on '....'

  3. Scroll down to '....'

  4. See error

  5. Open Jupyter Notebooks via poetry

  6. Run from nba_db.update import daily

  7. daily()

  8. Encounter errors below

Expected behavior
A clear and concise description of what you expected to happen.
I figured the data set would update with the games that it doesn't include since its last update 8 months ago.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2024-03-03 at 9 09 54 PM
Screenshot 2024-03-03 at 9 11 37 PM

Desktop (please complete the following information):

  • OS: MacOS Sonoma 14.2.1
  • Browser Safari
  • Version 17.2.1

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.
I'm trying to update the dataset so I can use it for my intro data science final project, any help would be greatly appreciated!