Bot Status: Error ERR 1

Started by mthomas, April 04, 2015, 12:04:43 AM

Previous topic - Next topic

mthomas

Hello I'm not sure what this error mean, but if someone can point me to the right direction.

http://prntscr.com/6p7uag

Stefan1200

#1
What do you can see on the settings page?

Edit:
Ah, Error ERR 1 means, that your IP address has changed since your last login. I guess if you press F5 you will be logged out.

mthomas

When i press F5 nothing happen i cannot even start the bot. from the webpage, it require me to start from the telnet command. The bot running on a different server then the webpage can that be my issue?

Stefan1200

No, this error message is not from the bot. It is just the web interface!

ERR 1 is the error message from the ajax.php file, if the IP address check has failed. Please try to logout and login again. Does this help?

mthomas

nvm found the problem, it was session issue, see im hosting the bot page in a iframe, but I want to pass session across so user doesnt need to login. when they click on the tab. So I will have to go back to drawing page. or maybe setup the same session name ahead of time. instead of on your index page.

Stefan1200

Should work, but make sure that you set the same sessionName in the ajax.php and index.php.

mthomas

thank you for your quick response.