Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

[BUG]qtpylib.blotter: Blotter is already running #156

Open
ch01ca opened this issue Jun 5, 2020 · 3 comments
Open

[BUG]qtpylib.blotter: Blotter is already running #156

ch01ca opened this issue Jun 5, 2020 · 3 comments
Labels

Comments

@ch01ca
Copy link

ch01ca commented Jun 5, 2020

after stop blotter by using sudo service qtpylib-blotter stop

it still shows qtpylib.blotter: Blotter is already running

@ch01ca ch01ca added the bug label Jun 5, 2020
@htpeter
Copy link

htpeter commented Jun 15, 2021

Faced with similar issue, I was unable to find a way to discover and terminate the offending background process causing this block. I ultimately had to restart my machine to clear up whatever was blocking the blotter process. After restarting the machine, blotter was then able to start up and I no longer experienced the hanging process.

If someone with more experience on how to find and terminate hanging Linux processes reads this, a better process would be appreciated since I am still actively running into this (I tried ps -au but did not find anything relevant)

@bpostman
Copy link

bpostman commented Jul 4, 2021

I am trying to go through the quckstart guide and am getting this error when trying to run python blotter.py. I am running with Debian in WSL2, and have restarted my WSL and my computer as a whole, neither have worked.

@bpostman
Copy link

bpostman commented Jul 4, 2021

This will probably have all kinds of unintended consequences, but I added this:
sys.argv[0] = 'abcd'
and it prevents the blotter from detecting another instance running

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants