Skip to content

Why does describeRepo fail with RepoNotFound once the agent has logged in? #3218

Discussion options

You must be logged in to vote

This might be related to an issue I raised on the Python SDK - describeRepo also confused me.

It turns out you can only use it to describe repositories on the same PDS as the client, so you'd have to switch PDS first to use it. That's probably why it only worked on your client's own account, but it should work to describe the repo of any other account on the same PDS.

In the Python SDK, you can still use describeRepo on any account by changing the base URL the client uses, and I assume there's a similar fix in the JS/TS API.

I do think this is odd behaviour, though.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dromaeosaurus-com
Comment options

@dromaeosaurus-com
Comment options

Answer selected by dromaeosaurus-com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants