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
because of some reasons due to new changes in api,
return json_decode($response);
must be
json_decode(utf8_encode($response));
otherwise some of the values in the object being NULL even though there are values. I'm not sure if the repository is still being maintained but for sure a fix is required for the 2020 soccer stats.
The text was updated successfully, but these errors were encountered:
sportmonks-soccer/src/SoccerClient.php
Line 54 in 4740950
because of some reasons due to new changes in api,
return json_decode($response);
must be
json_decode(utf8_encode($response));
otherwise some of the values in the object being NULL even though there are values. I'm not sure if the repository is still being maintained but for sure a fix is required for the 2020 soccer stats.
The text was updated successfully, but these errors were encountered: