-
Notifications
You must be signed in to change notification settings - Fork 815
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
Tonesque: error when trying to get colors from an image returning a 404 #1672
Comments
Is this an internal call that references a url, or a third party theme/plugin using tonesque? |
It's a third-party plugin, color-posts. Do you think I should handle the 404 in my plugin (probably somewhere around here? I do see some room for improvement in our code as well, though. We could check for 404s in |
The plugin could just prepend an @ to the calls to avoid 404 errors. I'd be fine adding some error handling in to core in theory. |
Worth noting that this will happen for any errors. Here is the same problem with a 403: |
Related discussion: |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
This should have been fixed with #34164. Closing. |
If you try to use Tonesque with an image returning a 404 error, it outputs the following warnings:
Would it be possible to fail silently instead?
The text was updated successfully, but these errors were encountered: