DownOnSpot
DownOnSpot copied to clipboard
Running in a Docker container doesn't download anything
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:
- docker run -it ubuntu bash
- from a second shell: a. docker cp target/release bc410c0e362c:/usr/local/DownOnSpot
- 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.
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 I changed to jsavargas/zspotify