cameroncros / OctoPrint-DiscordRemote

Discord plugin for OctoPrint
MIT License
66 stars 34 forks source link

DiscordRemote - not responding on commands through Discord #228

Closed nabzster closed 1 year ago

nabzster commented 1 year ago

Hi,

I have an Ender 3 Pro with Octoprint and I decided to use the DiscordRemote plugin. I installed everything and I'm getting the bot to type messages in Discord but I can only run the "/" commands in octoprint. If I run it on Octoprint, the bot would respond in discord. If I use my user in Discord and type for example, "/status" it will not respond at all. I've tried setting the user permission with my ID and "" same with the commands to "" but have had no luck.

I'm not sure if the BASE URL is correct for my setup. I'm just using the https://[local-ip]/api/plugin/discordremote

The DiscordRemote is always green on octoprint.

Not sure what I should do next, thank you so much for the help.

samuellogan commented 1 year ago

Have you tried setting rule #1 as follows: 15D8E962-2C88-4136-817A-EE5ECE550353 I didn't make use of the base url and left it blank. Sorry i can't be of any more help lol

gopgop9000 commented 1 year ago

Having the same issue, it detects the message when I use a command, but does nothing with it (from the Debug level logs). No reply or anything, and no further information on the logs. image

gopgop9000 commented 1 year ago

Just looked at closed issues (I really wish that was the default) and it was fixed by the steps in https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/226.

nabzster commented 1 year ago

Holy crap. It works! Thank you so much.

cameroncros commented 1 year ago

Sounds like I need to update the doco if this is tripping up lots of people. Will try do that asap

DrToxic commented 1 year ago

Not sure if still an issue or not. but check gateway intents.

This is how I got DiscordRemote to work.

image

Ryan526 commented 1 year ago

Not sure if still an issue or not. but check gateway intents.

Thank you this fixed my issue!