Jump to content

d0zza

Scripter II
  • Posts

    780
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by d0zza

  1. Your check in getState() does not matter if it is not being run, like I said above. For web walking read through this guide by Team Cape Otherwise add !getClient().isLoggedIn() as a break condition to your conditional sleeps and wherever else you feel necessary.
  2. Some functions like walking wait till they're finished being executed before letting the rest of your code run again, what's probably happening is that you get logged out during an operation like this and so your login handler never gets to start running again. Add break conditions to your code for when the client isn't logged in.
  3. Make sure you have a SOCKS5 proxy as they're the only ones that work with osbot. If you do make sure you use port 1080.
  4. You have a null pointer exception somewhere in your code. Have the logger open before you start the script and you should be able to see which line in your code is causing the problem.
  5. Buy your own private proxy.
  6. If the login handler fails at logging back in the script will automatically stop, sometimes it fails to stop the script which is why you see that the script is still 'running'. There are a few reasons why the login handler failed: 1. Your account is banned. 2. You lost connection/servers are down. 3. The login info is wrong. 4. Too many connections from your ip. Check the logger, it usually has the reason why it wasn't able to log you back in.
  7. Just click widgets in the osbot debug settings and you'll be able to find the right one
×
×
  • Create New...