cameroncros / OctoPrint-DiscordRemote

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

Octoprint Discord bot goes offline #186

Closed addychen2 closed 2 years ago

addychen2 commented 3 years ago

For some reason, the Octoprint discord bot is offline and won't go back online. I've tried restarting the pi, remaking the bot, and updating the firmware, but nothing worked. Any suggestions?

addychen2 commented 3 years ago

The conditions are essentially exactly same as the ones discussed here: https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/182 however my DiscordRemote is on version 2.68

cameroncros commented 3 years ago

Check that your bot token hasnt been disabled or banned. You may need to regenerate it.

On Wed, Apr 14, 2021 at 10:21 AM DragonXC2 @.***> wrote:

The conditions are essentially exactly same as the ones discussed here:

182 https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/182

however my DiscordRemote is on version 2.68

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/186#issuecomment-819132864, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK7FLZMNYMWQTADT4NICMLTITNX3ANCNFSM424JTXLQ .

addychen2 commented 3 years ago

I just regenerated it and it sent in discord that it was the correct settings

addychen2 commented 3 years ago

Check that your bot token hasnt been disabled or banned. You may need to regenerate it. On Wed, Apr 14, 2021 at 10:21 AM DragonXC2 @.***> wrote: The conditions are essentially exactly same as the ones discussed here: #182 <#182> however my DiscordRemote is on version 2.68 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#186 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK7FLZMNYMWQTADT4NICMLTITNX3ANCNFSM424JTXLQ .

The bot still doesn't go online

addychen2 commented 3 years ago

Are there no compatibility issues at all? Maybe WebSocket updated again?

cameroncros commented 3 years ago

Websocket is pinned, so shouldn't have made a difference. Can you give me the octoprint logs, and to be sure, the output of pip list in your octoprint environment?

On Fri, Apr 16, 2021 at 2:53 AM DragonXC2 @.***> wrote:

Are there no compatibility issues at all? Maybe WebSocket updated again?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/186#issuecomment-820581407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK7FL754EZMGYSHXQGB7PTTI4K2JANCNFSM424JTXLQ .

addychen2 commented 3 years ago

image

addychen2 commented 3 years ago

What is the output of pip list?

cameroncros commented 3 years ago

Sorry, should have explained it more.

SSH into your octoprint instance, and then run the following commands:

source ~/oprint/bin/activate
pip list

On Fri, Apr 16, 2021 at 1:53 PM DragonXC2 @.***> wrote:

What is the output of pip list?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cameroncros/OctoPrint-DiscordRemote/issues/186#issuecomment-820887246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK7FL3VNIY5BKAKJDD6OVLTI6YDLANCNFSM424JTXLQ .