-
Notifications
You must be signed in to change notification settings - Fork 11
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
"Plugin Disabled" #9
Comments
@JaxkDev |
Looking into it, If you have further info / logs please send over eg what message caused this ? |
Actually its possible i got the ID constraints incorrect, can you paste the exact data you put in the channels in events.yml for every minecraft to discord event |
[2020-12-19T18:19:48.190784+00:00] DiscordPHP.HTTP.DEBUG: REQ GET https://discord.com/api/v6/gateway/bot queued [] [] this is the log file |
and this is the events file: version: 1 message: command: member_join: member_leave: |
ok so for that massive error, see #8 thats an entire different thing. |
oh okay |
now this shows in the console: [2020-12-19T19:04:52.039388+00:00] DiscordPHP.HTTP.DEBUG: REQ GET https://discord.com/api/v6/gateway/bot queued [] [] |
and this [19:05:22] [BotThread thread/CRITICAL]: Client failed to login/connect within 30 seconds, See log file for details. |
|
ah |
could you help me with that? also, i host the server on a hosting not on my local pc |
You got 4 options,
|
oh k |
Fatal error: Uncaught AssertionError: Invalid message data received. in phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Utils.php:27
Stack trace:
#0 phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Bot/Handlers/PluginCommunicationHandler.php(57): JaxkDev\DiscordBot\Utils::assert(false, 'Invalid message...')
#1 phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Bot/Handlers/PluginCommunicationHandler.php(45): JaxkDev\DiscordBot\Bot\Handlers\PluginCommunicationHandler->handleSendMessage(Array)
#2 phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Bot/Client.php(171): JaxkDev\DiscordBot\Bot\Handlers\PluginCommunicationHandler->handle(Array)
#3 phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Bot/Client.php(143): JaxkDev\DiscordBot\Bot\Client->tick()
#4 phar:///home/container/plugins/DiscordBot_v1_0_0.phar/vendor/react/event-loop/src/Timer/Timers.php(96): JaxkDev\DiscordBot\Bot\Client->JaxkD in phar:///home/container/plugins/DiscordBot_v1_0_0.phar/src/JaxkDev/DiscordBot/Utils.php on line 27
The text was updated successfully, but these errors were encountered: