You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wesleytodd I think this is going to be a problem with got, and we can't update it because Got is now ESM-only. Maybe I can make this work again with Undici.
Edit: I think it's no longer a got issue, I'll keep looking.
Edit: the issue happens when it reaches image/x-emf, I'll keep looking.
Edit: This is an error from IANA, perhaps the best option would be to contact them to see if they can add it back.
Edit: It is not an IANA error, those pages never existed, so it is an error on got for not being able to handle the request properly.
The automation is broken because it cannot correctly retrieve https://www.iana.org/assignments/media-types/image.csv, even though the endpoint is correct.
If that resource is removed for generation, the following PR bjohansebas#1 would be obtained, although ideally, it shouldn’t be removed.
I’ve added console.log to debug the issue, please check the results of the following workflows:
https://github.com/bjohansebas/mime-db/actions/runs/11982093952/job/33409524328 (work)
https://github.com/bjohansebas/mime-db/actions/runs/11982462369/job/33410514027 (not work)
The text was updated successfully, but these errors were encountered: