Am 05.08.24 um 12:51 schrieb Raphael Hertzog:
> (Adding Christoph Haas in copy, he recently fixed another regression
> that affected tracker.debian.org's import)
>
> On Fri, 02 Aug 2024, Lucas Nussbaum wrote:
>> the screenshots importer is broken since 2024-07-22.
>>
>> KeyError: 'maintainer'
>>
>> The JSON export used by the importer is
https://screenshots.debian.net/json/screenshots
>>
>> The importer has been disabled in commit
bf06d0dab0e89f580f5ac69158af256b62ca70be
Thanks for forwarding this to me. Raphael already pointed me to an issue
with the JSON output of screenshots.debian.net. I failed to find the
root cause back then and just set up a workaround.
However I just realized that my Gemfile was lacking the "jbuilder" gem
that is supposed to create the expected JSON structure. So the output
was just emitting raw data which is now what you were used to.
The fixed version is now deployed. So the udd gatherer should be able to
fetch the screenshots again. I appreciate your feedback on it.
Now if you excuse me. I need to add more tests for the JSON output. :)
Cheers
Christoph