You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the discord node to send a message to a channel in the discord server works great. But when selecting User and trying to send a DM I get the following error:
The ID it mentions is not the channel ID, but my client ID. That seems odd. As you can see I am selecting from list to the specific user I want to send the message. Changing to ID and putting my user ID doesn't change the output, I still get the error.
To Reproduce
Go to Discord
Select Resource: Message
Select Operation: Send
Server: select a server from list
Sent To: select User
User: select user from list
Test step and get the error.
Expected behavior
It should send a DM to the user (like it does if I choose to send it to a channel on the discord server).
Operating System
Raspbian
n8n Version
1.32.2
Node.js Version
18.19.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Thanks for the report I have managed to reproduce this and have created NODE-1257 as the dev ticket to fix this. I have also made a note of the typos so we can get those fixed at the same time.
Bug Description
Using the discord node to send a message to a channel in the discord server works great. But when selecting User and trying to send a DM I get the following error:
The ID it mentions is not the channel ID, but my client ID. That seems odd. As you can see I am selecting from list to the specific user I want to send the message. Changing to ID and putting my user ID doesn't change the output, I still get the error.
To Reproduce
Go to Discord
Select Resource: Message
Select Operation: Send
Server: select a server from list
Sent To: select User
User: select user from list
Test step and get the error.
Expected behavior
It should send a DM to the user (like it does if I choose to send it to a channel on the discord server).
Operating System
Raspbian
n8n Version
1.32.2
Node.js Version
18.19.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: