eivindveg / HotSUploader

JavaFX-based Replay Uploader for Heroes of the Storm
Apache License 2.0
185 stars 36 forks source link

[Windows 10] Uploader does not detect replays #110

Closed saapa closed 8 years ago

saapa commented 8 years ago

After I deleted all replays in the default folder, HoTS Replay Uploader will not upload any further replays saved there by the game. Replays are saved in C:\Users[username]\Documents\Heroes of the Storm\Accounts\100331011\2-Hero-1-642104\Replays\Multiplayer My Windows username does not include a dot(.) I've uninstalled the game once in order to install it on my SSD drive. Replay folder has not moved.

minlexx commented 8 years ago

@saapa maybe your username contains other interesting characters? :D

saapa commented 8 years ago

Only letters. No ü or ã or è or the likes.

eivindveg commented 8 years ago

I will, unfortunately, require your username in order to properly sample the regular expression used.

saapa commented 8 years ago

Fine, the full path is C:\Users\saapa\Documents\Heroes of the Storm\Accounts\100331011\2-Hero-1-642104\Replays\Multiplayer

eivindveg commented 8 years ago

That path matches. The only likely scenario is that the cleanup is not happening properly. Deleting USERHOME\Documents\HotSReplayUploader\ or the .db files in that folder should fix the issue.

saapa commented 8 years ago

Deleting the two .db files in the folder have fixed the issue. It found all the replays and started uploading them.