Getting "rate limited" trying to authenticate for the first time #2971
-
Following the instructions for creating a session via % BLUESKY_HANDLE="krisalyssa.bsky.social" BLUESKY_PASSWORD="****-****-****-****" \
curl -X POST https://bsky.social/xrpc/com.atproto.server.createSession \
-H "Content-Type: application/json" \
-d '{"identifier": "'"$BLUESKY_HANDLE"'", "password": "'"$BLUESKY_PASSWORD"'"}' where Since this is the first time I've tried this, I'm reasonably confident that I'm not actually exceeding a rate limit. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Same here. I have connected to the account only a few times, and now:
gives
I definitely have not connected 100 times. |
Beta Was this translation helpful? Give feedback.
-
i have the same problem |
Beta Was this translation helpful? Give feedback.
-
Does the limit reset if you wait a day? It seems to for me. |
Beta Was this translation helpful? Give feedback.
-
@dom96 It's failing on the first attempt. So, no. |
Beta Was this translation helpful? Give feedback.
-
Okay, I was able to get authentication and posting via I'll try again with something closer to what the documentation has. After that, I'll follow up with nicely-formatted commands to demonstrate what worked for me. |
Beta Was this translation helpful? Give feedback.
I'm sort of ashamed to admit this, but ultimately the problem was that I was setting the environment variables as a prefix to the
curl
command rather than explicitly exporting them prior.This works:
where
BLUESKY_HANDLE
is the full handle (e.g.foo.…