Jump to content
UBot Underground

Ubot Error : Cannot Deserialize The Current Json...


Recommended Posts

Did you notice your browser is crashing?

 

Try to Open every new link from your List into new browser

(I assume whatever you are scraping you first Scrape URL-s to collect all URL-s from some page and then 

you probably navigate to every page using $list item or $next list item

 

So in your Loop set it up so every time Script navigates to the URL from $list item

 

so here is the idea behind it

 

set #list position = 0

loop {

     Open new browser

     Scrape data

     close new browser

     increment #list position

}

 

This way your Browser will always be Fresh and Your script wont crash i am using the same logic with my Software and it works Flawlessly for my purposes,i just thought if this was a Browser issue maybe you could try it.

 

Best Regards!

Thanks!!! This logic worked perfectly. No more 'error converting value' for 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...