Jump to content
UBot Underground

Search the Community

Showing results for tags 'Script Error'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. I have added a value in UI text box, i have set the bot to add this value in a text field on a webpage everytime the webpage and the field is loaded, the bot does this right but after a couple loops it gives me the following error. http://i.imgur.com/GLmrbOX.png it doesn't give me any more details on the error, can anyone please tell me what does this error stands for?
  2. Hi Guys, Strange problem here, I have this code working perfectly fine in 1 bot which has no defines, I try and copy and paste the code or put it in a define and it throws up an error, even in a brand new bot. I am getting: Script Error: Input string was not in correct format. Script > set > $rand And the code which basically gets a random URL and its matching Keyword from a CSV. clear table(&Targets) create table from file("{$special folder("Application")}\\data\\targets.csv", &Targets) set(#RandomRow, $rand(0, $eval($subtract($table total rows(&Targets), 1))), "Glob
  3. I'm trying to read a variable from a list item: Set(#MyValue, $list item(%MyList, 0), "Global") The debugger shows that %MyList contains items but I get this error message: Script Error: invalid map <K,T> key Source: > > Set What am I doing wrong?
×
×
  • Create New...