This message was deleted.
# report-bugs
s
This message was deleted.
p
Thanks for sharing debug context! We'll look into this for you. Getting 500s on all submits or is it intermittent?
f
repeatable for that branch/pr
submit works on a different repo
p
Hmm ok got it - thanks! Could you DM me the PR if possible?
f
just created a new branch on that repo with an empty commit, tried to submit, same problem
Steps taken (internal things removed)
Copy code
❯ gt bc frank.schmager/test
No staged changes; created a branch with no commit.

❯ git commit --allow-empty -m "Empty-Commit"
[frank.schmager/test dd3bb93dc1f6] Empty-Commit

❯ gt ss
🥞 Validating that this Graphite stack is ready to submit...

WARNING: The following branch has no changes:
WARNING: ▸ frank.schmager/test
WARNING: Are you sure you want to submit it?

✔ How would you like to proceed? › Continue with empty branch

✏️  Preparing to submit PRs for the following branches...
▸ frank.schmager/test (Create)
✔ Title … Empty-Commit
✔ Body Template › /PULL_REQUEST_TEMPLATE.md
✔ Body › Skip (paste template)
✔ Submit › Create Draft Pull Request

📨 Pushing to remote and creating/updating PRs...
ERROR: Unexpected server response (500).

Headers:
  x-graphite-request-id: 8db7fab9-d57f-4ef8-a37a-1d9a5692f909

Response: {
  "_response": {}
}
n
Hi @Frank Schmager, I took a look in and found a silly bug on our end. I’ll follow up here when the fix is deployed!
🙌 2
@Frank Schmager this should be fixed now!
Let us know if you keep seeing any issues here 🙂
f
the bug is silly no more, well it might still have been silly, but it is no more
gt ss
succeeds where it previously did not thanks for the quick fix
❤️ 1
n
Woohoo!
❤️ 1
p
I have been running into this issue as well on one of my repos since morning. On another repo when trying to submit the stack I get
504
code
Copy code
gt version
0.20.22

node version
v19.2.0

npm version
8.19.3