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
Right now when I move a ticket, I get the following error message:
In the logs I see
24/03/24 22:53:18 [ERROR] (COMMANDS) f6600aede1 24/03/24 22:53:18 [ERROR] (COMMANDS) "move" command execution error: TypeError: Cannot read properties of undefined (reading 'total') at MoveSlashCommand.run (/home/container/src/commands/slash/move.js:109:4)
It should move the ticket to the right category without any errors
- OS: Ubuntu 22.04 - Node: 18.19.0 - NPM: 'Unkown command: "npm"' - So I guess none - Bot: 4.0.13
No response
The text was updated successfully, but these errors were encountered:
@nielslangerak This happens when you have just created a category. You can either
sync
Sorry, something went wrong.
The restart did it!
Reopening because it should be straightforward to make this somewhat common use work without error.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Right now when I move a ticket, I get the following error message:
In the logs I see
Expected Behavior
It should move the ticket to the right category without any errors
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: