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:
-
Go to '...'
-
Click on '....'
-
Scroll down to '....'
-
See error
-
Open Jupyter Notebooks via poetry
-
Run from nba_db.update import daily
-
daily()
-
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.
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!