Skip to content

census command returns HTTP 404 #13

@paul-bell

Description

@paul-bell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions