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
and after a while of running, the irc-bridge, it will just stop working, my docker setup should make it restart if it crashes.
[joshua@pond ~]$ sudo docker logs irc-bridge
> discord-irc@2.9.0 start /bot
> node dist/index.js "--config" "/config/config.json"
2021-06-01T21:01:11.950Z info: Connected to IRC
2021-06-01T21:01:12.038Z info: Connected to Discord
(node:25) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
at RequestHandler.execute (/bot/node_modules/discord.js/src/rest/RequestHandler.js:170:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:25) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:25) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:25) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
at RequestHandler.execute (/bot/node_modules/discord.js/src/rest/RequestHandler.js:170:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:25) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:25) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
at RequestHandler.execute (/bot/node_modules/discord.js/src/rest/RequestHandler.js:170:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:25) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
(node:25) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
at RequestHandler.execute (/bot/node_modules/discord.js/src/rest/RequestHandler.js:170:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:25) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
> discord-irc@2.9.0 start /bot
> node dist/index.js "--config" "/config/config.json"
2021-06-01T21:49:26.297Z info: Connected to Discord
2021-06-01T21:49:26.439Z info: Connected to IRC
> discord-irc@2.9.0 start /bot
> node dist/index.js "--config" "/config/config.json"
2021-06-02T12:00:05.905Z info: Connected to Discord
2021-06-02T12:00:06.415Z info: Connected to IRC
> discord-irc@2.9.0 start /bot
> node dist/index.js "--config" "/config/config.json"
2021-06-04T18:40:15.214Z info: Connected to Discord
2021-06-04T18:40:15.841Z info: Connected to IRC
2021-06-04T19:35:07.797Z error: request to [redacted]?wait=true failed, reason: read ETIMEDOUT
2021-06-04T19:35:33.853Z info: Connected to IRC
2021-06-04T20:05:31.924Z info: Connected to IRC
2021-06-04T21:15:38.922Z info: Connected to IRC
2021-06-04T22:32:50.754Z info: Connected to IRC
2021-06-05T00:44:27.746Z info: Connected to IRC
> discord-irc@2.9.0 start /bot
> node dist/index.js "--config" "/config/config.json"
2021-06-06T04:01:45.229Z info: Connected to Discord
2021-06-06T04:01:45.402Z info: Connected to IRC
This log spam always seems to occur, then it will stop working at all. It will no longer be present on the IRC server also.
Sorry for the lack of specific info... I don't super know what you would need to help me debug or diagnose this problem.
The missing permission stuff is weird, but I don't see why it'd work for a day or two then just suddenly start having random missing permissions stop it from working...
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Hello!
I am using the docker build of this repo with the following docker-compose:
which is:
and config:
and after a while of running, the irc-bridge, it will just stop working, my docker setup should make it restart if it crashes.
This log spam always seems to occur, then it will stop working at all. It will no longer be present on the IRC server also.
Sorry for the lack of specific info... I don't super know what you would need to help me debug or diagnose this problem.
The missing permission stuff is weird, but I don't see why it'd work for a day or two then just suddenly start having random missing permissions stop it from working...
Thanks for your time!
The text was updated successfully, but these errors were encountered: