Pegasus Posted June 18, 2018 Share Posted June 18, 2018 (edited) One of script suddenly won't load today. All other scripts I use are working. However one of my private script I use everyday won't load at all today. Nothing is printed in debugger after I click start in the osbot script selector. I tried old verison, different client. It don't login at all too. Edited June 18, 2018 by Pegasus Quote Link to comment Share on other sites More sharing options...
DeadPk3r Posted June 18, 2018 Share Posted June 18, 2018 Well is this a script you made or another?, if someone else made the script ask them too take a quick look at it but if you made it then just go over your script and check that its all in order and make sure your using the latest osbot jar for it. Quote Link to comment Share on other sites More sharing options...
Team Cape Posted June 18, 2018 Share Posted June 18, 2018 47 minutes ago, Pegasus said: One of script suddenly won't load today. All other scripts I use are working. However one of my private script I use everyday won't load at all today. Nothing is printed in debugger after I click start in the osbot script selector. I tried old verison, different client. It don't login at all too. If it's yours, Check that you're not making any references to Script or MethodProvider before onStart(), e.g. in your initialized variables. Check that you have a ScriptManifest and a class extending Script. If it's not, then contact the scripter. 1 Quote Link to comment Share on other sites More sharing options...
Pegasus Posted June 18, 2018 Author Share Posted June 18, 2018 (edited) I run the script everyday and I didn't change any code in these few days. It works yesterday too. I tried all old version of the script , all of them not load at all too. Edited June 18, 2018 by Pegasus Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted June 18, 2018 Share Posted June 18, 2018 Does it grab any data or information off a website? 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted June 18, 2018 Share Posted June 18, 2018 Jagex hasnt done an update in 4 days so should be working unless you do something externally that broke. Quote Link to comment Share on other sites More sharing options...
Pegasus Posted June 18, 2018 Author Share Posted June 18, 2018 (edited) 5 hours ago, ProjectPact said: Does it grab any data or information off a website? 8 hours ago, Team Cape said: If it's yours, Check that you're not making any references to Script or MethodProvider before onStart(), e.g. in your initialized variables. Check that you have a ScriptManifest and a class extending Script. If it's not, then contact the scripter. These two combine is the answer. thanks The script grab data off a website before onStart() The website has error today. Edited June 18, 2018 by Pegasus 1 1 Quote Link to comment Share on other sites More sharing options...