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

Pr-downloader fails to load data because of invalid path #73

Open
springjools opened this issue Sep 12, 2014 · 10 comments
Open

Pr-downloader fails to load data because of invalid path #73

springjools opened this issue Sep 12, 2014 · 10 comments
Labels

Comments

@springjools
Copy link

Rapid fails to download anything because it uses some path on my T: drive, which is a network drive and not available. How can I set it to permanently use the current directory instead?

This also prevents integration with lobbies...

rapid

@abma
Copy link
Contributor

abma commented Sep 13, 2014

permanently isn't (easily) possible as pr-downloader has no config file.

use pr-downloader --filesystem-writepath . zk:stable

to download to the current directory. an alternative would be to fix your homepath / the network path (by changing the path of it or connecting the drive)

related to #12

@abma abma added the feature label Sep 13, 2014
@springjools
Copy link
Author

That extended command worked, but I always have to do that manually then. It should be default behaviour to download to current directory. Somewhere within the program there must be information what directory to use, and that's wrong, because the folder it tries to use has never existed and can not be made to work.

@springjools
Copy link
Author

But I still don't get it why the path is hardcoded?

@abma
Copy link
Contributor

abma commented Sep 14, 2014

pr-downloader has no config file

@ForbodingAngel
Copy link

Perhaps it would be a decent idea to add prdrc and allow it to be set in there? Perhaps the default could stay as a failsafe?

@abma
Copy link
Contributor

abma commented Jul 27, 2015

what is prdrc?

@ForbodingAngel
Copy link

I should have written it as .prdrc, but windows complains about .filenames, but I figured you would understand what I meant.

@abma
Copy link
Contributor

abma commented Jul 28, 2015

i repeat:

pr-downloader has no config file

@ForbodingAngel
Copy link

Perhaps it would be a decent idea to add prdrc and allow it to be set in there? Perhaps the default could stay as a failsafe?

-_- Just because it doesn't have one now doesn't meant hat it could not have one in the future. In other words, you could add the ability to have a config file.

@springjools
Copy link
Author

Or prd.ini, so that it also works on windows...

Sent from my iPhone

On 28 Jul 2015, at 05:21, ForbodingAngel [email protected] wrote:

Perhaps it would be a decent idea to add prdrc and allow it to be set in there? Perhaps the default could stay as a failsafe?

-_- Just because it doesn't have one now doesn't meant hat it could not have one in the future. In other words, you could add the ability to have a config file.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants