Jump to content
UBot Underground

zenos

Members
  • Content Count

    283
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zenos

  1. Hello all, I feel like I'm desesperate.

    There is no  way to navitage to Twitter.com  even changing user agent, testing ubot 6 or 4, the only way is to use chrome 67 (in ubot settings) but impossible to make work my bot with that chrome version, do you have an idea, something that could save me and all my customers ?

     

    I also tried without any plugins on ubot; and tried old versions of my bot (really old ones too) without any success.

     

    Error code is : 

    Something went wrong while displaying this webpage.

    A connection was reset.

    CONNECTION_RESET: -101

     

     

    I would really appreciate any kind of help, thanks :)

  2. Hey guys,

    do you also have problems when compiling bots since the last update 5.9.55 ?

     

    I'm using windows seven, last ubot 5 version 5.9.55, without any plugins and the bot cannot open. All of my bots have the same issue when I compile them.

    Here is the bot i made for test, the one you can see on the screen. I've attached the .ubot.

    ui button("go google") {
        go()
    }
    define go {
        navigate("google.com","Wait")
        wait for browser event("Everything Loaded","")
        type text(<name="q">,"ubot forum","Standard")
        click(<name="btnK">,"Left Click","No")
    }
    
    

    post-7178-0-68572300-1509463119_thumb.png

    test.ubot

  3. After lot of tests, I can now connect to twitter and click on every buttons if I delete the "on load" function of ubot, using ubot 5 with chrome 49 (not in ubot 4).

     

    If I have the "on load" on another tab, it crash and I cannot click or connect to twitter.com. Even if the "on load" is empty...

     

    So , I'm gonna try this and will let you know > http://network.ubotstudio.com/forum/index.php/topic/10747-get-onload-feature/

  4. I have had quite a few users reporting WebDriver errors over the last month or so. I had never seen this error before until recently. Is it caused by the ChromeDriver? Attached is what the error looks like, I would just really like to know what it is so I know what to say when customers email me about the error. 

     

    Here is the error image http://imgur.com/a/xjBWb

    I got customers with same errors...

  5. Wow, this plugin changed my life... really

    • no more browser crashes !
    • The best support that I have ever had, really, Dan is really a good guy, I love him ! He saved my life today spending hours to find and fix my problem. I was not using the correct xpath... my fault, but he worked to find it, for free...
    • Using chrome is really good, for example you can create and use chrome profile with just a little option, really easy. So you can use cookies really fast. Your customers don't have to create profiles, exbrowser do it for you.
    • Xpath seems to be hard to understand the first time you use it, but it is not ! you will understand it fast, and make your bots more effective !

    thanks again for this great plugin, and the amazing support ;)

     

    If you don't have this plugin you are loosing time guys ! Buy it NOW you won't regret I promess !

  6. impossible for me to use ubot browser, the only things that work is going to mobile.twitter.com , wait 30 seconds (yes 30) and connect.... If I wait less it doens't connect.

    It could be less, but for low internet connections like me, 30 is the right solution... This is not really good, so I'm starting to make all my bot working with exbrowser.

     

    Yes, they did.  But is it working now for you?  Are you still using ubot browser?

×
×
  • Create New...