Conversation
|
Do not merge. Not finished. |
Revert "Reddit hangs fix" This reverts commit 502d553. real fix.
|
#1541 Likely related |
|
@Wea1thRS any update on this? |
|
@cyian-1756 I've been really busy, and likely can't work on this anytime soon. I think I've gieven enough information and enough of a poc that someone should be able to polish it up and push it. I just can't right now. Sorry. Feel free to do what you'd like with what I have done so far though. Edit: To put it simply, the entire issue is really only just windows not allowing some of the characters reddit is giving. If you add a check to remove/change those characters, all issues should be fixed. As not all titles are getting sanitized correctly. Sorry to leave this pr half-finished, expected to have time to work on it, this wasn't my intention when starting it. |
|
I was running into this issue in Linux, and applying your changes locally seemed to fix it. I'll keep testing and switch over to Windows for some testing too and see if I can replicate. |
|
Your fix doesn't fix it when the title has a '/' in it's name, because new Fil converts the '/' to ''. The title (or others) in handleURL in RedditRipper needs a sanitizeSaveAs as well. |
Category
This change is exactly one of the following (please change
[ ]to[x]) to indicate which:Description
Please add details about your change here.
Made all possible post titles valid for folder/file paths in Windows.
fixes #1536
fixes #1477
fixes #1399
fixes #1357
fixes #1515
fixes #1518
Testing
Required verification:
mvn test(there are no new failures or errors).Optional but recommended: