Just a question about logging.
My Agent is using:
metadata.posters[full_poster_url] = Proxy.Preview(poster_thumbnail_data) or metadata.posters[full_poster_url] = Proxy.Media(poster_data)
to allow the Framework to download posters.
Is there anywhere in the logs that would tell me what the results are from the Framework's get call to the Poster's website?
If the Poster's website redirects to a 404 or some other valid page, Is there somewhere in the logs that I could see this?
Also,
Is there a way to handle that result within the Agent so that a valid jpg would be received?
Thanks!