getList doesn't accept fully conforming handle-format AT-URI's for list
param
#3201
Labels
bug
Something isn't working
list
param
#3201
Re-ticketed from: jaseemabid/bluesky-sync#17
Describe the bug
It seems that at-uri scheme is not respected for getList, while it is for getStarterPack. Specifically, both
handle.bsky.social
and custom domain handles fail, but DIDs work fine. I'm only showing for bsky.social domains, but custom domains should also fail.To Reproduce
Steps to reproduce the behavior, for an example:
patcon.bsky.social
did:plc:k7f2fckeefeh7mcohlezhpbn
https://public.api.bsky.app/xrpc/app.bsky.graph.getStarterPack?starterPack=at://did:plc:k7f2fckeefeh7mcohlezhpbn/app.bsky.graph.starterpack/3lbzzjqzcgd2m
https://public.api.bsky.app/xrpc/app.bsky.graph.getStarterPack?starterPack=at://patcon.bsky.social/app.bsky.graph.starterpack/3lbzzjqzcgd2m
https://public.api.bsky.app/xrpc/app.bsky.graph.getList?list=at://did:plc:k7f2fckeefeh7mcohlezhpbn/app.bsky.graph.list/3lc24ouwqmr2u
https://public.api.bsky.app/xrpc/app.bsky.graph.getList?list=at://patcon.bsky.social/app.bsky.graph.list/3lc24ouwqmr2u
Expected behavior
Would expect step 4 to return a response just like step 3, just like step 1 and 2 return the same response.
Details
Additional context
getList
docs: https://docs.bsky.app/docs/api/app-bsky-graph-get-listAT URI Scheme docs: https://atproto.com/specs/at-uri-scheme
Post about the issue: https://bsky.app/profile/patcon.bsky.social/post/3lcm6cgi4xc2p
Thanks for any consideration someone might give this! 🙏 🙏 🙏
The text was updated successfully, but these errors were encountered: