JordietYahii / grabthemall

Automatically exported from code.google.com/p/grabthemall
1 stars 0 forks source link

Image files do not save because URL is too long for file system naming #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a list of URLs longer than 255 characters
2. Run GrabThemAll session
3. No image files are saved

What is the expected output? What do you see instead?
No files are saved as the file names are too long since the name contains the 
full URL.

What version of the product are you using? On what operating system?
GrabThemAll 0.7.1 / Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by kevinjfa...@gmail.com on 3 Apr 2014 at 6:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can reproduce on Linux:

"error: [Exception... "Component returned failure code: 0x80520011 
(NS_ERROR_FILE_NAME_TOO_LONG) [nsIFile.create]"  nsresult: "0x80520011 
(NS_ERROR_FILE_NAME_TOO_LONG)"  location: "JS frame :: 
chrome://grabthemall/content/js/GrabThemAll_Utils.js :: 
GrabThemAll_Utils.saveScreenToFile :: line 84"  data: no]

Original comment by pep...@gmail.com on 3 Nov 2014 at 5:06