Jump to content
UBot Underground

Keep Getting This Error


Recommended Posts

The thing i want to know is does it tell you a line number as to where the error is?

 

This how I debug stuff...

 

 

STATUS("Scraping something here...")
define STATUS(#MESSAGE TEXT) {
    set(#C_UI_status,#MESSAGE TEXT,"Global")
}
ui stat monitor("Status: {#C_UI_status}","")

When you get an error you will see the last place it hit the command so, place wisely. :)

 

Regards,

CD

  • Like 1
Link to post
Share on other sites

It wasnt working right when I compiled it.  Didnt get the error because I dont think ubot will show you an error when it is compiled but I know it wasnt working right.  So what I did was I went from 1 core and 4gbs of ram on my virtual box to 4 cores and 4gbs of ram and everything is working perfect now.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...