Course level 2 discord node

The discord node in level 2 is not working it only says message started but never gets send.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • **n8n version:**Running version [email protected]
  • Database (default: SQLite):
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**n8n cloud
  • **Operating system:**mac os

my unique id is rec4RRl3aEfnM5ZVS

hello @Sunil_Choudhary
that actually doesn’t mean that it’s not working. Have you seen your message on Discord?

@bartv or @Jon seems the course level 2 workflow is not working properly (or someone has forgotten to set the “Respond to Webhook” node)

1 Like

yeah i have seen the discord channel and i can’t see my message there. The node is working for the level 1 course the output comes to message sent but not for the course level 2.

That looks like it is running as we would expect, But there has been some incorrect data posted recently to the endpoint.

1 Like

Yeah because i was trying from the other discord node and by mistake i didn’t change the credentials so the dat from the course level 1 got sent. When will I be able to see my message in the discord channel?

Hey @Sunil_Choudhary,

If you send the correct data you will see the message in the channel, Maybe we need to update the workflow to make it clearer that there is an error.

hello there, i cant even send the data, do you have very strict restrictions on how the message should be sent? for example if i dont figure out the right formula for filename, will it be sent? if i dont put the right uniuqeid after “myID”?

in the course its not determining the limits of how and what we can send, i just get some error in your source code that execute it.. maybe i should open a ticket?

Hi there,
I am getting the following error when I try to send a message to discord using the webhook URL that i received for Leve 2 course. I tried with simple text and no expressions, still the same error. Pls help as this seems to be one of the requirements to get the badge.

Hello! I’m experiencing the same issue. Any idea how to fix it? Please let me know. Thanks!

Thanks for flagging this. If the Discord node is logging “message started” but nothing is sent, it could be due to an issue with the webhook URL, missing permissions, or incorrect payload formatting. I’ll review the node configuration and logs to pinpoint the cause and get it fixed right away.

1 Like

I am also having the same issue how do you fix it please

I also had an issue with the Discord node.

I tried lots of things and even considered downgrading my version, but ultimately, I think the N8N team has strict rules for validating the messages we send.

For me it was the space between “ID” and my ID.

You have the same mistake in your screen @amenn_killer

1 Like

From what I have worked with htis workflow, the discord node message should be exactly same format as the sample text mentioned (including spaces and number of words). Only then the message is accepted by discord server of n8n sucessfully