Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download script does not work inside docker container. #78

Closed
JosseVanDelm opened this issue Jul 24, 2019 · 2 comments
Closed

Download script does not work inside docker container. #78

JosseVanDelm opened this issue Jul 24, 2019 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JosseVanDelm
Copy link
Contributor

When you download the files inside the docker container it does not work.
#77
try https://github.com/oSoc19/best/blob/docker/DOCKER.md#examples and see it fail for yourself

~/best/out $ python ../downloader/downloader.py . --verbose --log_name ../logstuff
2019-07-24 14:08:17,684 - __main__ : INFO - Start download
2019-07-24 14:15:14,674 - __main__ : INFO - Download done
2019-07-24 14:15:15,266 - __main__ : INFO - Start extraction
2019-07-24 14:15:15,266 - __main__ : CRITICAL - Output directory already contains files. To automatically remove all files in the output directory, use --force
@JosseVanDelm JosseVanDelm added bug Something isn't working help wanted Extra attention is needed labels Jul 24, 2019
@JosseVanDelm JosseVanDelm self-assigned this Jul 24, 2019
@JosseVanDelm
Copy link
Contributor Author

workaround: move the files to a tmp directory and then mv them to the out folder.

@JosseVanDelm
Copy link
Contributor Author

Need to change this in documentation still 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant