Hi,
I have been working on a metadata agent that seems to crop up with an odd error, that so far I have not been able to work out some sort of solution to.
First, the code as of current: init.py
Now, to the nature of the issue:
- When I run the agent in bulk, it will seem to persist 1-2 posters over half the time.
- I have seen instances on the scanner where simply just refreshing metadata will resolve this, other times, it will not.
- I have verified manually, and by scripting within the logs, that I am not adding this information during the
Updatemethod. - I have also attempted things which are in the official metadata agents such as
metadata.posters.validate_keys(...)with no avail.
Any ideas on what might be causing this, it’s probably something simple but I am not working out what could be the case?