josh-richardson / cadmus

A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
GNU General Public License v3.0
2.09k stars 55 forks source link

fbs run fails with pulsectl error when attempting to run form source #41

Open mainmachine opened 4 years ago

mainmachine commented 4 years ago

everything seems fine up until fbs run:

Traceback (most recent call last):
  File "/home/xxx/git/cadmus/src/main/python/main.py", line 11, in <module>
    pulse = pulsectl.Pulse("t")
  File "/home/xxx/git/cadmus/python-environments/env/lib/python3.6/site-packages/pulsectl/pulsectl.py", line 359, in __init__
    try: self.connect(autospawn=True)
  File "/home/xxx/git/cadmus/python-environments/env/lib/python3.6/site-packages/pulsectl/pulsectl.py", line 402, in connect
    if self.connected is False: raise PulseError('Failed to connect to pulseaudio server')
pulsectl.pulsectl.PulseError: Failed to connect to pulseaudio server

Haven't tried building the deb yet, but maybe this is an environment issue...?