Menu

#88 Auction refresh fails: Renders article invalid.

v 2.6.*
open
5
2012-11-02
2012-11-02
No

If I refresh an auction a few times (by refresh/cron.sh) my items gets invalidated. The main-page (auctions module) shows the item as "(Invalid Item)". The source is some invalid HTML provided by ebay (randomly). The HTML end with:

</body>
</html>
<img src='http://rover.ebay.com/roversync/?site=77&stg=1&mpt=1351864383773'></img>

instead of

</body>
</html>

It seems the page parser fails in this case and marks the item invalid.

Discussion


Log in to post a comment.