Skip to content
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

TypeError: Cannot read property 'settings' of undefined #240

Open
sentry-io bot opened this issue Feb 4, 2021 · 1 comment
Open

TypeError: Cannot read property 'settings' of undefined #240

sentry-io bot opened this issue Feb 4, 2021 · 1 comment
Assignees
Labels
Bug: Confirmed Issues that report confirmed bugs. Priority: Low Issues that must be fixed or PRs that must be finished and merged with low priority. Status: Stalled Issues and PRs that are being set aside for now or on hold. Type: Maintenance Issues and PRs related to the maintenance of a feature or function.

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 4, 2021

Sentry Issue: RTBYTE-1J

TypeError: Cannot read property 'settings' of undefined
  File "/root/rtbyte/src/tasks/twitchNotifications.js", line 10, in module.exports.run
    const twitchNotifsEnabled = guild.settings.get('twitch.twitchNotifsEnabled');
@rasmusgerdin
Copy link
Member

rasmusgerdin commented Feb 4, 2021

This issue is due to the task for a Twitch notification check not being deleted if the server is removed.

I've sorted this issue out in the current build with a way for me to fix it manually if it crops up again, but I'm not gonna bother fixing the issue itself as we're currently working on the rewrite.

Logging this here for tracking purposes.

@rasmusgerdin rasmusgerdin added Bug: Confirmed Issues that report confirmed bugs. Priority: Low Issues that must be fixed or PRs that must be finished and merged with low priority. Status: Stalled Issues and PRs that are being set aside for now or on hold. Type: Maintenance Issues and PRs related to the maintenance of a feature or function. labels Feb 4, 2021
@rasmusgerdin rasmusgerdin added this to To-do in The RTByte Project via automation Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Confirmed Issues that report confirmed bugs. Priority: Low Issues that must be fixed or PRs that must be finished and merged with low priority. Status: Stalled Issues and PRs that are being set aside for now or on hold. Type: Maintenance Issues and PRs related to the maintenance of a feature or function.
Projects
Development

No branches or pull requests

1 participant