nkl-kst / the-sports-db

PHP library to get sports data from TheSportsDB (https://www.thesportsdb.com)
MIT License
22 stars 3 forks source link

foreach() argument must be of type array|object, null given #20

Closed clarknelson closed 3 years ago

clarknelson commented 3 years ago

When I call $this->client->list()->players($team->idTeam); I am getting an exception with the above error message. I see a related issue, but I'm still getting this message for 1.0.2. I'm able to catch for my use case but thought you would want to know. I believe the team just does not have any players listed.

Thanks,

nkl-kst commented 3 years ago

Hey Clark,

thanks for opening this issue. You are right, list()->players(id) should not throw an exception if there are no team members.

Could you tell me which ID you used? Thanks in advance.

nkl-kst commented 3 years ago

Fixed by #24

clarknelson commented 3 years ago

Thank you! sorry for no response, love your api