I have some scripts running on my docker host that are producing M3U files, these files work during testing when I add them as Text in the sources list. I have mapped a new volume to my Docker container, but every time I try to add the file path to the newly mapped docker volume I get an invalid URL error. I've also tried adding the file to the /config volume and it also doesn't work. Any thoughts would be appreciated.
This is pretty hard for anyone to diagnose as there's multiple levels of errors that can happen in multiple docker containers, volume mounting, etc.
No one knows what these docker containers are, how they write to disk, where they write to disk, what's mounted, at which points they're mounted, etc.
If you're comfortable, post your docker compose yaml, as it might provide more insight into what might be wrong.
One simple suggestion is to make sure you're using FILE and not URL for your SOURCE in your Custom Channels configuration.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.