wouterdebie / locast2tuner

Locast to Emby/Plex/Channels server
https://wouterdebie.github.io/locast2tuner/
MIT License
52 stars 8 forks source link

panicked at 'called `Result::unwrap() #39

Closed jonfive closed 3 years ago

jonfive commented 3 years ago

Having a bit of an issue with the application stopping after a day or so of running. it's stopping with:

thread 'actix-rt|system:0|arbiter:9' panicked at 'called Result::unwrap() on an Err value: Error { inner: MissingTag { tag: "#EXTM3U", input: " " } }', src/http/mod.rs:382:83"

I'm not exactly sure what it's trying to access. Perhaps when it's trying to get new epg data?

Running in docker on unraid.

wouterdebie commented 3 years ago

This should be fixed in the latest version and described in d0ab9f2 :) Closing this for now, but let me know if this still happens with the latest version.