-
Hi,
eBay changed the encoding of ebay.com (the page where JBidWatcher gets all his data) to UTF-8, therefore the title and location of German auctions with German umlauts are displayed with the wrong encoding. An example for both issues (title and location) is auction 300208951982.
The issues happens on Linux and Windows, I don't know if Mac is also affected but I assume that the issues...
2008-04-06 16:22:50 UTC in JBidwatcher
-
Hi Rick,
to get rid of that I use the eBay search options "items within ... miles of ..." and "Listings Ending within ...".
Regards,
Andreas.
2008-04-06 11:59:45 UTC in JBidwatcher
-
Hi,
this issue can be fixed with the following patch:
--- ../jbidwatcher-1.0.2/AuctionInfo.java 2007-08-06 12:11:49.000000000 +0200
+++ AuctionInfo.java 2007-08-18 01:23:30.000000000 +0200
@@ -197,7 +197,7 @@
XMLElement xlocation, xpospercent, xfeedback, xpaypal;
xtitle = new XMLElement("title");
- xtitle.setContents(XMLElement.encodeString(_title));
+...
2008-04-06 11:29:29 UTC in JBidwatcher
-
Hi Oleg,
what I was trying to say is that the reason was not the time offset since the offset is working for you and not against you.
However, what I am missing in your log is the "Firing actual snipe" message which should happen exactly 2 minutes after the "Preparing snipe" message. For any reason JBidWatcher never tried to snipe on this two auctions.
2007-03-17 17:46:11 UTC in JBidwatcher
-
Hi,
JBidWatcher does not synchronize your system clock. JBidWatcher is keeping his own clock and this one is synchronized. That's the one that is displayed on the top-right corner. If the time was 17 seconds ahead then that means that the last synchronisation request was 17 seconds delayed by your internet connection. But it means also that the snipe was fired 17 seconds *earlier* as usual.
2007-03-16 09:18:32 UTC in JBidwatcher
-
As an workaround you can disable time synchronisation in the configuration, general tab and synchronize the clock of your PC using NTP.
2007-03-15 20:35:14 UTC in JBidwatcher
-
Logged In: YES
user_id=676281
Hi Morgan,
the 1.0 release is working very well since one month, very
good work, many thanks!!
I think my patch for 0.9.9 is not necessary anymore and
you can close this report.
Thanks,
Andreas.
2006-10-04 22:02:39 UTC in JBidwatcher
-
Logged In: YES
user_id=676281
Hi,
to get rid of this problem, open the configuration window,
go to the Advanced tab, search for the Configuration Key
"override.ebayServer.shipping" and delete it.
Morgan,
this behavior seems to be a bug, the override setting
overwrites the value forever. override.ebayServer.shipping
was in my case set to...
2006-10-04 21:53:05 UTC in JBidwatcher
-
Logged In: YES
user_id=676281
The seconds are displayed during the last hour oft the
auction.
Andreas.
2006-10-04 18:29:45 UTC in JBidwatcher
-
Logged In: YES
user_id=676281
Hi Morgan,
sorry for my late response, I have unfortunately received
the Sourceforge mail with your comment very late (about
one hour ago). My email provider was offline on the
weekend for some hours and the outage has delayed (or is
still delaying) some emails.
I have downloaded the latest CVS version and also the 1.0
release on the...
2006-09-05 13:08:58 UTC in JBidwatcher