- Issue created by @peter_serfozo
- First commit to issue fork.
- 🇧🇪Belgium keszthelyi Brussels
I can confirm the issue, and also that #3 is working at the moment and the thumbnails are retrieved with the URL fix. The fix is not ideal though, this should be fixed in the API, which returns the bad URL, or maybe in the request that retrieves the resource, not sure.
However, I think the request exception should be caught when trying to get thumbnail, so in that case the method should return NULL without exception. (Ideally, this should also be logged, but the fact that the thumbnail was not downloaded is logged in
MediaAvPortalSourceBase::importRemoteThumbnail()
)The attached patch is only for catching the exception (committed in 29c7af22)
- 🇧🇪Belgium keszthelyi Brussels
This patch is combining #3 and #5, in case you need a temp fix and also want to catch exceptions.