laravel-video-api icon indicating copy to clipboard operation
laravel-video-api copied to clipboard

Video or channel id is not found

Open quinhone opened this issue 6 years ago • 0 comments

I'm trying to use the package, but I always get this error, in the ID I'm putting the channel ID and in api-key I'm putting the key created in the API

if(!$json)
{
      throw new \Exception("Video or channel id is not found");
}

quinhone avatar Nov 12 '18 18:11 quinhone