question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How make Subliminal work on docker?

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:22

github_iconTop GitHub Comments

1reaction
ratoaq2commented, Feb 28, 2019

I tried locally and was able to successfully download the subtitle:

INFO:subliminal.core:Saving <LegendasTVSubtitle '5a5ab9b04f79b-the office s08e01 720p bluray x265 hevc-frogperson- the list.srt' [pt-BR]> to 'The Office (US) S08E01 720p BluRay x265 HEVC-FrogPerson- The List.pt-BR.srt'
Downloaded 1 subtitle

Try to clean the subliminal cache, since it might be conflicting with the cache from the previous release:

docker run --rm --name subliminal -v subliminal_cache:/usr/src/cache -v /var/media:/var/media -it dtroncy/rpi-subliminal cache --clear-subliminal
1reaction
ratoaq2commented, Feb 24, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found