Jump to content
UBot Underground

Unable To Run Bot Second Time As It Freezes


Recommended Posts

hello freinds

 

for some reason i am unable to run the bot a second time. it just doesn't navigate to where it's suppose to. but if i close the app and restart fresh it does it's thing.

 

i tried compiling it for no joy

i added clear cookies, and close page hoping that might help but it's still the same.

 

am i missing something obvious.

 

thnx

Link to post
Share on other sites

The only thing you can do after your bot Freezes.
It was closed and reopen.
Everyone you come across this problem often is not the only one.

Link to post
Share on other sites

Cyrax, it sounds like you likely have various data stored after final execution that is not being cleared when you start the next run.

 

It happens to all of us at times - Create yourself a define called "clear all" and in that define clear all lists, variables, tables. Then put that define at the very beginning or very end of your script.

 

This will cause everything to fully clear itself back to "fresh run" status immediately before or after each run.

 

That should clear this up for you.

  • Like 1
Link to post
Share on other sites

Cyrax, it sounds like you likely have various data stored after final execution that is not being cleared when you start the next run.

 

It happens to all of us at times - Create yourself a define called "clear all" and in that define clear all lists, variables, tables. Then put that define at the very beginning or very end of your script.

 

This will cause everything to fully clear itself back to "fresh run" status immediately before or after each run.

 

That should clear this up for you.

 

There is a command that is called "clear all data" that will clear everything (variables, lists, tables) for you :)

  • Like 1
Link to post
Share on other sites

HelloInsomnia - I really never use the "clear all" command because I usually have several things in "On Load" that I need to remain in place as well as standard user input (keywords, login credentials and that sort of thing) which is why i always build my own 'clear' define. This allows me to clear all that needs cleared while leaving in place certain key items.

Link to post
Share on other sites

HelloInsomnia - I really never use the "clear all" command because I usually have several things in "On Load" that I need to remain in place as well as standard user input (keywords, login credentials and that sort of thing) which is why i always build my own 'clear' define. This allows me to clear all that needs cleared while leaving in place certain key items.

 

Makes sense, it's only useful in certain situations :)

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