Giter VIP home page Giter VIP logo

Comments (22)

moranje avatar moranje commented on June 12, 2024 3

It's coming along, but you'll have to forgive the pace in favor of a steady release. This one will have a test suite to go along with it and is mostly written in js (well typescript). Hang on!

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024 3

The update is live (as a sort of pre release). Source code will come shortly but you can download the workflow on github or using t:update.

Martien

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024 1

I want to keep you in the loop. I have finished rewriting everything in typescript. I need to write a bunch of tests to make sure that everything works as expected. That will be version 4.0.0. I can work on including more functionality (and accept more help) if that's released.

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024 1

from alfred-workflow-todoist.

chrisramakers avatar chrisramakers commented on June 12, 2024

Same here, adding tasks doesn't seem to work ... api gives this output

Error: Invalid argument value","command_type":"item_add","error_code":20,"http_code":400}},"temp_id_mapping":{},"full_sync":true,"sync_token":"tKK_Nh8YVTGKdj-LWsl4iKAbzGkM2pVITpmJg9mOUNWERffnN4sd_oPY6g1gXjdg7RVVt84U6lAkkm5runGkQ4CbsUk7aejdp8fRZBDNNYFi

from alfred-workflow-todoist.

dkpalmer avatar dkpalmer commented on June 12, 2024

Have run into this as well. Looks like it's the same issue as https://www.alfredforum.com/topic/8554-todoist-workflow/

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

@moranje is there anything we can help with? I am pretty well versed in js.

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

aww yeah

from alfred-workflow-todoist.

NeverMoes avatar NeverMoes commented on June 12, 2024

Waiting for the fix, thanks a lot.

from alfred-workflow-todoist.

dkpalmer avatar dkpalmer commented on June 12, 2024

Just gave it a try. Todo listing looks great. However, I'm still unable to create a todo w/ v4.0.0:

screen shot 2017-09-15 at 5 30 50 am

[2017-09-15 05:26:20][input.scriptfilter] Script with argument '(null)' finished

[2017-09-15 05:26:20][input.scriptfilter] {"items":[{"title":"Create new task - Test","uid":"todoist_create_task","arg":"{\"labels\":[],\"priority\":null,\"project\":\"Inbox\",\"date\":\"\",\"task\":\"Test\"}","type":"default","valid":true,"autocomplete":"Test","icon":"icon.png","subtitle":"INBOX          "},{"title":"Set project","uid”:”<my projid>","arg":"","type":"default","valid":false,"autocomplete":"Test #","icon":{"path":"project.png"},"subtitle":"Store task in a project, ex. #Work"},{"title":"Add label","uid”:”<the uid>","arg":"","type":"default","valid":false,"autocomplete":"Test @","icon":{"path":"label.png"},"subtitle":"Add a label to this task, ex. @15min"},{"title":"Set priority","uid”:”<the uid>","arg":"","type":"default","valid":false,"autocomplete":"Test !!","icon":{"path":"priority.png"},"subtitle":"Set task priority, ex. !!3"},{"title":"Set date","uid”:”<uid>","arg":"","type":"default","valid":false,"autocomplete":"Test , ","icon":{"path":"date.png"},"subtitle":"Set a date using a todoist date string, ex. today"}]}

[2017-09-15 05:26:20][input.scriptfilter] Processing output of 'action.script' with arg '{"labels":[],"priority":null,"project":"Inbox","date":"","task":"Test"}'

[2017-09-15 05:26:21][action.script] Processing output of 'utility.junction' with arg 'Error: {}

[2017-09-15 05:26:21][utility.junction] Processing output of 'utility.filter' with arg 'Error: {}

[2017-09-15 05:26:21][utility.filter] Processing output of 'output.notification' with arg 'Error: {}

[2017-09-15 05:26:21][utility.junction] Processing output of 'utility.filter' with arg 'Error: {}

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

same for me even after storing the token

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

Here is the debug info

[2017-09-15 09:08:17][input.scriptfilter] Processing output of 'action.script' with arg '{"labels":[],"priority":null,"project":"work","date":"","task":"tod test"}'
[2017-09-15 09:08:18][action.script] Processing output of 'utility.junction' with arg 'Error: {}
'
[2017-09-15 09:08:18][utility.junction] Processing output of 'utility.filter' with arg 'Error: {}
'
[2017-09-15 09:08:18][utility.filter] Processing output of 'output.notification' with arg 'Error: {}
'
[2017-09-15 09:08:18][utility.junction] Processing output of 'utility.filter' with arg 'Error: {}
'

from alfred-workflow-todoist.

dkpalmer avatar dkpalmer commented on June 12, 2024

Yep, token entered (confirmed I'm able to successfully list tasks via todos)

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

seeARMS avatar seeARMS commented on June 12, 2024

Same issues as above, but running a t:update first gives a permission denied error, then after running chmod a+rwx ./shell/t.update.sh it now says no updates are available.

Even removing the existing workflow and trying to download the new one, I'm unable to install it - Alfred doesn't prompt me to add the workflow.

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

dkpalmer avatar dkpalmer commented on June 12, 2024

Same issue as @seeARMS. Unable to install. I tried uninstalling my workflow and same result with download link on master.

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

4.0.2 does not install for me either

from alfred-workflow-todoist.

semmons99 avatar semmons99 commented on June 12, 2024

working for me again, thank you

from alfred-workflow-todoist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.