-
Notifications
You must be signed in to change notification settings - Fork 8
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
retry repost #57
retry repost #57
Conversation
Bluesky is still returning XRPCError: Internal Server Error it seems https://github.com/nodejs/bluesky/actions/runs/12696416395/job/35390398360 |
Also, on another note, it seems after #15 the action is unable to process multiple files at a time cc @aduh95 https://github.com/nodejs/bluesky/actions/runs/12696388629/job/35390325748
|
Tried validating them locally and also got an internal server error, I guess Bluesky's API is down? |
@joyeecheung thanks for helping to get these through. I'm creating myself a script to create the files so that I do it |
FYI we have a workflow that you can fill out to create a PR: https://github.com/nodejs/bluesky/actions/workflows/create-pr.yml (maybe it should be documented @aduh95 ) |
@joyeecheung was just going through my GitHub notifications and saw the PR to document :) Thanks for the heads up as well. |
Actually I now understand why there is an error: https://bsky.app/profile/mhdawson.bsky.social/post/3lfazelrdxs2kq is inaccessible it seems, the right link is https://bsky.app/profile/mhdawson.bsky.social/post/3lfazelrdxs2k (somehow in the JSON, there is a q at the end) |
#54 failed because the file did not end with
.json
#53 failed because Bluesky's server returns an internal server error.
Retrying both, also to see if validation from a branch in this repo works after #56