lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
493 stars 94 forks source link

DbusException complains about missing attribute #93

Open WTFThatPerson opened 3 years ago

WTFThatPerson commented 3 years ago

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.