aaaaaa
This commit is contained in:
parent
706b490bf3
commit
9afef55d89
|
@ -667,6 +667,7 @@ class vimeo{
|
||||||
$jwt = $jwt["jwt"];
|
$jwt = $jwt["jwt"];
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
try{
|
||||||
$json =
|
$json =
|
||||||
$this->get(
|
$this->get(
|
||||||
$proxy,
|
$proxy,
|
||||||
|
@ -674,6 +675,10 @@ class vimeo{
|
||||||
[],
|
[],
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
}catch(Exception $error){
|
||||||
|
|
||||||
|
throw new Exception("Failed to fetch JWT token");
|
||||||
|
}
|
||||||
|
|
||||||
$json = json_decode($json, true);
|
$json = json_decode($json, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue