Jump to content
UBot Underground

Emanu2000

Members
  • Content Count

    43
  • Joined

  • Last visited

Posts posted by Emanu2000

  1.  

    I hear you guys. And I make whatever helps you the most.

    So the license decision I though was a good idea, didn't resonate with many of you. So...

     

    Update on EXB V2

     

    The license callback for PRO Edition compiled bots will be removed with next update.

     

    Keep in mind, that Ubot as well as EXB downloads components in the background

    on every new PC it is executed. So if you want it to be independant you have to supply them via an installer.

     

    I will fly back home from Orlando today and work on the update over the weekend. So early next week 

    I should have 1.4 / 1.41 and 2.003 ready with all the promised updates.

     

    Anything else (besides the price) your unhappy with, let me know. 

    Support, dan(ad)bot-factory.com, here, facebook group. I'm available.

     

    Cheers and wish you a nice day.

    Dan

     

     

    Hi Dan, everything is confusing, I need to update clients urgently, but I have the following problem ... I was forced to upgrade EXB 1.3.8 to 1.4 today the 28th, I received my license key by email, I used the command " Set License as you instructed, however when loading the portable chrome, it opens and closes the browser twice, and keeps the chromedriver245.exe processes open .... in the email you say to use chrome 71.x but here in the forum I saw you saying to use 79.x ... when in doubt I tried with both, but the behavior is the same above please help me, i'm with customers pressing for update, soon we will invest in version 2.0, however we need to migrate things calmly so as not to impact our business ... it was not a good idea for you to discontinue 1.3 without letting your customers test all changes before migrating the version

  2.  

    add this to your custom css:

     

    .modal{

      z-index: 10000000 !important;
    }

     

    Sorry Carl, but not work for me.....I solved the bug by creating all the modals again, copying the same component IDs from them so as not to break my code in ustrap, so they got back on top of the other components, but it gave me a lot of unnecessary work

  3. I'm having a serious problem with modals, I do not know why sometimes my modals start to appear behind the elements of the component view, even though I put them "bring foward" they are not left behind. Anyone have any clues to fix this? I have noticed this since ustrap version 2.2.4

  4. Suggestion: Language translator button/dropdown.

    When language is selected it will change all the visible text in the interface to selected language.

    You can use something like this https://translate.google.com/translate?hl=en&sl=auto&tl=zh-TW&u=http%3A%2F%2Fwww.fbmarketingautomation.com

     

    This will give our users language option.

    Nice suggestion! 

  5. Hello Carl, I made the last update 2.1.6 (although it was not announced)

     

    ... let's go to the results

     

    The "display component" command returned to normal operation

     

    Memory leak due to "Dynamic select" still persists

     

    A new problem appeared, I believe that because you are repairing the select component, it is now no longer dynamically updating the values of the variable list, besides the pre-select is also not working ...

     

    see the video below:

     


  6. This happens because since version 2.0.9 you can trigger a define when loading the UI html made in ustrap

     

    "" UI Loaded Define "option to Import / Export settings, here you can set a run to when the UI has finished loading."

     

    probably your UI is calling a define that does not exist in your .ubot code

     

    you just leave the field "UI loaded Event Define ():" blank this error will not appear

     

     

    n35cuOO.png

  7. Hi Carl, I'm sorry I only bring problems ... but I'm at full steam on a project and I can not stop now, what I found today is that the "display component" command of the Ustrap plugin stopped working after the last Ustrap update (2.1.5) ... without it my project is stopped.

     

    If you have how to send me the 2.1.0 and 2.1.3 versions in the meantime, I will thank you very much!

  8. Ubots UI browser.exe has a memory leak it kills any bot after a set amount of time depending on the size of your UI and the amount of images ect 

     

     

    I found if you use OS free memory command and set it on a loop to run every 60 sec while your bots running this keeps your UI stable by clearing the browsers.exe memory 

     

     

    i have had bot running for weeks like this 

     

    Also I am using a plugin that does the purge in memory every 10 seconds, it seems to me to work better with bots that have memory leak by scraping, with many sequential loops. In this case, bot leaks the memory simply stopped, just containing the ustrap interface in the Ui html panel, and containing the select component with the active dynamic attribute, and the more components there are, the faster the leak.

  9. Please see attached file for a tutorial, this file was used to test the memory leak. 

     

    The bot will load 300 items into 16 Select Components via the custom "Ui Loaded Event Define".

     

    Thanks!

     

    Hi Carl, can you tell me how you did the tests, was it just in Ubot X or in 5.9 or both? ... because here for me is still occurring memory leak in the same way, at the same speed .... I use ubot 5.9.55
     
    Tell me how you did your test? How long did it leave open? because in the beginning it tries to stabilize, it makes some returns in RAM, but then it starts to jump
  10.  

    Will get this added, you would have to either use a image from a server url or base 64 encode the image first as a data url. 

     

    I have requested this feature here: https://tracker.ubotstudio.com/issues/1262to load files from the local file system. 

     

    What you requested is already possible using the Custom HTML component. Use this HTML:

    <div variable="#image" fillwith="innerhtml"></div>
    

    And set your variable with the HTML: 

    set(#image,"<img src=\"yourimage\"/>","Global")
    

    If UBot updated there HTML Panel some more, so much more could be done. Simple things like changing attributes by variables. 

     

    For example, something like this would be nice, if it worked!

    <img src="" variable="#image" fillwith="src"/>
    

     

    Carl, you're a genius! thanks! ... is a tip for those who do not want to use an external URL, you can convert your image to base64 and insert directly into the variable as Carl suggested, it works perfectly!

×
×
  • Create New...