-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Escape "
characters in the embed titles
#32
Comments
Heres what it says in full: ./send.sh success $WEBHOOK_URL [Webhook]: Sending webhook to Discord... ######################################################################### 100.0%curl: (22) The requested URL returned error: 400 [Webhook]: Unable to send webhook. Done. Your build exited with 0. |
If it says To find out what the issue is exactly:
|
Ok, I will try in the next one. |
Also to point out that it happens randomly, so it might take 4-5 builds before it appears. |
2 commits didn't fail in sending webhook, will send logs when it fails. edit: discord was sending |
@k3rn31p4nic one of the builds did give out 400 somebody authored..." wait wasn't this issue all about repeating like 3-5 times until it sent it correctly? |
After looking at the log file you've attached, it seems like the issue is because the |
"
characters in the embed titles
It always fails to send build webhooks both on GitHub's side (build notifications doesn't arrive on Discord with 400 code) and sometimes in Travis (your code says
curl: (22) The requested URL returned error: 400
andUnable to send webhook
)Is it possible to retry until Discord finally accepts the sent webhook (probably 3-5 times)?
The text was updated successfully, but these errors were encountered: