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

Recommended Posts

New version out, now AutoPoE will close ExiledBot crash window

 

I'll look into this problem, maybe i'll rework the e-mail reading

so thanks!

waiting...

Share this post


Link to post
Share on other sites

Hi, I'm new to auto-poe. I've only been using it for about 2 hours now, but I've already had this error pop up three times which has caused my char to die each time. What happens is, randomly this error message pops up, but the bot is still functional. When the bot gets into trouble and needs to chicken, it can't hit the logout button because the error message is overlayed ontop of the logout button. So the bot just sits there trying to log out whilst being slaughtered and eventually dies.

 

I've attached a screen shot of the error message. So far it has only appeared on one character. Is this a know issue? It's quite a devastating bug, any ideas on a solution?

 

http://postimg.org/image/fyoj5g0sp/

 

Thanks

 

*EDIT*

 

Ok so it has happened 5 times now and it has happened on 2 different characters on 2 different VM's

Edited by Duugs

Share this post


Link to post
Share on other sites

Wondering, is this working for Garena Poe as it does not have a direct path for opening POE

AutoPoE only supports the GGG version (the original one)

Share this post


Link to post
Share on other sites

[3/30/2014 8:35:29 AM]: System startup
[3/30/2014 8:35:34 AM]: Starting client
[3/30/2014 8:35:53 AM]: Clicking on login button
[3/30/2014 8:35:55 AM]: Login error, re-typing password (and username)
[3/30/2014 8:35:57 AM]: E-mail vertification needed, reading mails, try: 1
[3/30/2014 8:36:14 AM]: Clicking on re-send button
[3/30/2014 8:36:14 AM]: E-mail vertification needed, reading mails, try: 2
[3/30/2014 8:36:31 AM]: Clicking on re-send button
[3/30/2014 8:36:31 AM]: Manual e-mail vertification code input needed
[3/30/2014 8:41:50 AM]: Running bot
[3/30/2014 8:41:56 AM]: Starting bot

 

it seems that cant catch the code from mail

plz check it!

Appreciate your hard work!

Share this post


Link to post
Share on other sites

pathofexile.exe not found 

 

Not sure whats wrong

 

hm, recheck the path to the poe folder again. there must be sth. wrong.

 

it seems that cant catch the code from mail

plz check it!

Appreciate your hard work!

works only for email providers that don't use SSL (aol mail as an example), maybe thats the problem ;)

Share this post


Link to post
Share on other sites

Wow thanks, btw Blacksun if you call that raging you must have a very short fuse :) Don't mess with BS ^_^

 

Going to try this AutoPoE again until the PoE crashes calms down.

Edited by beikenmule

Share this post


Link to post
Share on other sites

can work in 1.1.2b,great work!

i cant run ebbot without your tool,so thanks!

blacksun7,i found a problem yesterday:

there are 25 unread mail in inbox when i find the verification code input error.(catch code from mail success first time)

it seems that its failed about deleting readed mail.

i suggest: can you add a judge that stop the autopoe if input verification code error number >3

becuz i think it is dangerous ,none will input error code many times but bot.

Appreciate your hard work!

Share this post


Link to post
Share on other sites

question: every run bots restart status, so I always see only 1 run, can´t check runs/chickens/deaths...any help?

I changed it in the bot, when Alk will release a new version the status will no longer be reseted when the "Start" button is pressed.

 

can work in 1.1.2b,great work!

i cant run ebbot without your tool,so thanks!

blacksun7,i found a problem yesterday:

there are 25 unread mail in inbox when i find the verification code input error.(catch code from mail success first time)

it seems that its failed about deleting readed mail.

i suggest: can you add a judge that stop the autopoe if input verification code error number >3

becuz i think it is dangerous ,none will input error code many times but bot.

Appreciate your hard work!

Thank you for your idea, I liked it and added it to the script

 

New version out, v1.4

Share this post


Link to post
Share on other sites

 

Thank you for your idea, I liked it and added it to the script

 

New version out, v1.4

 

find the update 1hour ago when back home.

too nice!

Share this post


Link to post
Share on other sites

blacksun,i still found many mails in my mail inbox.

i used your default setting:

 

;    max_fail_login     -> How many times try to login (0 means disabled)
;    on_max_fail_login  -> 0: Disabled, 1 or bigger number: Wait this amount of seconds, -1 or lesser number: Shutdown computer

 

max_fail_login=0
on_max_fail_login=0

is it means : stop try to login if get failed code

 

and i want try 3times and wait 10s per try,so is it?

max_fail_login=3
on_max_fail_login=10

 

hope your help,tyvm!

Edited by liuliu

Share this post


Link to post
Share on other sites

blacksun,i still found many mails in my mail inbox.

i used your default setting:

 

;    max_fail_login     -> How many times try to login (0 means disabled)

;    on_max_fail_login  -> 0: Disabled, 1 or bigger number: Wait this amount of seconds, -1 or lesser number: Shutdown computer

 

max_fail_login=0

on_max_fail_login=0

is it means : stop try to login if get failed code

 

and i want try 3times and wait 10s per try,so is it?

max_fail_login=3

on_max_fail_login=10

 

hope your help,tyvm!

max_fail_login=0
on_max_fail_login=0
This means the script will try to login forever (will work same as before)
 
max_fail_login=3
on_max_fail_login=10
And yes, this means the script will try to login 3 times and wait 10 seconds after 3 fail times, then try to login 3 times again

Share this post


Link to post
Share on other sites

 

max_fail_login=0
on_max_fail_login=0
This means the script will try to login forever (will work same as before)
 
max_fail_login=3
on_max_fail_login=10
And yes, this means the script will try to login 3 times and wait 10 seconds after 3 fail times, then try to login 3 times again

 

oh,,i c,thanks!

 

max_fail_login=3
on_max_fail_login=0
does this mean the script will try to login 3 times again and again?
how do i realize that script stop work after 3 times login error?
hope your help!
Edited by liuliu

Share this post


Link to post
Share on other sites

 

oh,,i c,thanks!

 

max_fail_login=3
on_max_fail_login=0
does this mean the script will try to login 3 times again and again?
how do i realize that script stop work after 3 times login error?
hope your help!

 

I checked the code and it was full with bugs, even with syntax error, I don't know what was wrong with me, I pushed and update with more specific Readme.txt

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...