Sorry for the delay, I haven't had time to test this yet, sorry.
Posts by Eisheexein8Ze9Ab
-
-
Before you uninstall Python 3.12, could you please create a test script and run it?
Example: test.py with contents
import sys
print(sys.path)Then run it: Python313/python.exe test.py
Please send me the output.
output:
['C:\\Program Files\\Bloonix', 'C:\\Python312', 'C:\\Program Files\\Bloonix\\Python313\\python313.zip', 'C:\\Python312\\DLLs', 'C:\\Python312\\Lib', 'C:\\Program Files\\Bloonix\\Python313 ', 'C:\\Python312\\Lib\\site-packages']
Unfortunately it is not possible to uninstall Python 3.12 globally, since it's been used for other very specific purposes and has to be this version...
-
Thanks for the tip, I installed the newest agent from the repo (1.3, before I had 1.2), tried your command and got this:
C:\Program Files\Bloonix>Python313\python.exe Agent\bin\bloonix-agent.py
Traceback (most recent call last):
File "C:\Program Files\Bloonix\Agent\bin\bloonix-agent.py", line 3, in <module>
from multiprocessing import Process, Queue, freeze_support
File "C:\Python312\Lib\multiprocessing\__init__.py", line 16, in <module>
from . import context
File "C:\Python312\Lib\multiprocessing\context.py", line 3, in <module>
import threading
File "C:\Python312\Lib\threading.py", line 38, in <module>
_set_sentinel = _thread._set_sentinel
AttributeError: module '_thread' has no attribute '_set_sentinel' -
No, I get it, I just assumed it was supported, because it has a few months left to live still.

-
Ah, I see. So Windows 11 should work then? I'll tomorrow, thanks!
-
Thank you for the update! Unfortunately, I do not seem to get the agent to run on Windows 10, when I check the agent via sc query bloonix-agent, I always get this status:
SERVICE_NAME: bloonix-agent
TYPE : 10 WIN32_OWN_PROCESS
STATE : 7 PAUSED
(STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0State "PAUSED" does not seem right?
-
I see, thank you! Is there an ETA for this yet?
-
Hi,
is there a bloonix-agent for Windows 10 also? I found some tutorial which mentions an agent for Windows, but the link to the bloonix download page is no longer valid and I cannot find anything about it in the documentation either...
Thanks in advance!
-
Perfect, thanks for that!
-
Thank you very much, that was indeed the problem! I thought about cookie problems, but did not think about this in connection with our test deployment without SSL yet. Thanks!
-
No, all logs look good, as far as I can see.
-
Hi,
I installed Bloonix on my Debian Server (Debian 12.8 bookworm) according to the official documentation [1] and all three components (agent, server, webgui) work seemingly without problems, but I cannot login with the admin user after the installation. The credentials are correct (admin / bloonix) and I do not get the error "Bad login!", but all that happens is the login form refreshing, resetting and not logging me in.
This is what a login currently looks like in bloonix-webgui.log
Jan 10 2025 10:23:35 DEBUG 7225 0.016492 found route: login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000188 got route bloonix_webgui.controller.login -> login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000108 route options {} -
Jan 10 2025 10:23:35 NOTICE 7225 0.000121 exec module bloonix_webgui.controller.login action login opts {} -
Jan 10 2025 10:23:35 DEBUG 7225 0.000111 call bloonix_webgui.controller.root -> auto -
Jan 10 2025 10:23:35 INFO 7225 0.000225 connect to database -
Jan 10 2025 10:23:35 INFO 7225 0.039816 sql exec: select "sys_options".* from "sys_options" where "key" = %s ['has_maintenance'] -
Jan 10 2025 10:23:35 DEBUG 7225 0.003801 call bloonix_webgui.controller.login -> login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000372 call bloonix_webgui.controller.root -> end -
Jan 10 2025 10:23:35 NOTICE 7225 0.000448 finished request /login (took 0.5006961822509766s) -
Jan 10 2025 10:23:35 INFO 7225 0.000413 disconnect from database -
Jan 10 2025 10:23:35 INFO 7225 0.000665 process view jinja -
Jan 10 2025 10:23:35 NOTICE 7225 0.003133 start processing template login.html -
Jan 10 2025 10:23:35 INFO 7225 0.000579 res: Content-Type: text/html; charset=utf-8 -
Jan 10 2025 10:23:35 INFO 7225 0.000348 res: Content-Length: 2103 bytes -
Jan 10 2025 10:23:35 INFO 7225 0.000400 res: http status 200 OK -Anybody out there with a solution for this?
Thanks in advance!