Hoffelhas / autodoist

Added functionality for Todoist.
MIT License
178 stars 24 forks source link

Trouble making it run on my todoist #11

Closed goncalomcorreia closed 3 years ago

goncalomcorreia commented 3 years ago

Hi! Thanks for sharing this code! It's exactly what I was looking for in my Todoist workflow.

Unfortunately, I'm not able to put it to work and I'm not sure why.

I cloned the repo, installed the requirements, installed the package via pip install ., and then run python autodoist.py -a MY_API_KEY_WAS_HERE -l next

It just keeps running...

Is there something I'm doing wrong?

PS: I think the README should be a bit more verbose on how to make this repository work

moorsey commented 3 years ago

If your output looks like:

2021-03-11 16:46:52 INFO     No changes in queue, skipping sync.
2021-03-11 16:46:57 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:02 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:07 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:12 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:17 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:22 INFO     No changes in queue, skipping sync.
2021-03-11 16:47:27 INFO     No changes in queue, skipping sync.

....then it is working. Yes, it needs to be running in a terminal, on a cron job, or in docker etc

Have you tagged your projects to indicate your processing method? Parallel, sequential etc?

goncalomcorreia commented 3 years ago

I don't have any output at all, but you are right I had forgotten to tag! 🤦 It works now.

moorsey commented 3 years ago

Ah great, good to hear!