Jump to content
UBot Underground

Is There A Problem With $Get All Cookies When Using A Proxy?


Recommended Posts

When I run the code below it throws an error every time, "Object reference not set to an instance of an object."

change proxy("ip:port redacted")
navigate("http://msn.com","Wait")
set(#cookies,$get all cookies,"Global")

Could this be a problem with my proxy provider or do I need to do something different in ubot?

 

edit: I'm using microleaves.com as my proxy provider, the backconnect residential package

Link to post
Share on other sites

I get that error as well but it went away when I put a wait time. I would make sure the page fully loads, try this:

change proxy("")
navigate("http://msn.com","Wait")
wait for element(<id="foot">,"","Appear")
wait(2)
set(#cookies,$get all cookies,"Global")
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...