Jump to content
UBot Underground

Seth Turin

ADMIN
  • Content Count

    1185
  • Joined

  • Last visited

  • Days Won

    50

Posts posted by Seth Turin

  1. 8 hours ago, skyliner said:

    @Seth Turin

    Can't we roll out a temporary software updates where it will bypass the licensing so we can login and compile bots for a few days or a week?

    Then everyone can get back to work while you update and rebuild the server.

    If we can't get it up in the next day or two, I'll be looking into this. It's not super easy, because the server does a lot more than just check licenses, but I understand the urgency, so my priority is just getting something working for you guys. 

    I know this sucks. I'm doing everything I can to get it working again. 

    • Thanks 1
  2. This isn't actually a server issue, and I'm not sure how to reproduce the error on my end, but I can provide some information that might help determine the cause of the error.

    UBot Studio controls the external browser using selenium. Selenium uses a locally hosted http server to communicate with the controlled chrome window. 

    For some reason or another, selenium is timing out when it tries to communicate with chrome via its locally hosted http server.

    One thing you can try is turning off all your plugins, and seeing if the error goes away. If it does, you can try to narrow it down to a particular plugin causing the issue.

    If that doesn't help, then, from a clean UBot with no plugins, let me know step by step how to reproduce this error on my end, so I can investigate the issue deeper.

    Thanks!

     

  3. Hi

    If there are errors occurring when you run UBot Studio without plugins, it's our top priority to get on top of it and get it working again.

    We don't have access to the source code of the plugins and we can't debug them. It's possible that plugins will contain errors, and this is what it sounds like is happening in your case. When this happens, the best thing to do is contact the developer of the plugin.

    We want to help, but we didn't create the plugins, so there's no way for us to fix the errors that they raise.

     

     

  4. On 6/5/2023 at 5:57 AM, UPPER said:

    I was trying to login to multiple Google accounts at the same time.

    I am also tying to complile a simple bot but I keep getting multiple errors about "Error opening file for writing"

    I aatached the 1st error screenshot but there are plenty other that popup right after this one.

     

    Can anyone help?

     

    vfsscrns.png

    Can you explain more about what you're doing? From the screenshot, it looks like you're installing files, and it can't overwrite files that are already there, probably because they're in use.

  5. On 6/5/2023 at 2:05 AM, n311 said:

    wow This is good Seth, thanks

    But I tried it on the search.google.comhttps://search.google.com/search-console , i cannot run the browser command like click, type text or others. It seems google block it. Because I tried with other page, it works. Is they any solution?

     

    And btw, why the ubot saying like below when i opened the compiled exe file using installed-chrome? it kept like this forever

    UBot Studio is Loading…

    Relax for a moment while we set things up.

     

    The new browser is a major departure from the previous browser, and we're still working through all the idiosyncrasies involved with website compatibility etc. We're still looking for a solution for the google blocks.

    If the chrome browser is sticking, it's probably because it's fighting with other open chrome browsers. This can happen, for instance, if UBot Studio doesn't shut down properly. Here's a tool that will clean up rogue processes:

    https://ubotstudio.com/files/ubot_cleaner.exe

    Choosing the option to clean up chrome processes will fix the problem you're seeing, but note that it will close ALL chrome processes. 

  6. How to Switch to the Installed Chrome Browser

    Switching to the Installed Chrome browser is easy:

    1. From the main screen in UBot Studio, click the Tools menu, and select Options.
    2. Under General Options, click the drop-down labeled “Browser.”
    3. Select “Installed Chrome.”
    4. Click OK.
    5. Restart UBot Studio.
  7. Hi

    Regarding the stability of the latest version - I'm not aware of any major stability issues, and if you face any when using it, let me know and I'll get them fixed ASAP.

    Enterprise Edition works on a subscription basis. The license you have now is valid forever, so even if you cancel your Enterprise subscription at some point, you'll still have access to all the Developer features.

    Hope this helps

  8. I spent some time looking into this, and sadly, there's no simple fix for it. In fact, fixing it might take a major overhaul project. I'm going to further evaluate how widespread the issue is, but for the time being, we're gonna have to take the L, and say that the bard website isn't compatible with UBot.

    However, implementing the API might be pretty straightforward, if there's interest in it.

    • Like 1
  9. This isn't an error that we're seeing over here, so we're going to have to guess and check a little.

    What I'd like you to do is open a command line (type cmd from the start menu) and past the following:

    Quote

    "%appdata%\UBot Studio\python\scripts\pip.exe" install urllib3==1.26.6

    Close and reopen UBot Studio and try it again.

    Let me know if this works, so we can use this for other people who have the same issue.

    • Like 2
×
×
  • Create New...