ErweipoireE / photograbber

Automatically exported from code.google.com/p/photograbber
Other
0 stars 0 forks source link

The filename or extension is too long #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the program
2. Tell it to download all tagged photos and albums that have tags

What is the expected output? What do you see instead?
It should download all of the pictures. Instead I get an error saying refer to 
the log

What version of the product are you using? On what operating system?
I'm using it on Windows 8 version r99

Please provide any additional information below.
The error in the log is:
"WindowsError: [Error 206] The filename or extension is too long:"
and it is followed by where the file would be saved and the album name (which 
is too long for Windows). Could there be some check to determine how long the 
file name is and if it is too long just cut off the end?

Original issue reported on code.google.com by alistair23 on 14 Mar 2013 at 3:51