Closed sojusnik closed 1 month ago
WIP
Solved, please install latest version.
Installed the new version, but it's still not working. Although f.i. I can now access my projects through gnome-pomodoro-tracking --projects
and gnome-pomodoro-tracking --status
shows the correct information when a pomodoro is running, but after I stop a pomodoro, Toggl doesn't receive the data. Can you have a second look on it please?
Another thing that might be important: your animation shows that all three field (Pomodoro, Long Break, Short Break) in the settings should be enabled: https://github.com/gnome-pomodoro/gnome-pomodoro-tracking/blob/master/docs/img/gnome-pomodoro-settings.gif
But from my experience it was enough to only enable "Pomodoro" there, else after a Pomodoro stops, the timer will still be running, as shown in gnome-pomodoro-tracking --status
. Can you clarify the proper setup please?
Installed the new version, but it's still not working. Although f.i. I can now access my projects through
gnome-pomodoro-tracking --projects
andgnome-pomodoro-tracking --status
shows the correct information when a pomodoro is running, but after I stop a pomodoro, Toggl doesn't receive the data. Can you have a second look on it please?
Please install from pip install -U git+https://github.com/gnome-pomodoro/gnome-pomodoro-tracking.git
,
I have a problem publishing on pypi, I'm working on solving it.
With git+https://github.com/gnome-pomodoro/gnome-pomodoro-tracking.git
it finally works, thanks!
With
git+https://github.com/gnome-pomodoro/gnome-pomodoro-tracking.git
it finally works, thanks!
Great, I finally upgrade package at pypi.
Another thing that might be important: your animation shows that all three field (Pomodoro, Long Break, Short Break) in the settings should be enabled: https://github.com/gnome-pomodoro/gnome-pomodoro-tracking/blob/master/docs/img/gnome-pomodoro-settings.gif
But from my experience it was enough to only enable "Pomodoro" there, else after a Pomodoro stops, the timer will still be running, as shown in
gnome-pomodoro-tracking --status
. Can you clarify the proper setup please?
The animation is an example to capture all time blocks. I am updating the guide and animation to leave only the minimum required.
Starting from yesterday, Toggl stopped working. After double-checking, it seems that the problem lies in the deprecated API:
The solution is to move from API v8 to API v9, see also here. Could you have a look please?