Open rumdood opened 9 months ago
There are actually two issues here. One in that the task can't be complete unless the user sends the task name in lower case and the other that the bot does not actually respond when it receives the 404 error. No feedback is given to the user at all.
When a task is created from the chatbot commands (i.e. /create), the casing used is what gets echoed back to the user, but the API's GET calls are case-sensitive and tasks are created in all-lower-case.
Scenario: