JaseZiv/worldfootballR

Fotmob Functions not working

Closed this issue · 1 comments

fixtures <- fotmob_get_league_matches(league_id = id, cached = FALSE)
Error in map():
i In index: 1.
Caused by error in unpack():
! Names must be unique.
x These names are duplicated:

  • "localizedName" at locations 5 and 7.
    i Use argument names_repair to specify repair strategy.
    Run rlang::last_trace() to see where the error occurred.

This is an example of what happens when i run fotmob_get_league_matches, but the same thing occurs when i run fotmob_get_league_ids

I might be facing same issues with fotmob functions.
image