Describe the bug
Archlinux with KDE. Pulsemeeter GUI wont start, either if run by clicking on pulsemeeter.desktop from menu, or run from command line by executing pulsemeeter.
To Reproduce
Steps to reproduce the behavior:
As said above, either: search for the Pulsemeeter in menu. or execute pulsemeeter from Terminal
See error from Terminal:
[stiw47@archmedia ~]$ pulsemeeter
(pulsemeeter:9281): Gtk-WARNING **: 08:12:04.811: Locale not supported by C library.
Using the fallback 'C' locale.
ERROR: invalid json
Traceback (most recent call last):
File "/usr/bin/pulsemeeter", line 33, in <module>
sys.exit(load_entry_point('pulsemeeter==1.2.14', 'console_scripts', 'pulsemeeter')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pulsemeeter/__main__.py", line 481, in main
start_app(isserver, trayonly)
File "/usr/lib/python3.11/site-packages/pulsemeeter/__main__.py", line 423, in start_app
app = MainWindow(isserver=isserver, trayonly=trayonly)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pulsemeeter/interface/main_window.py", line 48, in __init__
self.windowinstance = self.start_window(isserver)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pulsemeeter/interface/main_window.py", line 103, in start_window
self.devices['hi'] = self.client.list_hardware_devices('sources')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pulsemeeter/socket/client.py", line 395, in list_hardware_devices
return json.loads(self.send_command(f'get-hd {device_type}'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Expected behavior
Pulsemeeter GUI should appear
Desktop (please complete the following information):
Distro: Archlinux, rolling, up to date
Python Version: Python 3.11.3
Additional context
Add any other context about the problem here.
Pulsemeeter was installed several times from AUR. Tried with both versions, pulsemeeter and pulsemeeter-git, and got same behavior and same above error.
Virtual input and output devices have been created, and straight after computer reboot, if I try to run Pulsemeeter, I can see on desktop, it switched from default to Virtual_Input_1.
Also, if I try to run it, it shows the loading icon on the bottom panel shortly, then icon disappeared and nothing happens:
I think that server is running, just GUI wont start for some reason:
I am aware this is not the first issue of this type, especially related with Arch/Manjaro, but I really didn't find solution by reading previous issues, also didn't find same error output in previous issues.
Describe the bug Archlinux with KDE. Pulsemeeter GUI wont start, either if run by clicking on pulsemeeter.desktop from menu, or run from command line by executing
pulsemeeter
.To Reproduce Steps to reproduce the behavior:
pulsemeeter
from TerminalExpected behavior Pulsemeeter GUI should appear
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
Pulsemeeter was installed several times from AUR. Tried with both versions, pulsemeeter and pulsemeeter-git, and got same behavior and same above error.
Virtual input and output devices have been created, and straight after computer reboot, if I try to run Pulsemeeter, I can see on desktop, it switched from default to Virtual_Input_1.
Also, if I try to run it, it shows the loading icon on the bottom panel shortly, then icon disappeared and nothing happens:
I think that server is running, just GUI wont start for some reason:
I am aware this is not the first issue of this type, especially related with Arch/Manjaro, but I really didn't find solution by reading previous issues, also didn't find same error output in previous issues.
Many thanks in advance.