2021 Aug 30, 04:14 PM
(2021 Aug 27, 05:29 PM)dan Wrote: Hi Paul,
What you described is definitely a bug. Thanks for reporting it.
I have done some testing and it looks like the problem is a display issue in the HTML template. looking at gv.sbits and gv.ps when a program is running shows them to be correct but the display on the home page is not correct.
I will dig into it and post here as soon is a fix is available.
Dan
Hi dan,
What is the best way to observe gv.sbits while the program is running?
I just inserted "print" statements in the code. Then I have to manually stop sip3 service and manually run sip.py:
sudo systemctl stop sip3
sudo python3 sip.py
I was wondering if there might be an easier way.
Paul