Jump to content
UBot Underground

Multi-Thread Bot Crashing (Not Using Browser)


Recommended Posts

I have a multi threaded bot i just made that is pretty straight forward... 

 

problem is... its crashing... as in... the bot will run... for a bit and then simply close itself? does the same in ubotstudio.. ill leave it running and i come back to it not even being open anymore.

previously i solved this by not using load html. my bots all use http post plugin. 

 

Well this bot.... im not using load html or anything at all... why is it crashing like that? ubot sucks. sucks sucks sucks. 

 

doesnt matter if i use 3 threads or 20 threads. it just closes itself. at least give us a damn error log or something so we can POSSIBLY see what wrong? 

  • Like 1
Link to post
Share on other sites

Are you adding

 

plugin command("HTTP post.dll", "http clear headers")
plugin command("HTTP post.dll", "http clear objects")

 

To the end of your threads? as discussed here http://www.ubotstudio.com/forum/index.php?/topic/17713-http-post-reduce-memory-consumption-greatly-with-one-node/
 

Link to post
Share on other sites

so no one elses bot's just close out of nowhere on them? really im the only one with this problem? 

No, you are not alone.. But.. there is nothing you can do about it. It has probably to do with threading and plugin usage. 

So open a support case.. Oh well.. Do you use plugins? Smarthread and/or http plugin?. Then... they don't support that :-)

 

So honestly.. not much you can do. I removed threading from most of my bots. It's just not working reliable enough. At least not in the high scale scenarios I was using it for. 

 

Dan

Link to post
Share on other sites

I am using http post plugin. 

 

right now im in the process of coding it so it uses no plugins to see if maybe one of the plugins is causing the issue. I think it may be local dictionary. 

 

 

**update** 

 

actually im 90% sure it is local dictionary. 

Link to post
Share on other sites

yup its 100% local dictionary. i removed it and now its not crashing. when i run it in ubot studio sometimes itll give me the error that dictionary doesnt exist... when it should and then right after crashes. 

Link to post
Share on other sites

Yes. Http plugin works fine with V5. But not so sure about local variables.

But as an alternative to local dict, you should take a log at large data plugin:
http://www.ubotstudio.com/forum/index.php?/topic/16308-free-plugin-large-data/

 

Dan

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