Error in journalctl _SYSTEMD_UNIT=mp3pi.service:
imageUrl = Stations.getImageUrlByName(station_name)
File "/root/mp3pi/radiostations.py", line 122, in getImageUrlByName
return(item['pictureBaseURL'] + item['picture1Name'])
KeyError: 'pictureBaseURL'
custom.json:
[
{
"id": 0,
"name": "Radio ffn",
"streamUrl": "http://player.ffn.de/tunein_ffn.pls"
}
]
Error in journalctl _SYSTEMD_UNIT=mp3pi.service:
imageUrl = Stations.getImageUrlByName(station_name)
File "/root/mp3pi/radiostations.py", line 122, in getImageUrlByName
return(item['pictureBaseURL'] + item['picture1Name'])
KeyError: 'pictureBaseURL'
custom.json:
[
{
"id": 0,
"name": "Radio ffn",
"streamUrl": "http://player.ffn.de/tunein_ffn.pls"
}
]