jwplatform-php icon indicating copy to clipboard operation
jwplatform-php copied to clipboard

Can't fetch list of players

Open dkirchhof opened this issue 3 years ago • 1 comments

Hello, I just wanted to check out this library but have problems while fetching players.

I use the following code to get a list of all players:

$client = new JwplatformClient($apiSecret);
$result = $client->Player->list($siteId);

var_dump($result);

But I get the following error: "The requested resource could not be found."

If I replace "Player" with "Media" I can fetch all videos. So the secret and site id is correct. I'm using version 2.0.0.

dkirchhof avatar Jan 10 '22 11:01 dkirchhof

Created a pr: https://github.com/jwplayer/jwplatform-php/pull/31

dkirchhof avatar Jan 10 '22 12:01 dkirchhof

Resolved by PR.

polishmatt avatar Feb 02 '23 14:02 polishmatt