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.
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.