Quote:
Originally Posted by qqqqqqqq123
When I use it, it throws a NullPointerException. I looked at the source code and it seems that it is not getting the right Document auctionSite at DOBidder.bid(). Seems to be the landing page after login and not the auctionpage.
Does anybody else experience this issue? Here is the full error message.
Exception in thread "Thread-1" java.lang.NullPointerException
at DOBidder.getBidURL(DOBidder.java:132)
at DOBidder.bid(DOBidder.java:239)
at DOBidder.dob(DOBidder.java:97)
at DOBidder.run(DOBidder.java:297)
at java.lang.Thread.run(Unknown Source)
|
There were some problems with the login itself. Made some adjustments , may upload it later if I get access to my computer.