hreyvirtue Posted February 2, 2019 Share Posted February 2, 2019 Sorry for obnoxious title, but title says all Is there anyway to make either the client or script hit continue? Just to clarify: http://prntscr.com/mfu81d Thanks! Quote Link to comment Share on other sites More sharing options...
Explv Posted February 2, 2019 Share Posted February 2, 2019 19 minutes ago, hreyvirtue said: Sorry for obnoxious title, but title says all Is there anyway to make either the client or script hit continue? Just to clarify: http://prntscr.com/mfu81d Thanks! If the default OSBot login handler isn't clicking it, then use a custom login handler, and click the button yourself:https://osbot.org/forum/topic/109560-a-simple-login-handler/ 1 1 Quote Link to comment Share on other sites More sharing options...
hreyvirtue Posted February 3, 2019 Author Share Posted February 3, 2019 (edited) 14 hours ago, Explv said: If the default OSBot login handler isn't clicking it, then use a custom login handler, and click the button yourself:https://osbot.org/forum/topic/109560-a-simple-login-handler/ Whenever I tried adding it to onStart/onLoop, I get an error about username/password not being static, how do I fix this? (Making them static makes me remove final, making me have to initialize them to null, giving a NullPointerException) Thanks code: http://prntscr.com/mg0k4k (somehow got this error to go away) But now it's still giving a nullpointerexception the full error: [ERROR][Bot #1][02/03 09:11:39 AM]: Error executing event : org.osbot.rs07.input.keyboard.TypeStringEvent@2eaf52f3 java.lang.NullPointerException at org.osbot.rs07.input.keyboard.TypeStringEvent.execute(lh:84) at org.osbot.rs07.event.EventExecutor$2.run(sk:136) at org.osbot.rs07.event.EventExecutor.execute(sk:69) at org.osbot.rs07.script.MethodProvider.execute(ue:402) at org.osbot.rs07.api.Keyboard.typeString(fg:162) at org.osbot.rs07.api.Keyboard.typeString(fg:89) at LoginEvent.enterUserDetails(LoginEvent.java:92) at LoginEvent.login(LoginEvent.java:75) at LoginEvent.execute(LoginEvent.java:38) at org.osbot.rs07.event.EventExecutor$2.run(sk:136) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) and code: http://prntscr.com/mg0ur4 Edited February 3, 2019 by hreyvirtue Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.