Description
Hi Tamsad,
I'm integrating
https://www.drupal.org/project/brightcove
in one of my drupal project. Setting up the module requires this library to be installed
https://github.com/brightcove/PHP-API-Wrapper/
I integrated this almost a month back. It was all working fine. We were able to connect to the client and communicate with Brightcove studio.
Suddenly from last two days it has stopped working and error which we get is:
Brightcove\API\Exception\APIException: Invalid status code: expected 200-299, got 0. in Brightcove\API\Client->request() (line 274 of /var/www/drupal-7.38/sites/all/libraries/PHP-API-Wrapper/lib/Brightcove/API/Client.php).
Thereafter, I tried with new release of the library and today installed
https://github.com/brightcove/PHP-API-Wrapper/
allover again. But no luck.
Can you please suggest what could be the issue.