How make Subliminal work on docker?
See original GitHub issueI install Docker via LibreELEC repository, and do a docker pull diaoulael/subliminal
to install.
Until then, okay. But after I do a docker run --rm --name subliminal diaoulael/subliminal download -p opensubtitles -l en Spider-Man\ Into\ the\ Spider-Verse\ \(2018\)\ WEBDL-1080p.mkv
to download a subtitles, for exemple, and it show this
standard_init_linux.go:207: exec user process caused "exec format error"
How I can make it work? I’m a total noob in Docker, I installed this way because is it the only way I found to install it in LibreELEC. So I just install it with the first command, and did nothing more. I need to do something more to make it work? I don’t know how add my user/password in opensubtitles, for exemple.
Issue Analytics
- State:
- Created 5 years ago
- Comments:22
Top Results From Across the Web
How can I make Subliminal work via docker? - Reddit
So, I want to run Subliminal to automatically download subtitles. I install Docker via LibreELEC repository, and do a docker pull…
Read more >kijart/subliminal - Docker Image
Run subliminal inside docker. Docker image generated daily with the latest version of Alpine Linux and subliminal: https://hub.docker.com/r/kijart/subliminal.
Read more >Twitter Subliminal 0.2.0 - Josh Lospinoso
Twitter Subliminal 0.2.0 ... By using the -it option, you'll get an interactive session with the Docker container. The working directory will ...
Read more >How can I install Subliminal (search engine for subtitles)?
Hello! I know LibreELEC don't permit commands like apt-get, but I want to install this program. I try via docker, but the docker...
Read more >How to make my subliminal work really fast or in a week - Quora
Drink water: There's no facts or evidence that this works or not but it helps to keep you hydrated because subliminal's seem to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried locally and was able to successfully download the subtitle:
Try to clean the subliminal cache, since it might be conflicting with the cache from the previous release:
Opensubtitles error is related to SSL (https connection), most likely the docker image has no certificates at all, and can’t validate any SSL connections. The legendastv is because
unrar
is not installed in the docker image as well.So maybe, you could reach the image creator and ask about those 2