-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
type:featurev:3Everything related to the Stud.IP Opencast Plugin Version 3.xEverything related to the Stud.IP Opencast Plugin Version 3.x
Description
While debugging the plugin, we noticed that the ingestClient send no request to Opencast and didn't log a helpful error message. The problem is for example at
studip-opencast-plugin/lib/Models/REST/IngestClient.php
Lines 27 to 35 in 574680f
public function createMediaPackage() | |
{ | |
$response = $this->opencastApi->ingest->createMediaPackage(); | |
if (in_array($response['code'], [200, 201]) !== false) { | |
return $response['body']; | |
} | |
return false; | |
} |
The plugin should log exceptions for better debugging.
Metadata
Metadata
Assignees
Labels
type:featurev:3Everything related to the Stud.IP Opencast Plugin Version 3.xEverything related to the Stud.IP Opencast Plugin Version 3.x
Type
Projects
Status
Todo