Jump to content
UBot Underground

Difference In Scrape Output Between Un-Compiled And Complied.


Recommended Posts

I am somewhat lost at why there is such a difference in output between running my script in Ubot and compiling it. I am using the HTML parser function from Aymen's post plugin. It runs perfect in Ubot studio but when I run the exe it misses a lot of fields. Does any one have any insight in why it's not running exactly the same. I am scraping linkedin and for example this code gives a blank most of the time in the exe. The annoying part is that it's not the same every time. Some time it will pick it up and leave another field blank while in the dev environment it picks everything up. 

$replace($replace($plugin function("HTTP post.dll", "$html parser", #linkedin profile, "tr", "data-section", "currentPositions", "InnerText"),$new line," "),"Current","")

Thanks

Link to post
Share on other sites

I would save the output of this variable: #linkedin profile

 

in your compiled bot make it save that to a text file so that you can see the input those functions have.

 

It could be a number of things though, are you using the Ubot browser or HTTP Post to get the data for that #linkedin profile variable?

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