-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed to call service gtasks/new_task. required key not provided @ data['task_title'] #3
Comments
Same error here. Can't figure out where's the problem. 😖 |
I believe where it says “New Task" on the card you should be able to enter text and then add whatever you enter as a task. my understanding is that the error occurs because nothing is entered. I’ve been trying to figure this out too, but have not had any success. |
I'm not sure what interface you are using here but it doesn't look like the card to me. Issues outside of the card should be posted in the github for the component https://github.com/myntath/gtasks-ha |
Make sure you are on the latest commit (not just latest version). There is an issue with 'paper-input' being deprecated and f693d40 replaces this. I haven't pushed a new version for this yet as when I have some time I will tidy it up to look OK. |
My bad, sorry. I was in the to-do-list. |
When clicking on the add new task button I get the error "Failed to call service gtasks/new_task. required key not provided @ data['task_title']"
Activating the service call for adding a task manually works fine. It does not work on this card.
The text was updated successfully, but these errors were encountered: