You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: