- Issue created by @lifelifeone
As a matter of fact, the error is triggered because the Calameo API is unable to return any book information. The response is a 200 but contains following information :
"response" => [ "status" => "error" "version" => 2 "requestid" => "t7scjv" "requests" => 9 "error" => [ "code" => 501 "message" => "Unknown book" ] ]
(see here for full list of error codes: https://developer.calameo.com/content/api/#errorcodes)
It makes sense that Calameo::getMetadata() method returns an error message since `$data['response']['error']` is not empty.
What I'd suggest, though, would be to change the level of the user-returned message to "Warning" since these errors do not prevent the media from being created. I think it could result in a better user experience.
Any thoughts?