-
Notifications
You must be signed in to change notification settings - Fork 32
On Windows machines with Non-english locales, files with special characters in their name aren't being moved #25
Comments
I'm thinking instead of stripping out characters based on regex, we should have the save.py somehow store the names of the downloaded files into a list where move.py can match and move accordingly. |
I'm not able to reproduce this error on MacOS either with python 2.x or 3.x |
I think this bug is also related to courses where the Author has a name/surname with special characters. I am giving one example here: Traceback (most recent call last): |
Thanks for reporting it @anilgunesh. It should be fixed now, have a look. |
Many thanks for the quick fix. I can confirm that it works fine now.
regards
a.
…On Tue, 5 Jun 2018 at 15:09, ankit sejwal ***@***.***> wrote:
Thanks for reporting it @anilgunesh <https://github.com/anilgunesh>. It
should be fixed now, have a look.
Cheers.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMzJVBnmVsTtMc1hzfHT9NaI-kohj7Qfks5t5pEqgaJpZM4TNqmb>
.
--
________________________
Anil Gunesh
|
Sorry I've been extremely busy, I can at least make a comment here and there. Just reporting for awareness my particular issue still persists. |
sorry mate, I am not able to reproduce this bug as I don't have an access to a windows laptop. I'll test it a soon as possible. |
Files with dashes in their name aren't being moved since the dashes, and possibly other characters, are being removed from the file names themselves causing a mismatch.
Ex:
Error:
File not found: 18 - An Example—Infrastructure.mp4
Filename in folder:
18 - An ExampleInfrastructure.mp4
Affected Courses:
The text was updated successfully, but these errors were encountered: