Hi,
using Radio add-on v3.0.6+Matrix.1 and occasionally i get the addon crashing Kodi due to stream issues.
Stream in question was "Radio TuttaItaliana".
Key lines out of the log were
2021-09-25 15:48:56.716 T:4022 ERROR <general>: CCurlFile::Open failed with code 404 for
http://icestreaming.rai.it/4.mp3:
2021-09-25 15:48:57.095 T:4022 INFO <general>: Skipped 1 duplicate messages..
2021-09-25 15:48:57.095 T:4022 ERROR <general>: CFileCache::Open - <http://icestreaming.rai.it/4.mp3> failed to open
2021-09-25 15:48:57.095 T:4022 ERROR <general>: Init: Error opening file
http://icestreaming.rai.it/4.mp3
2021-09-25 15:48:57.095 T:4022 ERROR <general>: CAudioDecoder: Unable to Init Codec while loading file
http://icestreaming.rai.it/4.mp3
2021-09-25 15:48:57.095 T:4022 WARNING <general>: PAPlayer::QueueNextFileEx - Failed to create the decoder
Clearly if a stream disappears (the 404) for whatever reason then the addon will have a problem, but couldn't error handling in the addon detect it and not kill Kodi?
I copied the full kodi crashlog to
https://pastebin.com/PSw1yeZa
Any ideas?