Error when sound device can't be accessed #232
Owner
```File "/home/kae/mm/app/musicmuster.py", line 1784, in <module>
1780 palette.setColor(
1781 QPalette.ColorRole.AlternateBase, QColor(Config.COLOUR_ODD_PLAYLIST)
1782 )
1783 app.setPalette(palette)
--> 1784 win = Window()
1785 win.show()
..................................................
QPalette.ColorRole.AlternateBase = <ColorRole.AlternateBase: 16>
Config.COLOUR_ODD_PLAYLIST = '#f2f2f2'
palette = <PyQt6.QtGui.QPalette object at 0x7ff773ec3450>
..................................................
File "/home/kae/mm/app/musicmuster.py", line 220, in __init__
200 def __init__(self, parent=None, *args, **kwargs) -> None:
(...)
216 self.txtSearch = QLineEdit()
217 self.statusbar.addWidget(self.txtSearch)
218 self.txtSearch.setHidden(True)
219 self.hide_played_tracks = False
--> 220 mixer.init()
221 self.widgetFadeVolume.hideAxis("bottom")
..................................................
self = <__main__.Window object at 0x7ff773f01bd0>
parent = None
args = ()
kwargs = {}
self.txtSearch = <PyQt6.QtWidgets.QLineEdit object at 0x7ff7680dd7e0>
self.hide_played_tracks = False
self.widgetFadeVolume.hideAxis = <method 'PlotItem.hideAxis' of <pyqtgraph.graphicsItems.Plot
Item.PlotItem.PlotItem object at 0x7ff773f039a0> PlotItem.py
:1261>
..................................................
error: ALSA: Couldn't open audio device: Connection refused```
bug
label
Attempt to detect sound system access problem
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?