futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
317 stars 138 forks source link

Empty dicts #453

Closed hatedplayer closed 5 years ago

hatedplayer commented 5 years ago

When I call for instance dicts the only dict that has data is players. I'm doing anything wrong?

import fut nations = fut.core.nations() leagues = fut.core.leagues() teams = fut.core.teams() stadiums = fut.core.stadiums() players = fut.core.players() playestyles = fut.core.playstyles() print(nations) print(leagues) print(teams) print(stadiums) print(playestyles) print(players)

players len: 15892 playestyles len: 0 stadiums len: 0 teams len: 0 leagues len: 0 nations len: 0

Thanks

cyberbudy commented 5 years ago

I also have this problem, how did you solve it?

hatedplayer commented 5 years ago

I had to use another API for those data.