Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception #72

Closed
viewpointsa opened this issue Jan 7, 2025 · 2 comments
Closed

Unhandled Exception #72

viewpointsa opened this issue Jan 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@viewpointsa
Copy link

click on play on rest item

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"
@co-stig
Copy link
Contributor

co-stig commented Jan 7, 2025

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.

I will fix it in the upcoming v0.9.1.

@co-stig
Copy link
Contributor

co-stig commented Jan 15, 2025

@viewpointsa I fixed this bug and released it in Flowkeeper v0.9.1 today. Thanks once again for reporting it!

@co-stig co-stig closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants