Danny Beer
Danny Beer
I spent a bit of time trying to replicate this locally using this codebase to no avail. The oddly specific formatting of the error page (compare the [403 error](https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=aaaaaa&limit=100&cursor=0) to...
The issue is in [this block of code](https://github.com/bluesky-social/atproto/blob/e9240c8b5e6a62d5f83c1825002046c45d28b055/packages/pds/src/image/index.ts#L17) The `maybeGetInfo` function is called by the `uploadBlob` implementation in the PDS and tries to get image information (eg height, width, format)...
I have a relevant PR here btw: https://github.com/bluesky-social/atproto/pull/3249
I was able to reproduce this as you did against https://bsky.app/, I can scroll to the bottom of my likes and it keeps loading indefinitely. XRPC calls against my PDS...
Changes the PR as per comments here and in #3151 , this PR now changes it so the PDS no longer validates the image but just continues if it is...