cessark27 0 Report post Posted October 22, 2017 Hi, please help me guys, I don't know what's wrong with my bot. It always stops randomly. here's my last log. does this happens also with you guys? can I do anything to solve this issue? thanks Share this post Link to post Share on other sites
breakermarty 0 Report post Posted October 23, 2017 i have same problem too . always stop at town or in hideout Share this post Link to post Share on other sites
MasterOfSilence 15 Report post Posted October 23, 2017 (edited) For the Stuck in HO.Town it seems like its an issue with Tab detection. i check my lastrun and see that the bot is stuck becasuse it thinks the chaos recipe tab is full when its really on the wrong tab (and that tab isnt even full) Current workaround is the set up a 30 minutes restartcmd prompt. @echo off :start echo Time to wait timeout /t 1800 /nobreak taskkill /im PathOfExile.exe echo Loop One goto start What I use. Edited October 23, 2017 by MasterOfSilence mo infro Share this post Link to post Share on other sites
vigaro 0 Report post Posted October 24, 2017 2 hours ago, MasterOfSilence said: For the Stuck in HO.Town it seems like its an issue with Tab detection. i check my lastrun and see that the bot is stuck becasuse it thinks the chaos recipe tab is full when its really on the wrong tab (and that tab isnt even full) Current workaround is the set up a 30 minutes restartcmd prompt. @echo off :start echo Time to wait timeout /t 1800 /nobreak taskkill /im PathOfExile.exe echo Loop One goto start What I use. so you restart poe ever 30 mins ?..hm, does sound a bit strange.. Share this post Link to post Share on other sites
Cowding 35 Report post Posted October 24, 2017 (edited) 12 hours ago, MasterOfSilence said: For the Stuck in HO.Town it seems like its an issue with Tab detection. i check my lastrun and see that the bot is stuck becasuse it thinks the chaos recipe tab is full when its really on the wrong tab (and that tab isnt even full) Current workaround is the set up a 30 minutes restartcmd prompt. @echo off :start echo Time to wait timeout /t 1800 /nobreak taskkill /im PathOfExile.exe echo Loop One goto start What I use. If it's really the stash detection issue check my post on it in this topic, it solved the problem for the other user Link to the post Edited October 24, 2017 by Cowding Share this post Link to post Share on other sites