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

new update doesn't create task when multiple labels applied #46

Open
boothemjr opened this issue Jan 11, 2023 · 2 comments
Open

new update doesn't create task when multiple labels applied #46

boothemjr opened this issue Jan 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@boothemjr
Copy link

Just tried out v0.9.1 and things don't quite seem to be working.

After updating, right click > "Create Todoist Task" gives "Failed to make task for item". The error below that shows "Error creating label "Reading" which is a label that I'm adding in addition to "Zotero".

image

When I try to help it by deleting the label, the creation of the task hangs forever. Notably, it does re-create that label, but never finishes making the task. When closing Zotero and trying again, it takes me back to the initial issue above.

image

It appears to be working just fine when only one label is attached.

@wbthomason wbthomason added the bug Something isn't working label Jan 11, 2023
@wbthomason
Copy link
Owner

Thanks for the report! It looks like this is due to a change in the V2 API...

Fortunately, Todoist has also introduced a new JS SDK for the V2 API, so I should probably just migrate zotodo to that in order to fix this and prevent future incompatibilities.

@boothemjr
Copy link
Author

Just a quick update on this:

  • When multiple labels are attached, it will not create the task.
  • When *a single label is attached, it will create the task, but not add the label.
  • When *no labels are attached, it works properly.

So my current "work-around" (if you can call it that) is to not use the labels field of Zotodo as of right now. I hope to be able to use them again in the near future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants