Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
cessark27

BOT stopping

Recommended Posts

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

asdas.PNG

Share this post


Link to post
Share on other sites

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 by MasterOfSilence
mo infro

Share this post


Link to post
Share on other sites
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
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 by Cowding

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...