Jump to content

One of my private script suddenly won't load today


Recommended Posts

Posted (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 by Pegasus
Posted
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.

  • Like 1
Posted (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:doge:

The script grab data off a website before onStart()

The website has error today.

Edited by Pegasus
  • Like 1
  • Heart 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...