ellie-commons / byte

A Music Player designed for elementary OS
https://github.com/alainm23/byte
GNU General Public License v3.0
160 stars 16 forks source link

Crashes on library import if encrypted files exist #88

Open randoogle opened 4 years ago

randoogle commented 4 years ago

I don't want, or expect, Byte to handle the songs in my library that have DRM, but it should at least fail gracefully, and just not import them into the library or something, instead of crashing. At least that's why I suspect it keeps crashing, as this is the last thing I see in the logs before it dies:

(com.github.alainm23.byte:2): WARNING : 11:33:55.712: TagManager.vala:22: DISCOVER ERROR: '12' The stream is encrypted and decryption is not supported. GST_DISCOVERER_ERROR

Maybe I'm just not getting all the debug logs, but adding -v or -vv to the run command still gives me this error as the last line.