You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indicator log:
In order to fetch it, quit the indicator from the menu ("Quit"), open Terminal and start it again as follows:
$ indicator-sound-switcher -vv
Traceback (most recent call last):
File "/usr/bin/indicator-sound-switcher", line 33, in <module>
sys.exit(load_entry_point('indicator-sound-switcher==2.3.10', 'console_scripts', 'indicator-sound-switcher')())
File "/usr/bin/indicator-sound-switcher", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 848, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/indicator_sound_switcher/__init__.py", line 32, in <module>
from .indicator import SoundSwitcherIndicator, APP_ID, APP_NAME, APP_VERSION
File "/usr/lib/python3/dist-packages/indicator_sound_switcher/indicator.py", line 19, in <module>
from .card import CardProfile, Card
File "/usr/lib/python3/dist-packages/indicator_sound_switcher/card.py", line 23, in <module>
class Card(GObject.GObject):
File "/usr/lib/python3/dist-packages/indicator_sound_switcher/card.py", line 72, in Card
def get_active_profile(self) -> CardProfile | None:
TypeError: unsupported operand type(s) for |: 'GObjectMeta' and 'NoneType'
Attach any output to this bug report.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
In ubuntu 20.04, after apt upgrade to 2.3.10, failed to start
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Indicator running and show in top bar
Desktop (please complete the following information):
Indicator config:
Indicator log:
In order to fetch it, quit the indicator from the menu ("Quit"), open Terminal and start it again as follows:
Attach any output to this bug report.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: