dooit: [BUG] "One instance of dooit is already running!" error

Hi, This happens when I am try to run dooit.exe from the command line. Here’s what I am getting:

C:\Users\gilbe\Envs\utils\Scripts>dooit.exe
One instance of dooit is already running!
Quiting...

Steps to reproduce the behavior:

  1. Open cmd
  2. Type dooit
  3. See error
  • OS: Windows
  • Version: 11

I ran the pip install from inside my envs (which is called Utils

Thanks!!

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 16 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Sorry for the late reply, I am currently dealing with my semester final exams 😦 Thanks a buch for debugging @TyBalduf

I think just counting the number of dooit instances might work easier on all platforms.

Yes this is much better. I’ll push an update 😃