Closed GoogleCodeExporter closed 9 years ago
Caused by "Web.HotFix_20120214.2" server version. Fix is being worked on,
please stay tuned.
If you have the source, you may apply the patch below (watch out for wrapped
lines), and check whether things are working again:
--- search.rb.SAVE 2012-01-02 22:30:50.000000000 +0100
+++ search.rb 2012-02-15 14:34:14.000000000 +0100
@@ -624,6 +624,11 @@
# GC change 2010-11-09
line.gsub!(/'/, '\'')
case line
+ # catch 2012-02-14 changes
+ when /Hello, .* Profile for /
+ nil
+ when /All Rights Reserved\./
+ nil
# <TD class="PageBuilderWidget"><SPAN>Total Records: <B>2938</B> - Page: <B>147</B> of <B>147</B>
when /PageBuilderWidget[^:]+: +\<b\>(\d+)\<\/b\> [^:]+: +\<b\>(\d+)\<\/b\>.*?\<b\>(\d+)\<\/b\>/
if not waypoints_total
Original comment by Steve8x8
on 15 Feb 2012 at 1:37
I committed another fix to SVN, reverting the previous one.
In general, checking for texts that can change frequently is a bad idea, asking
for yet another source code change in the near future.
The new approach separates the results table from the rest of the page, and
makes parsing a lot more stable again.
Can you test svn rev 1071 or later, and report back? Thanks!
Original comment by Steve8x8
on 15 Feb 2012 at 3:59
This should be fixed by the 3.14.8 maintenance release (and its development
counterpart 3.15.4). Will close soon if there are no more error reports
Original comment by Steve8x8
on 17 Feb 2012 at 10:13
3.14.8 (and 3.15.4) seems to have fixed this for good. Closing
Original comment by Steve8x8
on 2 Mar 2012 at 2:06
Original issue reported on code.google.com by
HeinzBro...@gmail.com
on 15 Feb 2012 at 9:14