Jump to content
UBot Underground

Why is a simple navigate to variable failing?


Recommended Posts

ui stat monitor("stat"#Scrapped Node Add Link)
set(#Temporary Account Creation Url$url"Global")
run javascript("document.write(\"{#Temporary Account Creation Url}\");")
set(#Scrapped Node Add Link"{$page scrape("""/node")}/node/add""Global")
navigate(#Scrapped Node Add Link"Wait")

 

 

 

I am literally baffled as to why this is failing, it's causing me some serious frustration. Can anyone explain it?

Link to post
Share on other sites

I have but the current set up seems to work well, I'm just having an issue figure out why it's not working.

 

If you run the bot, you can clearly see that the variable is exactly correct, it just for whatever reason fails to make it to the page. Here's an example site you can use to test it yourselves.

 

http://determinedtodevelop.org/?q=node/193623

Link to post
Share on other sites

I appreciate it your help north_star, I've figured it out and I feel like a massive idiot atm. It took me a while to figure it out, but my stubborness and ability to continue to smash my face into the wall until I figured it out payed off.

 

When I was page scrapping I was getting the initial start of the html such as <header><body>http://domain.com/ , this is why it was causing an issue. I sincerely appreciate the help.

 

Tyler

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