-
Notifications
You must be signed in to change notification settings - Fork 10
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
wget exiting with error - not creating folder? #12
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@Rob-T, I think the issue is related to To resolve this issue you can create the |
@Rob-T I've fixed this bug in the latest release v1.1.3 |
I've updated to v1.1.3 and also installed aria2, but am still having issues (with both wget and aria2 actually). With wget...
With Aria2...
The folder |
Can you check if there is a permission issue? Unfortunately I don't have a linux system. |
I'm no linux master, but it looks like folders and script both have owner and group as |
@Rob-T Can you check if error is resolved by passing - subprocess.run(command)
+ subprocess.run(command, shell=True) In your case the file is located at |
Yes, that seems to fix it. I ran it with both the folder/file existing and not, and the result was a success either way.
Good work!! |
Description
When running with --downloader wget, magzdb exits with error. It seems to be that wget isn't creating the correct folders.
What I Did
I ran the following,
If I first run the command without --downloader, as expected the file downloads and I get...
Without removing the file/folder created in the last step, If I then run the wget command that DEBUG printed in the first attempt,
Again, without deleting the file/folder created and running the first command again, it exits with the same error,
The text was updated successfully, but these errors were encountered: