jason0x43 / jc-toggl

Alfred workflow to interacting with Toggl
MIT License
28 stars 5 forks source link

Python Process pegs CPU #7

Closed jb510 closed 10 years ago

jb510 commented 10 years ago

I'm running Toggl Desktop Notifier 7.1.36 (beta) and OS X 10.10 DP5. When I run any of the workflow commands I get Python processes that run forever.

Obviously it's possible it just me and my dev setup...

jason0x43 commented 10 years ago

Hmmm...there shouldn't be any interaction between the Desktop Notifier and this Alfred plugin. Could you try inspecting the processes with Activity Monitor to see what files and ports are open?

jb510 commented 10 years ago

Well... unfortunately or fortunately I can no longer reproduce this.

FWIW, after first install I wasn't getting prompted to set my API token didn't even know it needed one because I assumed it interacted with the TogglDesktop, lol.

AT that time any alfred Toggl command just spun up a python process that ran for ever as best I could tell (I had 7/8 threads going when I started killing them). The didn't return any results.

Anyway I disabled the workflow for a while, and now upon re-enabling it, it prompted for my API token and seems to be working fine... Toggl command in alfred quickly list/start/etc timers.

Thanks, closing.