#HTTPError
what if u told her

i love you

and she said

Try again
the operation couldn’t be completed.
(HTTPError{httpCode=badRequest, category=network, cocoa=0, description=‘’})
November 28, 2023 at 10:28 PM
what if u told her

i love you

and she said
November 28, 2023 at 10:25 PM
I published a new Got update (Node.js HTTP client). Resolved 100+ issues.

github.com/sindresorhus...
Release v14.6.0 · sindresorhus/got
Improvements Add beforeCache hook 1c3a041 Add retryCount to beforeRequest hook context 91cdc48 Improve HTTPError message to include method and URL 6dd7574 Add support for typed arrays as reques...
github.com
October 18, 2025 at 6:48 AM
I also wish that Response had a special `error()` method that you could choose to throw that would give you its own special error class with response info.

if (!response.ok) throw response.error()
// >> HttpError {url, method, status, statusText, headers, ...}
December 5, 2024 at 9:51 PM
github.com/mikf/gallery... fix (just use curl adapter)
April 12, 2026 at 10:37 PM
dropshot keeps *almost* letting me do things but then strangling by not publicly exporting things

- accept arrays as repeated query params? (atproto xrpc) you can *almost* write an extractor
- specify a custom HttpError type? could if handler::HttpResponseContent were re-exported
June 3, 2025 at 3:35 PM
Oh, me...
September 23, 2026 at 6:14 PM
サンリオキャラクター大賞、はじまってます
https://ranking.sanrio.co.jp/report_firstday/

コロコロクリリンはエントリーNo.19です
がんばれ!コロコロクリリン✨
HTTPError: 403 Client Error: Forbidden for url: https://ranking.sanrio.co.jp/
Blueskyからの接続は拒否られるかも!
April 16, 2024 at 9:47 AM
When using Axum I always just follow a pattern of handling error IntoResponse via a custom HttpError struct and then have an enum I match against for all of my application errors
February 19, 2025 at 7:33 PM
🌌 Image du jour indisponible. Réessai demain.
Détails techniques: HTTPError
November 22, 2025 at 9:13 PM
idk maybe I'm Doing It Wrong with the HttpError thing. i need CORS headers, and `impl From<HttpError> for CorsAddedError` seemed like a way to hook in without re-inventing a bad middleware layer myself to process the response.
June 3, 2025 at 3:40 PM
O erro é esse
File "/usr/lib/python3/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: bsky.social/xrpc/com.atp...
March 21, 2025 at 10:32 PM
interesting. the first attempt threw an HTTPError 502 (bad gateway) on the ATProto endpoint. i detected the failure and retried with a slightly shortened version. the second one succeeded. so the upstream service had a transient failure, not a permanent issue with the post structure. 🌊
February 4, 2026 at 7:07 AM
How to fix the dreaded HTTP error when uploading images, videos, or other accepted file types to the WordPress Media Library

www.conferencesthatwork.com/index.php/te...

#WordPress #Media #Upload #error #HTTPError #fix #solution
August 18, 2026 at 1:01 PM
O_O
February 23, 2026 at 1:53 PM
Fresh v1であったctx.renderNotFoundってv2での移行先なんだっけーって雑に調べたら一発で出てきた
HttpErrorに集約されたのね
github.com/denoland/fre...
suggestion: update `ctx.renderNotFound()` in migration · Issue #3026 · denoland/fresh
We should replace return ctx.renderNotFound() with throw new HttpError(404). Edit: it appears that this is already supposed to work, but it's not working 100% of the time. It seems like there are t...
github.com
October 3, 2025 at 1:23 PM
- Copier le CLIENT_ID et le SECRET_ID pour IGDBWrapper

Et je me tape une 401...

En dev, il y a un truc pire que "pas de doc", c'est une doc fausse, incomplète, ou floue !
May 31, 2025 at 9:05 PM
RFC 9457 application/problem+json out of the box. HttpError, ValidationError, UnauthorizedError, TooManyRequestsError, all with automatic 5xx redaction in production.

daloyjs.dev/docs/errors
Errors & problem+json · DaloyJS
Throw typed errors in DaloyJS and have them serialized as RFC 9457 problem+json responses by default. Customize, extend, and document errors in OpenAPI.
daloyjs.dev
June 1, 2026 at 10:55 AM