Open
Description
Greetings, and thank you for this project.
Please know at the outset that I have no Go programming experience, and that I am only now learning a bit about BlueSky. But, at least in the Node.js world, I've been able to use agent.com.atproto.sync.listRepos to get user repositories.
I'm not sure what I am doing wrong in the census commands shown below (one that passes the default pds endpoint, the other that does not). But it appears that a successful census is a prerequisite for running the pull command in which I am most interested.
I am grateful for any light you can shed on this problem; thanks again.
Cordially,
Paul
PS C:\paul\skyfall> go run cmd/main.go census --pds-endpoint https://bsky.network --output-file /paul/census.jsonl
2024/11/28 09:00:45 [DEBUG] GET https://bsky.network/xrpc/com.atproto.sync.listRepos?cursor=&limit=1000
time="2024-11-28T09:00:46-05:00" level=fatal msg="Failed to get list of repos: XRPC ERROR 404: Not Found: "
exit status 1
PS C:\paul\skyfall> go run cmd/main.go census --output-file /paul/census.jsonl
2024/11/28 09:00:56 [DEBUG] GET https://bsky.network/xrpc/com.atproto.sync.listRepos?cursor=&limit=1000
time="2024-11-28T09:00:57-05:00" level=fatal msg="Failed to get list of repos: XRPC ERROR 404: Not Found: "
exit status 1
Metadata
Metadata
Assignees
Labels
No labels