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.

Run error standard_init_linux.go:211: exec user process caused "exec format error"

See original GitHub issue

When I follow the tutorial of https://nashosted.com/youtubedl-material-a-self-hosted-youtube-video-downloader/ , and install with the command

$ docker run -d --name YouTubeDL-Material \
              -v /your/appdata/location:/app/appdata \
              -v /your/audio/location:/app/audio \
              -v /your/video/location:/app/video \
              -v /your/subscriptions/location:/app/subscriptions \
              -v /your/users/location:/app/users \
              -p 8998:17442 \
              tzahi12345/youtubedl-material:latest

I got an error standard_init_linux.go:211: exec user process caused "exec format error"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
volcan96commented, May 18, 2020

Sorry to re-open this. Just a head’s up that at least for my docker images, they are hit and miss. I build them for fun/learning.

That being said, I’ve found that it’s better to run youtubedl-material on a non arm architecture. There are quirks with how arm handle passing of values and variables that make some of the core features of YTDL-material fail (e.g. downloading a playlist).

Just my 2 cents.

0reactions
volcan96commented, Aug 10, 2020

Got around to testing the image today. So far so good:

  1. it booted
  2. able to download a video in non-multi download mode 2a) able to download multiple video files in multi-download mode
  3. able to download multiple audio-only files in multi-download mode 3a) able to download single audio only files in non-multi download mode
  4. haven’t fully tested downloading YT playlists

On Sat, Aug 8, 2020 at 2:24 PM Tzahi12345 notifications@github.com wrote:

There’s an official ARM build up! Use the tag nightly-arm on Docker and you’ll be set 😃

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Tzahi12345/YoutubeDL-Material/issues/87#issuecomment-670975299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7NGRVWTXKCPF2OUVAFTNTR7W7BDANCNFSM4NEC62EA .

Read more comments on GitHub >

github_iconTop Results From Across the Web

standard_init_linux.go:211: exec user process caused "exec ...
I am building the Dockerfile for python script which will run in minikube windows 10 system below is my Dockerfile. Building ...
Read more >
Docker fails to start with "standard_init_linux.go:219: exec ...
Docker fails to start with "standard_init_linux.go:219: exec user process caused: exec format error" #69. Open. DatDucati opened this issue on ...
Read more >
exec user process caused "exec format error" - YouTube
PYTHON : standard_init_linux. go : 211 : exec user process caused " exec format error " [ Gift : Animated Search Engine ...
Read more >
docker container failed standard_init_linux.go:228: exec user ...
Docker throws standard_init_linux.go:228: exec user process caused: exec format error when there are issues with running executable file. Favicon for linkedin.
Read more >
Fix: standard_init_linux.go:228: exec user process caused
When there are problems with the executable file format, Docker throws the error standard_init_linux.go:228: exec user process caused: exec ...
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