Skip to content
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

ESPN mbb game data (pbp, team & player box) returning error #105

Open
willcrouch opened this issue Feb 22, 2023 · 0 comments
Open

ESPN mbb game data (pbp, team & player box) returning error #105

willcrouch opened this issue Feb 22, 2023 · 0 comments

Comments

@willcrouch
Copy link

Describe the bug
hoopR::espn_mbb_team_box & hoopR::espn_mbb_game_all are returning errors

To Reproduce

# Example Game ID
hoopR::espn_mbb_game_all(game_id = 401256760)
2023-02-22 14:22:11: Invalid arguments or no play-by-play data for 401256760 available!
2023-02-22 14:22:11: Invalid arguments or no team box score data for 401256760 available!
2023-02-22 14:22:11: Invalid arguments or no player box score data for 401256760 available!
Error in hoopR::espn_mbb_game_all(game_id = 401256760) : 
  object 'plays_df' not found
hoopR::espn_mbb_team_box(game_id = 401025888)
2023-02-22 14:22:20: Invalid arguments or no team box score data for 401025888 available!
Error in hoopR::espn_mbb_team_box(game_id = 401025888) : 
  object 'team_box_score' not found

Desktop (please complete the following information):

  • OS: Windows 10
  • R: v4.2.2
  • RStudio: v2022.12.0+353
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant