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
This is dope and works for some teams, but for all the teams in my ML i'm getting 404'd
is there something I'm missing here, this is for the 20-21 season that just finished?
Traceback (most recent call last):
File "teams_scraper.py", line 29, in
main()
File "teams_scraper.py", line 26, in main
store_data(team_id, output_folder)
File "teams_scraper.py", line 10, in store_data
gws = get_entry_gws_data(team_id, num_gws)
File "/Users/thomashoare/Downloads/Fantasy-Premier-League-master/getters.py", line 89, in get_entry_gws_data
raise Exception("Response was code " + str(response.status_code))
Exception: Response was code 404
The text was updated successfully, but these errors were encountered:
Hey Man,
This is dope and works for some teams, but for all the teams in my ML i'm getting 404'd
is there something I'm missing here, this is for the 20-21 season that just finished?
Traceback (most recent call last):
File "teams_scraper.py", line 29, in
main()
File "teams_scraper.py", line 26, in main
store_data(team_id, output_folder)
File "teams_scraper.py", line 10, in store_data
gws = get_entry_gws_data(team_id, num_gws)
File "/Users/thomashoare/Downloads/Fantasy-Premier-League-master/getters.py", line 89, in get_entry_gws_data
raise Exception("Response was code " + str(response.status_code))
Exception: Response was code 404
The text was updated successfully, but these errors were encountered: