DownOnSpot icon indicating copy to clipboard operation
DownOnSpot copied to clipboard

Running in a Docker container doesn't download anything

Open flomader opened this issue 2 years ago • 2 comments

Describe the bug When running the application in a Docker container nothing gets downloaded. The application just finishes without an error message.

To Reproduce Steps to reproduce the behavior:

  1. docker run -it ubuntu bash
  2. from a second shell: a. docker cp target/release bc410c0e362c:/usr/local/DownOnSpot
  3. run the application from the first shell

Expected behavior Files should be downloaded into the directory configured in the settings file.

  • OS: Linux, Ubuntu 20.04

Additional context looks like self.spotify.resolve_uri(&uri) (downloader.rs, Line 88) is causing the problem.

flomader avatar May 31 '22 21:05 flomader

I am having the same issue on the same distro. I have set up a multi-stage Dockerfile to build the command, but nothing downloads on the container.

Did you make any progress on this @flomader? Maybe another project even that does work in this setup?

mossepso avatar Nov 28 '22 21:11 mossepso

@mossepso I changed to jsavargas/zspotify

flomader avatar Nov 29 '22 10:11 flomader