Auction cannot be added. Could be when when auction has iterated gallery (not sure if this is cause or not, though, but likely HTML related, from trace). Example is adding auction: 180079230183. This ends with the following exception trace. The program continues as if I never added the auction at all.
May I suggest using the eBay Java API? This will avoid any broken HTML parsing implementations. Not as fun.. I know, but hey a consistent fix.
PMQ Caught exception: XMLParseException: XML Parse Exception during parsing of a input-tag at line 1: Value missing for attribute with key "disabled"
XMLParseException: XML Parse Exception during parsing of a input-tag at line 1: Value missing for attribute with key "disabled"
at XMLElement.valueMissingForAttribute(XMLElement.java:1368)
at XMLElement.scanOneAttribute(XMLElement.java:1003)
at XMLElement.scanAttributes(XMLElement.java:727)
at XMLElement.parseCharArray(XMLElement.java:623)
at XMLElement.parseCharArray(XMLElement.java:605)
at XMLElement.parseString(XMLElement.java:537)
at JHTML$Form.addInput(JHTML.java:160)
at JHTML.addToken(JHTML.java:252)
at JHTMLParser.addToken(JHTMLParser.java:202)
at JHTMLParser.parse(JHTMLParser.java:129)
at JHTMLParser.<init>(JHTMLParser.java:41)
at JHTML.<init>(JHTML.java:43)
at SpecificAuction.preParseAuction(SpecificAuction.java:38)
at AuctionServer.loadAuction(AuctionServer.java:662)
at AuctionServer.addAuction(AuctionServer.java:549)
at AuctionServer.addAuction(AuctionServer.java:268)
at AuctionEntry.prepareAuctionEntry(AuctionEntry.java:266)
at AuctionEntry.<init>(AuctionEntry.java:302)
at AuctionsManager.newAuctionEntry(AuctionsManager.java:320)
at JBidMouse.addAuction(JBidMouse.java:88)
at JBidMouse.cmdAddAuction(JBidMouse.java:133)
at JBidMouse.messageAction(JBidMouse.java:106)
at PlainMessageQueue.run(PlainMessageQueue.java:70)
at java.lang.Thread.run(Unknown Source)
Sun Jan 28 23:24:56 MST 2007: PMQ Caught exception: XMLParseException: XML Parse Exception during parsing of a input-tag at line 1: Value missing for attribute with key "disabled"
XMLParseException: XML Parse Exception during parsing of a input-tag at line 1: Value missing for attribute with key "disabled"
at XMLElement.valueMissingForAttribute(XMLElement.java:1368)
at XMLElement.scanOneAttribute(XMLElement.java:1003)
at XMLElement.scanAttributes(XMLElement.java:727)
at XMLElement.parseCharArray(XMLElement.java:623)
at XMLElement.parseCharArray(XMLElement.java:605)
at XMLElement.parseString(XMLElement.java:537)
at JHTML$Form.addInput(JHTML.java:160)
at JHTML.addToken(JHTML.java:252)
at JHTMLParser.addToken(JHTMLParser.java:202)
at JHTMLParser.parse(JHTMLParser.java:129)
at JHTMLParser.<init>(JHTMLParser.java:41)
at JHTML.<init>(JHTML.java:43)
at SpecificAuction.preParseAuction(SpecificAuction.java:38)
at AuctionServer.loadAuction(AuctionServer.java:662)
at AuctionServer.addAuction(AuctionServer.java:549)
at AuctionServer.addAuction(AuctionServer.java:268)
at AuctionEntry.prepareAuctionEntry(AuctionEntry.java:266)
at AuctionEntry.<init>(AuctionEntry.java:302)
at AuctionsManager.newAuctionEntry(AuctionsManager.java:320)
at JBidMouse.addAuction(JBidMouse.java:88)
at JBidMouse.cmdAddAuction(JBidMouse.java:133)
at JBidMouse.messageAction(JBidMouse.java:106)
at PlainMessageQueue.run(PlainMessageQueue.java:70)
at java.lang.Thread.run(Unknown Source)
Logged In: YES
user_id=19745
Originator: NO
Greetings,
The eBay API is not open to sniping programs, so it's not an option. Trust me, I'd be on it in a flash, as the core trouble I regularly have with JBidwatcher is eBay's changes...
Go into the advanced configuration, and enter (as the configuration key):
show.badhtml
and as the Configuration Value enter
false
Set the configuration, save it, and restart the program.
-- Morgan Schweers, CyberFOX!