cherezov / dlnap

Simple python over the network media player to playback on DLNA/UPnP devices
MIT License
192 stars 60 forks source link

UnicodeDecodeError #25

Open BenWatkinson-Cougar opened 3 years ago

BenWatkinson-Cougar commented 3 years ago

While using dlnap I received a UnicodeDecodeError when trying to play a .mp3 file. This was fixed by changing line 272 to f = open(url, 'rb)