JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
433 stars 59 forks source link

Fotmob Functions not working #275

Closed mbrownsword closed 1 year ago

mbrownsword commented 1 year ago

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:

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

grrooooot commented 1 year ago

I might be facing same issues with fotmob functions.

image