View Single Post
Old June 19th, 2017, 01:37 PM   #101
halvar
Blocked!
 
Join Date: Jan 2008
Location: HH
Posts: 1,963
Thanks: 115,040
Thanked 32,801 Times in 1,955 Posts
halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+
Default

Quote:
Originally Posted by effCup View Post
Would it be easy to omit saving images that form part of member's footers (when they've got more than a thumb, that is), or would that overly complicate matters? Not at all a biggie, more just curiosity.
Currently I would not like to do this. Try to avoidnew bugs...
Parsing the html is error prone as you see in the error you reported.

I more or less look at pages to figure out how to parse them. If there are variations I did not consider: bam!

It should be more resilient and just ignore posts that cannot be parsed....

Quote:
Originally Posted by effCup View Post
For this thread, both deezer & I get the same error, in his case despite repeated attempts.
Code:
2017-06-19 22:44:00 INFO: Download forum page: http://vintage-erotica-forum.com/t286103-p1-x.html to D:\saved from vef\t286103-Sonia_Janet_in_red_lace_Model_ID_Request\t286103-p1-Sonia_Janet_in_red_lace_Model_ID_Request.html 
2017-06-19 22:44:00 INFO: End of Thread reached - no next page link found -  
2017-06-19 22:44:00 SEVERE: Index: 0, Size: 0 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(Unknown Source)
	at java.util.ArrayList.get(Unknown Source)
	at
The html file here.
Thanks for the html, this time the reason is the deleted post:

the post count cannot be found.

I will try to make it more resilient, but today I am busy...
halvar is offline   Reply With Quote