According to the 4chan API documentation, the archive page is not enabled for every board. When archiving boards with mitsuba, if the archive page isn't enabled, mitsuba still attempts to fetch the archive. This results in repeated failed attempts to fetch the archive.json page with a 404 response.
Mitsuba should only attempt to fetch the archive.json page if is_archived exists and is set to 1 in the response from boards.json
According to the 4chan API documentation, the archive page is not enabled for every board. When archiving boards with mitsuba, if the archive page isn't enabled, mitsuba still attempts to fetch the archive. This results in repeated failed attempts to fetch the archive.json page with a 404 response.
Mitsuba should only attempt to fetch the archive.json page if
is_archivedexists and is set to 1 in the response from boards.json