johandebeurs / alfred-mstodo-workflow

Fast task entry, searching and completion for Microsoft Todo via Alfred 4/5
MIT License
138 stars 4 forks source link

How to install #4

Closed tenaz3 closed 4 years ago

tenaz3 commented 4 years ago

I did install and use td command, but nothing guide me to setup. Is there any permission or conflict I should be aware ?

Screenshot 2020-05-05 at 14 17 32
tenaz3 commented 4 years ago

Also when I use td gets search:

Screenshot 2020-05-06 at 13 25 00
sukhbsin commented 4 years ago

Seeing the same behaviour

johandebeurs commented 4 years ago

Thanks - will investigate. What version of Alfred are you using?

johandebeurs commented 4 years ago

Fresh install from the mstodo.alfredworkflow in this GitHub repo into Alfred3 looks OK to me on a test just now. Can you provide a screenshot from the workflow config panel?

johandebeurs commented 4 years ago

Please try again - my hypothesis is that my dev logging was trying to reach an absolute path on my computer rather than relative. Have pushed a change which should fix for this

sukhbsin commented 4 years ago

Same result:

[18:05:38.985] Logging Started... [18:05:41.616] Microsoft ToDo[Script Filter] Queuing argument '' [18:05:41.759] Microsoft ToDo[Script Filter] Script with argv '(null)' finished [18:05:41.761] ERROR: Microsoft ToDo[Script Filter] Code 1: Traceback (most recent call last): File "alfred-mstodo-workflow.py", line 8, in fileConfig('/Users/johan/Documents/Programming/Alfred workflows/alfred-mstodo-workflow/src/logging_config.ini') File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 77, in fileConfig formatters = _create_formatters(cp) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 113, in _create_formatters flist = cp.get("formatters", "keys") File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'formatters'

johandebeurs commented 4 years ago

ok good to confirm that as the error. I missed out recompiling the workflow bundle prior to last push, have just rectified. LMK if this fixes the issue

sukhbsin commented 4 years ago

That seems to have fixed it, thanks