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
Well, I implemented that thing into Arch Linux Arm successfully, but it seems that they had changes in Python, so now it doesn't like the way error messages are maintained in bt_speaker.py. I see in journalctl log: AttributeError: 'DBusException' object has no attribute 'message'
when things go wrong way. It may be corrected by editing print argument to repr(e)
in last line .
Also a wise idea is to add After=bluetooth.service
in service config file, I suppose.
The text was updated successfully, but these errors were encountered:
Well, I implemented that thing into Arch Linux Arm successfully, but it seems that they had changes in Python, so now it doesn't like the way error messages are maintained in bt_speaker.py. I see in journalctl log:
AttributeError: 'DBusException' object has no attribute 'message'
when things go wrong way. It may be corrected by editing print argument to
repr(e)
in last line .
Also a wise idea is to add
After=bluetooth.service
in service config file, I suppose.
The text was updated successfully, but these errors were encountered: