Connect function seems to misspell account/password
The connect function like randomly throws 'incorrect acc/pass provided to connect function' errors. I know the provided ones were correct, as function looks like this
function relogTo(login, password, character)
logDebug('in relogTo function', character, 'with pass:', login, password)
setsetting('Persistent/Scripts/reconnect/Enabled', 'no')
disconnect()
while not $connected do
connect(login:lower(), password, character) wait(1000, 1200)
end
setsetting('Persistent/Scripts/reconnect/Enabled', 'yes')
logDebug('relogTo function ends', character)
end
and what happens is it throws few errors, like 1-4, possibly more and then succeeding to log in which all happens within one call of relogTo. The password is correct apparently because it does log in eventually, besides, I log these credentials, and then I checked them, they were correct.
This all happens when multiple clients with bots are running. What from some observations before could be causing it, is holding shift what interfers other bots (I don't know how would it be possible) but it looked like it, or well anything else. I suggest to make sure the bot tests correctly what it types in before hitting that enter, or give an option to simulate pasting the paste the password from clipboard (which would have to be somehow isolated).
Why this problem actually hurts is, that it eventually gives the user IP block (so don't say it's irrelevant)
here is how it looks like http://i.imgur.com/dUbUTkU.png @Lucas Terra
03-08-2015, 04:16 PM
Gaxeo
After more than one day being nice - where is the fuckin answer or any comment in this thread for the fucks sake ?!
I can't bot for more than two hours with this shit, I did format PC and it didn't help.
@SuNe, @Raphael, @Leonardo, @Lucas Terra @ozzix, @Imba.
03-08-2015, 04:22 PM
ozzix
I cant rly help you and the mass-tagging will hardly do you any good
03-08-2015, 04:43 PM
Gaxeo
Quote:
Originally Posted by ozzix
I cant rly help you and the mass-tagging will hardly do you any good
I need to try anything... Maybe some one will answer.
0fc you can help, just pm to lucas or write smth on yours windbot's skype chat.
03-08-2015, 05:08 PM
Raphael
Here is your answer: enjoy your week vacation.
And don't come with another account, or I'll ban both permanently.
Oh, and don't try and contact me on Skype, I won't accept it.
03-08-2015, 08:09 PM
Wobbuffet
So, is anyone else experiencing this? Or is there any news? @Raphael @Leonardo
03-08-2015, 08:26 PM
Raphael
Quote:
Originally Posted by Wobbuffet
So, is anyone else experiencing this? Or is there any news? @Raphael @Leonardo
AFAIK, Lucas is working on something to fix all reconnecting issues at the moment.
Stay tuned.
03-08-2015, 08:32 PM
Wobbuffet
Quote:
Originally Posted by Raphael
AFAIK, Lucas is working on something to fix all reconnecting issues at the moment.
Stay tuned.
I have h0pe it wi11 be fixed bef0re christmas 2017 @Raphael
03-09-2015, 10:09 AM
dawacwindbota
Sometimes bot gets stucked and I have : 'Incorrect account or password provided to connect function.' After manual login and logout it's starting to work.