Jump to content
UBot Underground

jason

ADMIN
  • Content Count

    590
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by jason

  1. Still the issue has not been fixed by the ubot team. Do any of you guys have any solution for this?

     

    Maybe what was the working ubot version which compiled properly. I want to compile one of my clients bot and still cant do it.

     

    Thanks!!

     

    We do not have enough information to solve this issue for you, as it has not been reported elsewhere that compiled bots are not loading, and your ticket only stated the information that you stated above.

     

    We have not been able to reproduce this specific problem. Could you please refer to the ticket and ensure that your users are giving enough time to download the required support files, and be sure to try it on another machine if possible. Please let us know what your results are at support. Thanks! 

  2. Started with a different automation tool but interested in UBot Studio?

     

    This UBot-veteran-developed training is for you! Questions answered, such as:

     

     
    "Is UBot Studio less efficient because it’s "linear"?"
     
    (Absolutely not. UBot Studio scripts operate like trees, whereas some competitors’ scripts operate more like mind maps. For more information, check out the tutorial series on switching over.)
     
    Along with step-by-step training to start using UBot Studio immediately, and put to use what you already know!

     

    More information coming soon.

  3. Hey there,

     

    Google is going to warn you of a "not newest version' any time you aren't running the very latest version of chrome, but because chrome gets updated so often, this is very unlikely. 

     

    You can ignore this warning. 

     

    UBot Studio comes with two built-in browsers - Chrome 21 and (the latest current version, as of this writing) Chrome 49. 

     

    Chrome is currently on version 54. 

     

    For more information, see the following resources:

     

    http://network.ubotstudio.com/forum/index.php/topic/18734-sure-youre-using-stealth-but-are-you-using-the-new-browser

    https://en.wikipedia.org/wiki/Google_Chrome_version_history


    Also - what website isn't rendering properly? It's unlikely this is due to the version of Chrome being a few months old. 

  4. Sometimes, releasing a new version of UBot Studio causes a big rush of folks to download the software. If you are trying to connect to the license server at the same time, there can very occasionally be connection issues. This would only affect someone who happens to be opening their software in this window, and it should be resolved within 10-15 minutes. 

     

    Due to multiple updates in the past few weeks, it looks like a few customers experienced this. Please know that we strive for 99% uptime but sometimes our excited customers do overwhelm us ! 

  5.  

    I'm use last version only for coding. I do not like the latest version, this version not stable.
    Type text not correctly working (not create event, in last version this function use change attribute, not type text!), if i'm use multithread and use http post/get plugin, and use popup for recognize captcha by hand - my bot freezing. Earlier versions 5 were so terrible that I do not want to talk about it. Now everything is better, but a lot of critical errors.
     
    I once writed about bugs, but they fixed a year later. I lost hope and now write a lot of code in C#, C++.
     
    But ubot definitely the best that I've ever seen. But just because it did not know of other similar solutions. But in any case, I am satisfied Ubot.
    Version 4 - best :), i'm recommend this version.

     

    Sorry for my bad english  :wub: .

     

     

    Misha,

    Thanks for mentioning this issue. Please keep in mind that Stealth includes both Chrome 21, and Chrome 39, for maximum compatibility with your scripts. This type text issue does not affect Chrome 21, so you can have many of the benefits of Stealth while still using this command. 

     

    I'll make sure we prioritize the type text issue if possible as well!

     

     

    Jason

  6. We have requested that Pash create a new plugin for these additional features, as adding this many new commands to a plugin that already contains 60 commands is against the API policy of keeping plugins lightweight and clearly delineated. If Pash is interested in offering this new plugin to the previous license-holders, that is up to him.

  7. Hey all! I just bought uBot yesterday and I've been playing around trying to learn stuff. I watched several videos and I'm practicing basic browser stuff.

     

    My question is: How do I make a nice UI instead of the basic UI area? Is there a kit that I can buy? I don't think I'm ready for it yet but I can see myself wanting to make things look nicer.

     

    Thanks!

     

    I attached my IFTTT account maker. I just figured out how to make the bot save a file so I need to add it later. This one just displays the email and password for the user to copy.

     

    Edit: uBot seems to be freezing up on me when I run a script. Are there any known things that cause the app to freeze up? I click run, the bot navigates, enters text from user input variables, clicks 4x on one page and then for some reason it navigates to google and freezes (I'm not telling it to navigate to Google until the end after is checks email and confirms the account it's trying to create). I'm not asking for help with the bot here, I'm just asking if there's any known commands that can trigger uBot to freeze up. Thanks!

     

    Really glad to hear it's going so well for you! You can upgrade to Dev Edition for additional styling and UI features, built right into the software:

     

    http://wiki.ubotstudio.com/wiki/Compiling_in_the_Developer_Edition

  8. Browser 39 is crashing for me everytime after I run a bot. These are basic bots. After a minute or so the Ubot is non responsive and I have shut down via Task Manager. I check in Task Manager and see multiple CefSharp.BrowserSubprocess 32 processes. Is the 32 indicating 32bit? I am using 64 bit machine. Most machine out there are now 64 bit which is proven to make better use of memory amongst others things. When I switch back to Browser 21 and restart, no freezing observed.

     

     

    Respectfully, perhaps more testing before/after the release would "allow you" to look into these issue.

     

    That's how I take responsibility and fix the issues my customers find, but can't/don't have the time to pinpoint for me. After all they were nice enough to take the time to inform me before firing me.

     

    If something is crashing consistently, after startup, the problem is *not* the vanilla UBot installation. With thousands of customers using the software, there is no way we could release a version that did this. We do complete considerable testing, and if you are experiencing errors that actually keep you from doing anything with the software, then the issue is something you will want to discuss with our support staff so we can see what is wrong in your specific configuration. 

  9. Can you describe the difference between what you want to search and what is displayed on the page?

     

    UBot IS searching through the source. So for example, if you are looking for a phrase like: "this word is bold" you're probably going to look for "this word is bold"

     

    Because the HTML contains and UBot is not searching for what you see, it is searching for the HTML that displays what you see.

  10. Sorry to hear there was an issue and you lost your data! That can be frustrating. Been there, for sure.

     

    As far as scraping best practices - 

     

    Why grow the table inside your bot's memory to 28k x 8 before saving?  Why not save the data to your hard drive for 3+ hours?

     

    1) We recommend saving much more frequently. This is true whether using UBot or Microsoft Word. Build saving into your script, at least as a safeguard. 

     

    2) Growing the memory inside UBot like this is not the best way to use the software. You wouldn't use photoshop for 3 hours without saving, and likewise we don't recommend doing that with UBot. Clearing your data after saving it to the hard drive is a good way to keep things clean and functioning.

     

     

    Hope this helps!

×
×
  • Create New...