Jump to content
UBot Underground

Getting Errors Which Is Killing My Bot


Recommended Posts

Can anyone decrypt this and tell me what it means?  I'm getting this error and struggling to find a way to fix it.

[2016-02-06T15:12:41.902]Processing Command: execute_javascript_with_result  0 try { if(typeof uscript !== 'undefined') { ubot.storeResult(uscript.stringify(eval(">"))); } else { ubot.storeResult("uscript_error"); } } catch(e) { ubot.log('UBot Error: ' + e.message + '(' + e.lineNumber + ')'); ubot.storeResult("uscript_error"); }
[2016-02-06T15:12:41.907]Evaluating external javascript
[2016-02-06T15:12:41.914]BoundObject: Log: UBot Error: Unexpected token >(undefined)
[2016-02-06T15:12:41.921]BoundObject: StoreResult: uscript_error

Thanks in advance for your wisdom!

 

Peace,

LJ

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...