Open GoogleCodeExporter opened 8 years ago
Empty .desc fixed in #795 and 796
But images are downloaded as corrupt in some wikis.
Original comment by emi...@gmail.com
on 14 Aug 2012 at 7:12
Probably is better to use .xml instead of .desc for description file extension.
Original comment by emi...@gmail.com
on 14 Aug 2012 at 7:17
All those wikis' images are actually HTML files with error 405. Trying to
compile a list now.
Original comment by nemow...@gmail.com
on 15 Aug 2012 at 10:49
I did this silly command:
$ find . -mindepth 3 -maxdepth 3 -type f -exec awk '/<html>/ && NR < 2 {print FILENAME; nextfile}' {} \;
and I attach the output.
Original comment by nemow...@gmail.com
on 15 Aug 2012 at 10:07
Attachments:
So, if this is caused by error 405 it would be issue 68.
Original comment by nemow...@gmail.com
on 25 Oct 2013 at 12:49
emijrp, can you please check if this happens in the latest dumps too?
Original comment by nemow...@gmail.com
on 31 Jan 2014 at 2:59
Original issue reported on code.google.com by
emi...@gmail.com
on 14 Aug 2012 at 7:08