You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "fk\qt\actions.py", line 88, in <lambda>
File "fk\qt\actions.py", line 97, in _call
File "fk\qt\workitem_tableview.py", line 202, in start_selected_workitem
File "fk\qt\threaded_event_source.py", line 101, in execute
File "fk\core\abstract_event_source.py", line 175, in execute
File "fk\core\abstract_event_source.py", line 150, in execute_prepared_strategy
Exception: There is another running pomodoro in "Bug2255 : Database"
The text was updated successfully, but these errors were encountered:
Thanks for the report! I was able to reproduce it.
Flowkeeper throws this exception to prevent you from starting two pomodoros at the same time. Normally the UI layer should disable the corresponding "play" action, so that you simply can't click it when another pomodoro is in progress, but apparently this logic has a flaw somewhere.
click on play on rest item
The text was updated successfully, but these errors were encountered: