We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.1
PM2
https://hastebin.com/rowogoheca.rb
When the 'logs' command is used, the bot does not send user data. The only thing that appears is that "The bot is typing"
The text was updated successfully, but these errors were encountered:
Yes, I can confirm this.
Maybe due to old logs don't have the title key saved into the database. Will try to take a look.
title
Updated: Confirmed that some of the old logs don't have the title key saved. Tested it with eval command.
eval
Using .get() method here would resolve the issue: https://github.com/kyb3r/modmail/blob/ea8284859536584ce40585e64b0f3490a53b3641/cogs/modmail.py#L752-L753
.get()
i.e:
if entry.get("title"):
Sorry, something went wrong.
logs
Can-repo 4.0.1
Successfully merging a pull request may close this issue.
Bot Version
4.0.1
How are you hosting Modmail?
PM2
Error Logs
https://hastebin.com/rowogoheca.rb
Screenshots
Additional Information
When the 'logs' command is used, the bot does not send user data. The only thing that appears is that "The bot is typing"
The text was updated successfully, but these errors were encountered: