You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using teams_scraper.py successfully but am now getting the following error:
python ./teams_scraper.py 1245518
Traceback (most recent call last):
File "./teams_scraper.py", line 29, in <module>
main()
File "./teams_scraper.py", line 26, in main
store_data(team_id, output_folder)
File "./teams_scraper.py", line 7, in store_data
summary = get_entry_data(team_id)
File "C:\repos\Fantasy-Premier-League\getters.py", line 49, in get_entry_data
raise Exception("Response was code " + str(response.status_code))
Exception: Response was code 503
Running on Anaconda3, Windows 10
The text was updated successfully, but these errors were encountered:
Hello,
I have been using teams_scraper.py successfully but am now getting the following error:
Running on Anaconda3, Windows 10
The text was updated successfully, but these errors were encountered: