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
Describe the bug
If I'm using ff_schedule() with a mfl connection I get: Error in (!is.na(full_schedule$spread) | full_schedule$spread == 0) && : 'length = 960' in coercion to 'logical(1)'
I tracked down this issue to the file mfl_schedule.R on lines 80-83 but I don't know how to fix this.
Reprex
ffscrapr::ff_schedule(ffscrapr::mfl_connect(2024, 63018))
#> Error in (!is.na(full_schedule$spread) | full_schedule$spread == 0) && : 'length = 960' in coercion to 'logical(1)'
Expected behavior
The function should return a dataframe with the schedule data of my fantasyleague.
Session information
Please copy the output of ffscrapr::ffverse_sitrep() into the box below.
Describe the bug
If I'm using ff_schedule() with a mfl connection I get:
Error in (!is.na(full_schedule$spread) | full_schedule$spread == 0) && : 'length = 960' in coercion to 'logical(1)'
I tracked down this issue to the file mfl_schedule.R on lines 80-83 but I don't know how to fix this.
Reprex
Expected behavior
The function should return a dataframe with the schedule data of my fantasyleague.
Session information
Please copy the output of
ffscrapr::ffverse_sitrep()
into the box below.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: