Skip Menu |

This queue is for tickets about the WWW-Search-Ebay CPAN distribution.

Report information
The Basics
Id: 49046
Status: resolved
Worked: 18 min
Priority: 0/
Queue: WWW-Search-Ebay

People
Owner: MTHURN [...] cpan.org
Requestors: wilson [...] bubba.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.014
Fixed in: (no value)



Subject: Shipping returns the date the auction ends rather than the shipping cost
It appears that this started happening sometime in July (between the 23rd and the 27th is as close as I can narrow it down). I'm assuming eBay made a change that caused this to happen.
All my tests are currently passing with 3.014. The shipping slot should be blank because Ebay removed it from the default results list (except when it says "free"). Can you suggest a specific query that is giving you bad results? TIA -- - - Martin 'Kingpin' Thurn
On Sun Aug 30 10:42:57 2009, MTHURN wrote: Show quoted text
> All my tests are currently passing with 3.014. The shipping slot should > be blank because Ebay removed it from the default results list (except > when it says "free"). Can you suggest a specific query that is giving > you bad results? TIA
Ahh, so eBay is no longer providing shipping so you couldn't return it anyways. Way to go, eBay! What about "3g router"? + calling _parse_tree... FFF Ebay::_parse_tree DDD result_count try ==78 results found for 3g router [ Save this searchSaved toMy eBay. ]Keyword: 3g router== against qr=(?-xism:([0-9,]+) (item|match|result)e?s? found )= DDD matched (78) DDD raw asId is () DDD cooked asId is () DDD asColumns is (paypal buyitnowlogo price shipping enddate) DDD try TDtitle ===<td class="details"><div class="ttl"><a class="v4lnk" href="http://cgi.ebay.com/Cradlepoint-MBR1000-3G-AirCard-Router-Refurbished_W0QQitemZ140332006480QQcmdZViewItemQQptZCOMP_EN_Routers?hash=item20ac707c50&amp;_trksid=p3286.c0.m14" r="1">Cradlepoint MBR1000 3G AirCard Router - Refurbished</a></div><div class="sttl dynamic"><span>Instock - Fast Shipping - call us if you have questions</span></div><div></div><div class="anchors"><div class="g-nav group"><div class="mi-l"><div></div></div></div></div></td> === DDD sTitle ===Cradlepoint MBR1000 3G AirCard Router - Refurbished=== DDD iItemNum ===140332006480=== DDD try TD'paypal' ===<td class="pay"></td> === DDD try TD'buyitnowlogo' ===<td class="bids"><img alt="Buy It Now" src="http://pics.ebaystatic.com/aw/pics/bin_15x54.gif" title="Buy It Now" /></td> === DDD try TD'price' ===<td class="prices"><div class="g-b">$169.95</div><span class="fshp">Free shipping</span></td> === DDD try TDprice ===<td class="prices"><div class="g-b">$169.95</div><span class="fshp">Free shipping</span></td> === DDD raw iPrice ===$169.95Free shipping=== DDD try TD'shipping' ===<td class="time time rt">6d&nbsp;22h&nbsp;13m</td> === DDD raw shipping ===6d 22h 13m=== DDD try TDtitle ===<td class="details"><div class="ttl"><a class="v4lnk" href="http://cgi.ebay.com/3G-HSDPA-UMTS-Mobile-Broadband-Wireless-G-WiFi-Router_W0QQitemZ290342908663QQcmdZViewItemQQptZCOMP_EN_Routers?hash=item4399c932f7&amp;_trksid=p3286.c0.m14" r="2">3G HSDPA/UMTS Mobile Broadband Wireless G WiFi Router</a></div><div></div><div class="anchors"><div class="g-nav group"><div class="mi-l"><div></div></div></div></div></td> === DDD sTitle ===3G HSDPA/UMTS Mobile Broadband Wireless G WiFi Router=== DDD iItemNum ===290342908663=== DDD try TD'paypal' ===<td class="pay"></td> === DDD try TD'buyitnowlogo' ===<td class="bids"><img alt="Buy It Now or Best Offer" src="http://pics.ebaystatic.com/aw/pics/logos/logoBinBo_70x20.gif" title="Buy It Now or Best Offer" /></td> === DDD try TD'price' ===<td class="prices"><div class="g-b">$92.96</div><span class="fshp">Free shipping</span></td> === DDD try TDprice ===<td class="prices"><div class="g-b">$92.96</div><span class="fshp">Free shipping</span></td> === DDD raw iPrice ===$92.96Free shipping=== DDD try TD'shipping' ===<td class="time time rt">3d&nbsp;9h&nbsp;59m</td> === DDD raw shipping ===3d 9h 59m===
Subject: RE: [rt.cpan.org #49046] Shipping returns the date the auction ends rather than the shipping cost
Date: Sun, 30 Aug 2009 15:46:08 -0400
To: <bug-WWW-Search-Ebay [...] rt.cpan.org>
From: Martin Thurn <kingpin [...] dcswcc.com>
Are you sure you're using plain old WWW::Search::Ebay? And are you sure you're using distro 3.014? Because that module does not even try the shipping any more... Could you be using a flavor such as Ebay::BuyItNow or Ebay::Motors or anything like that? - - Martin If you use new WWW::Search('Ebay') it is not possible to see this with the latest version: DDD try TD'shipping' ===<td class="time time rt">6d&nbsp;22h&nbsp;13m</td> === DDD raw shipping ===6d 22h 13m===
From: wilson [...] bubba.org
On Sun Aug 30 15:46:32 2009, kingpin@dcswcc.org wrote: Show quoted text
> Are you sure you're using plain old WWW::Search::Ebay? And are you > sure you're using distro 3.014? Because that module does not even > try the shipping any more... Could you be using a flavor such as > Ebay::BuyItNow or Ebay::Motors or anything like that? > > - - Martin > > If you use new WWW::Search('Ebay') it is not possible to see this with > the latest version: > > DDD try TD'shipping' ===<td class="time time > rt">6d&nbsp;22h&nbsp;13m</td> > === > DDD raw shipping ===6d 22h 13m=== > >
I only want Buy It Now items, so I'm using: my $oSearch = new WWW::Search('Ebay::BuyItNow'); Should I be doing something different? Thanks again for the help! Brian
Fixed and distro 3.015 uploaded. Thanks again for your bug report and help!