Can't subscribe to a few Bluesky private profiles

Thanks for bringing this up! What needs to happen is that the error message should give you more information. In this case, we’re getting a 200 OK response so I can’t branch on a 403/401 Forbidden/Unauthorized.

Someday soon I’m going to apply an LLM to these types of fetch errors and see if I can get it to figure out what’s going on. In this case, it would see the "Sign in Required: This account has requested that users sign in to view their profile. " in big centered letters and realize this is actually a 403 and should respond appropriately with that error message.

Once LLM prices come down another 10x (they went down 100x in the last two years alone) I’ll see where I can add it. I just started using OpenAI’s embeddings API to create the new Discover Feeds and Related Stories features (launching hopefully within the next couple weeks), but it’s still not dirt cheap, just a reasonable one-time line item on the budget for the month