highwingers / RaspBerryPiAdhan

3 stars 5 forks source link

Playback error on Python 3.9 #5

Open blankman373 opened 2 years ago

blankman373 commented 2 years ago

The new release of Raspberry Pi OS comes prebundled with Python 3.9 which has renamed the method isAlive() to is_alive() in python. I believe because of that, the app is throwing the error

asr Error: 'SocketClient' object has no attribute 'isAlive' - 2022-09-21 17:04:10

I can't seem to find where the command lives in any of the python files, otherwise I'd fix myself. It could also be an issue with the streamer package.