llakssz / FunKiiU

Download content for Wii U
332 stars 56 forks source link

Case (in)sensitivity on config-saved keysite URL. #45

Open secondaryuser opened 5 years ago

secondaryuser commented 5 years ago

If keysite url is case sensitive, it is saved incorrectly to config. Matters when using local copy ("file://...") of a keysite on casesensitive filesystems, commonly linux ext4 (is what I have).

file:///home/username/WIIU/keysite

becomes: file:///home/username/wiiu/keysite in config.json.

Correcting it manually in config.json works, so the issue is with saving.

Magneticdud commented 5 years ago

To fix this, need to take out .lower() on line 170