-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation is broken #345
Comments
Edit: I think it's no longer a got issue, I'll keep looking. |
When the update script was refactored to use So the built in 404 handling in the A workaround is to set let res = await got(url, { throwHttpErrors: false }) But the script needs a look over, since the assumptions about the http client's behavior are not valid anymore. Why Now?there were deprecated unofficial (extension) mime types which are 404ing now, |
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: