Jump to content

Martien Oranje

Member
  • Posts

    69
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Martien Oranje

  1. 3 hours ago, Naseer said:

    Hi - Can someone help.

    I downloaded and installed both the workflow and node.js, and I have Alfred v3.7.

    Every time I try to run 'create' workflow it comes up with following notification :

     

    And when I try the 'search' workflow,  I first get :

     

    Followed by :

     

     

    What version of the workflow are you on?

  2. On 8/26/2020 at 4:27 PM, Luddite said:

    I've installed Node.js and set the API token and it was registered as successful. However, whenever I run any command, like creating a task or searching for tasks, there was a notification from Alfred “Couldn't update workflow. Can't read property 'length' of null”.

     

    What version of the workflow are you on?

  3. On 6/8/2020 at 7:42 AM, dan_0209 said:

    To set it up, entering the following into Alfred,

     

    todo:setting token {api token}  # replaced by my required api

     

    It doesn't get the settings properly but does a google search.
    What's the problem, can someone tell me what's wrong?
     

     

    Hi!

     

    Did you install node.js? Check the install instructions if you have trouble setting everything up.

     

    Cheers

  4. On 2/5/2020 at 4:32 PM, Curly Dubewe said:

    Forgive me if this was covered before, but is anyone else having this problem? This seems like a cool workflow and I'd love it if this is an easy fix! MTIA

    
    [10:30:16.781] Alfred Workflow Todoist[Script Filter] Queuing argument 'b'
    [10:30:16.974] Alfred Workflow Todoist[Script Filter] Queuing argument 'bu'
    [10:30:17.183] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy'
    [10:30:17.295] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy '
    [10:30:17.797] Alfred Workflow Todoist[Script Filter] Script with argv '(null)' finished
    [10:30:17.801] Alfred Workflow Todoist[Script Filter] {"items":[{"uid":"693e9af84d3dfcc71e640e005bdc5e2e","title":"CREATE: b","subtitle":"INBOX","icon":{"path":"icon.png"},"arg":"{\"content\":\"b\",\"priority\":1}","type":"default","valid":true}]}
    [10:30:18.345] Alfred Workflow Todoist[Script Filter] Script with argv '(null)' finished
    [10:30:18.349] Alfred Workflow Todoist[Script Filter] {"items":[{"uid":"693e9af84d3dfcc71e640e005bdc5e2e","title":"CREATE: buy","subtitle":"INBOX","icon":{"path":"icon.png"},"arg":"{\"content\":\"buy\",\"priority\":1}","type":"default","valid":true}]}
    [10:30:22.388] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy m'
    [10:30:22.522] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy mi'
    [10:30:22.729] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy mil'
    [10:30:22.882] Alfred Workflow Todoist[Script Filter] Script with argv '(null)' finished
    [10:30:22.889] Alfred Workflow Todoist[Script Filter] {"items":[{"uid":"693e9af84d3dfcc71e640e005bdc5e2e","title":"CREATE: buy m","subtitle":"INBOX","icon":{"path":"icon.png"},"arg":"{\"content\":\"buy m\",\"priority\":1}","type":"default","valid":true}]}
    [10:30:22.891] Alfred Workflow Todoist[Script Filter] Queuing argument 'buy milk'
    [10:30:23.334] Alfred Workflow Todoist[Script Filter] Script with argv '(null)' finished
    [10:30:23.343] Alfred Workflow Todoist[Script Filter] {"items":[{"uid":"693e9af84d3dfcc71e640e005bdc5e2e","title":"CREATE: buy mil","subtitle":"INBOX","icon":{"path":"icon.png"},"arg":"{\"content\":\"buy mil\",\"priority\":1}","type":"default","valid":true}]}
    [10:30:23.817] Alfred Workflow Todoist[Script Filter] Script with argv '(null)' finished
    [10:30:23.830] Alfred Workflow Todoist[Script Filter] {"items":[{"uid":"693e9af84d3dfcc71e640e005bdc5e2e","title":"CREATE: buy milk","subtitle":"INBOX","icon":{"path":"icon.png"},"arg":"{\"content\":\"buy milk\",\"priority\":1}","type":"default","valid":true}]}

     

     

    Please describe what problem you are referring to. I don't see anything out of the ordinary.

     

    Martien

  5. Whoops that's not good. I'm in the middle of a big rewrite which solves a lot of the outstanding issues l, a better updater, better notifications and better error response. I hope I'll be able to release an alpha soon. If that's not acceptable I would recommend a downgrade (find it on github).

     

    Did you ever hear anything back from Todoist? I got a note they'd look into it. But nothing definite.

  6. Hi Bob,

     

    I'll try to help you but it would be most helpful if you'd be able to get me a debug log. For reference see: https://github.com/moranje/alfred-workflow-todoist#debug

     

    Also it looks like you have installed the LTS version of node.js, the latest is at v12 (that might be a problem with the workflow not working). Try to update to the latest: https://nodejs.org/dist/v12.10.0/node-v12.10.0.pkg

     

    Check back in if the above doesn't fix your problems,

     

    Martien

  7. 4 hours ago, Mafamaticks said:

    Has anyone used this workflow in Alfred 4?

     

    I'm thinking about updating but I don't wanna lose anything.

    I haven't updated myself, but I would think the workflow should be backwards compatible, since I'm not seeing anything about workflow incompatibility in the release notes.

  8. Today (en) and heute (de) I understand (seemingly) doing nothing because that's the default option. But tomorrow (en) or morgen (de) should definitely do something (and those are working on my end).

     

    Just bear with me here, while I  make sure I understand fully. So if I understand right creating a task with `todo test, morgen` with the locale set to german will create a task but today (rather than the expected tomorrow) right?

     

    Martien

  9. 1 minute ago, beetlefrosch said:

    Mh, also "todo test #Arbeit p1 @test, today", "todo test #Arbeit p1 @test, heute", "todo test #Arbeit p1 @test, 2019/07/28" does not works for me … 😞

     

    Do you have the language set to German? Check out the docs to see how that would work.

     

    If that doesn't  work see if you can find an error log for me.

  10. 33 minutes ago, beetlefrosch said:

    The Workflow works for me only without a date!

     

    The  problem is the comma. Anything after the comma is expected to be the date so it needs to be the last thing you specify.

     

    The reason for this is that multilanguage date string  parsing is hard, and Todoist has already solved this problem. But in order to have Todoist read  the date I need to to send it a string that holds just the date (string). I do this by having the date string between a comma and the end of the string.

     

    This used to be better documented but I guess I took that out with the last rewrite.

     

    Hope that helps,

     

    Martien 

  11. For  what it worth: the  workflow needs some time to parse the text and load the cache from disk needed to populate the projects and labels. You can type as fast as yo u like, but you may  need to wait a fraction of a second before you hit ENTER after the last keystroke.

×
×
  • Create New...