-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_nfl_boxscore_players(game_id = "401220131") #10
Comments
jthomasmock
added a commit
that referenced
this issue
Jul 15, 2021
Hi @Grayhawk34 I believe this is working in latest release (0.5) as I've redone the function. Can you please confirm?
|
I'm getting the following error: Error in open.connection(con, "rb") : HTTP error 403. Never had this before. |
Hi @Grayhawk34 - that means a forbidden pathway. Can you confirm that you have:
|
Hi,
I have installed the latest version and can navigate to the url. I can also
use other functions within the espnscrapeR package.
Not sure why for this function it is giving me the error.
From: Thomas Mock ***@***.***>
Sent: Friday, July 16, 2021 3:18 PM
To: jthomasmock/espnscrapeR ***@***.***>
Cc: Grayhawk34 ***@***.***>; Mention
***@***.***>
Subject: Re: [jthomasmock/espnscrapeR] get_nfl_boxscore_players(game_id =
"401220131") (#10)
Hi @Grayhawk34 <https://github.com/Grayhawk34> - that means a forbidden
pathway.
Can you confirm that you have:
* Installed the latest version of the espnscrapeR package w/
remotes::install_github("jthomasmock/espnscrapeR")
* That you can navigate to the raw url here
<http://site.api.espn.com/apis/site/v2/sports/football/nfl/summary?event=401
220131> ?
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)
, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASACGM6UEP6AVDREWFQNULLTY
CHYZANCNFSM42PDJUFA> .
<https://github.com/notifications/beacon/ASACGM5KR4TKUFLOHZSH26TTYCHYZA5CNFS
M42PDJUFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGSGZRQA
.gif>
…_____
<https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-e
mail&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=s
ig-email&utm_content=emailclient>
Scanned by McAfee
<https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-e
mail&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=s
ig-email&utm_content=emailclient> and confirmed virus-free.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to use the function get_nfl_boxscore_players with game_id = "401220131" but it's not working. This is the 9/13/2020 MIA vs. NE game. Other functions recognize this game_id (e.g. get_nfl_pbp(game_id="401220131") works.
Here's the error that I am getting:
player_game = get_nfl_boxscore_players(game_id = "401220131");
Error: Problem with
mutate()
input..1
.x 'list' object cannot be coerced to type 'double'
i Input
..1
isacross(c(pass_yds:punt_long), ~suppressWarnings(as.double(.x)))
.Run
rlang::last_error()
to see where the error occurred.The text was updated successfully, but these errors were encountered: