This is a desktop application, it runs locally and not on a server.Quote:
can I turn off the PC and he tries next player to buy ? or the PC has always run ?
You likely have a temporary ban on listing players on the market. The entire program is an endless loop that searches, buys, and lists players. If you can't list players, it will keep trying. It will also keep searching for players and buying them, but not listing them if you give it enough time (which you probably don't want to do). Give it a rest for 24 hours so your ban can expire and try again.Quote:
I can't move some won items to the tradepile, they are stuck somehow due to an error. The Webapp also throws an error.
Now the autobidder is caught in an endless loop and is not bidding anymore.
Could you modify the code in bid.py to ignore this error and make the program more robust ?
Code:2015-12-23 11:20:07 Updating watched items... 2015-12-23 11:20:15 Auction Won: 700 on xxx 2015-12-23 11:20:27 Error: xxx could not be placed in the tradepile... 2015-12-23 11:20:27 Auction Won: 700 on xxx 2015-12-23 11:20:41 Error: xxx could not be placed in the tradepile... 2015-12-23 11:20:46 Updating watched items... 2015-12-23 11:20:53 Auction Won: 700 on xxx 2015-12-23 11:21:04 Error: xxx could not be placed in the tradepile... 2015-12-23 11:21:04 Auction Won: 700 on xxx 2015-12-23 11:21:18 Error: xxx could not be placed in the tradepile... 2015-12-23 11:21:50 Updating watched items... ...
What do you mean by taking forever to "emulate"? Can you clarify?Quote:
It's taking forever to emulate. Any tips for speeding it up?
Nevermind! Lol turns out my security answer was wrong xDQuote:
This is a desktop application, it runs locally and not on a server.
You likely have a temporary ban on listing players on the market. The entire program is an endless loop that searches, buys, and lists players. If you can't list players, it will keep trying. It will also keep searching for players and buying them, but not listing them if you give it enough time (which you probably don't want to do). Give it a rest for 24 hours so your ban can expire and try again.
What do you mean by taking forever to "emulate"? Can you clarify?
That's not true. I'm getting around 40-60 players per 5 hour every day and max %86 bid. Just find true players and true time. Choose the right strategy for yourself.Quote:
Yeah I mean I said 94% bid and dim said 95 and for some reason you guys are running 89, you are never gonna get anyone that cheap
(Almost never anyway)
Yeah, that's a known bug. Pull that card out of your transfer list on the web app and it should start working again.Quote:
Hunterjm1, I have an error, it seems like it's because I have a manager in my transfer list, do you want to see the error ?
Process Process-1:
Traceback (most recent call last):
File "c:\users\jason\appdata\local\programs\python\pyth on35-32\lib\multiprocessing\process.py", line 254, in _bootstrap
File "c:\users\jason\appdata\local\programs\python\pyth on35-32\lib\multiprocessing\process.py", line 93, in run
File "C:\Users\Jason\Documents\GitHub\futgui\core\bid.p y", line 62, in bid
KeyError: 'Desc'
Process Process-2:
Traceback (most recent call last):
File "c:\users\jason\appdata\local\programs\python\pyth on35-32\lib\multiprocessing\process.py", line 254, in _bootstrap
File "c:\users\jason\appdata\local\programs\python\pyth on35-32\lib\multiprocessing\process.py", line 93, in run
File "C:\Users\Jason\Documents\GitHub\futgui\core\bid.p y", line 62, in bid
KeyError: 'Desc'