jflancer / bigballR

Package for working with NCAA Basketball Data
Other
59 stars 19 forks source link

get_team_schedule issue #52

Open dylangrafius opened 1 month ago

dylangrafius commented 1 month ago

Code:

RMU_24_S <- get_team_schedule(561059) Compiling Game IDs

Parsing Schedule Error in Home[[i]] : subscript out of bounds

jrbarber37 commented 1 month ago

I am seeing the same issuse: UConn_schedule_2023_24 <- get_team_schedule(season = "2023-24", team.name = "UConn")

Parsing Schedule Error in Home[[i]] : subscript out of bounds

evanmiyakawa commented 1 month ago

NCAA just made some big updates to their UI and the underlying webpages, so it will take a bit of time to restructure the code to get things working again. I won't have time to do this till a little bit later in the offseason.

dylangrafius commented 1 month ago

Yep I noticed that too. Thank you!

jrbarber37 commented 1 month ago

Thanks for the update.

On Fri, Jun 7, 2024, 1:05 PM Evan Miyakawa @.***> wrote:

NCAA just made some big updates to their UI and the underlying webpages, so it will take a bit of time to restructure the code to get things working again. I won't have time to do this till a little bit later in the offseason.

— Reply to this email directly, view it on GitHub https://github.com/jflancer/bigballR/issues/52#issuecomment-2155214397, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUIJZH7CQFVTIUFLC3NWY53ZGHR67AVCNFSM6AAAAABI5J6UVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJVGIYTIMZZG4 . You are receiving this because you commented.Message ID: @.***>

jrbarber37 commented 1 month ago

Thank you for fixing this issue!