Jump to content
UBot Underground

Bot not working on a different machine


Recommended Posts

Hi Folks

this is my first post on the forum and I hope, u gonna help me find a clue :)

I have created a bot to login and post on stumbleupon.com, The issue is that it works on one of my machines but it doesn't work on another.

The exact issue faced is that ubot when running isn't able to enter the login details, they are kept empty, Is there any hint on this ?

Here is part of the code :

clear cookies
    navigate("http://www.stumbleupon.com", "Wait")
    wait for browser event("Everything Loaded", "")
    wait(3)
    click($element offset(<login link>, 1), "Left Click", "No")
    wait for browser event("Everything Loaded", "")
    wait(4)
    type text(<username field>, #stumbleuponuser, "Standard")
    wait(3)
    type text(<password field>, #stumbleuponpass, "Standard")
    wait(4)
    click(<login button>, "Left Click", "No")

Thanks!

 

Bot coded with windows 7 Home premium - IE 10

The bug is encountered with Windows 8 - IE 10

Link to post
Share on other sites

If you get the same HTML from Stumble on 1st and 2nd computer (to exclude the problem of page changing), then I think it could be something with Windows 8.

Link to post
Share on other sites

It is most likely a Windows 8 compatibility issue... you can try changing the compatibility settings for the program to Windows 7 and see if that helps...

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