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

"Encountered error, settings may or may not have saved." #49

Open
aaroninnyc opened this issue Oct 16, 2022 · 7 comments
Open

"Encountered error, settings may or may not have saved." #49

aaroninnyc opened this issue Oct 16, 2022 · 7 comments

Comments

@aaroninnyc
Copy link

After I to the start command I get this:

Encountered error, settings may or may not have saved.
open ./data/1031004874697097297.yml: too many open files

The message from the bot stating that messages will be deleted automatically is in the channel but deletes do not happen.

Screen Shot 2022-10-16 at 6 45 44 PM

@PKollenborg
Copy link

Seeing the same issue. Removing the bot and re-adding it did nothing.
Autodelete_bug

@adamgell
Copy link

+1

same error as Aaron

@omexlu
Copy link

omexlu commented Oct 20, 2022

Jap, me to and seems the bot Not deleting Something since few days.

@coralyney
Copy link

Same problem

@omexlu
Copy link

omexlu commented Oct 21, 2022

@riking Please keep a look and fix it :)

Thanks.

@PKollenborg
Copy link

Ok, issue is confirmed present due to the bot hitting global limits by statement of the dev in the discord server. Discord would have to fix it by increasing them. Self-hosting the bot using the docker config solved the problem for now.

@derula
Copy link

derula commented Dec 4, 2022

Ok, issue is confirmed present due to the bot hitting global limits by statement of the dev in the discord server. Discord would have to fix it by increasing them.

Are you sure it's a Discord issue? Sounds like a bot issue to me, or an issue caused by another process on the server where it's hosted.
Here's info on the "too many open files" problem in general: https://www.howtogeek.com/805629/too-many-open-files-linux/
While the limit can be increased, getting this error often points to a real problem, for example, file handles being opened and not closed again.

Edit: The overall issue with this bot (and others like it) might well be a Discord issue with self-hosting being the only solution, I'm just talking about this particular error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants