Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bluesky] Downloading from likes gets stuck in a loop #7287

Open
dylanpdx opened this issue Apr 1, 2025 · 1 comment
Open

[bluesky] Downloading from likes gets stuck in a loop #7287

dylanpdx opened this issue Apr 1, 2025 · 1 comment

Comments

@dylanpdx
Copy link

dylanpdx commented Apr 1, 2025

Running gallery-dl with the following
gallery_dl -d out --username "xxxx" --password "xxxx" -v "https://bsky.app/profile/username.bsky.social/likes"

Causes it to download some likes, but it then gets stuck in a loop with the same cursor value being requested repeatedly until the process is stopped.

Image

@dylanpdx
Copy link
Author

dylanpdx commented Apr 1, 2025

Looking more into it, is there any reason why gallery-dl doesn't use /xrpc/com.atproto.repo.listRecords?
It would need you to get a ServiceEndpoint, but I think you could then call https://endpoint/xrpc/com.atproto.repo.listRecords?repo=did:xxxxx&collection=app.bsky.feed.like&limit=100, and it wouldn't require logging in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant