Jump to content
UBot Underground

vinnyuk

Fellow UBotter
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by vinnyuk

  1. It failed for me on the first open, worked on the second. Try it a couple of times.
  2. Does anyone have ubot working today? I managed to open it earlier today, I just tried opening a second instance, so I can copy between bots and the second copy would not open. I remember someone talking about keeping a copy open in a virtual machine or something like this a couple of months ago. I might have to look into this.
  3. Usually its back up in 24 to 48 hours I seen this so many times in the last 10 years. I understand all your frustrations, I use it for work also, its a great tool, this is the only major downside with ubot.
  4. Was ok for me about 12 hours ago, I cannot login now.
  5. I am getting 502 errors again, anyone else? I have a second machine I run 5.9 on so I can use AutoMaxed, stop running in the last hour halfway through a job, will not reopen. Just seen the error on my main computer I run 6.8 on. Not sure if its because I have two copies running on two of my machines, but its been fine like this for years, maybe something has been changed?
  6. I've been using uBot for over 10 years, and even developed my own web scraper in Golang with a business partner, but to be honest, uBot remains my go-to for many tasks. They just need to fix the license server issue – I’m sure many of us would gladly pay for a subscription model to ensure reliable uptime. I spend quite a bit on software each month, but the reality is that only a small fraction of those tools provide the same level of value that uBot does.
  7. I've been using uBot for over 10 years, and even developed my own web scraper in Golang with a business partner, but to be honest, uBot remains my go-to for many tasks. They just need to fix the license server issue – I’m sure many of us would gladly pay for a subscription model to ensure reliable uptime. I spend quite a bit on software each month, but the reality is that only a small fraction of those tools provide the same level of value that uBot does.
  8. Still down! Some of you may already know this, but if you need to retrieve logic, regex, XPath, or other elements from your bots for urgent projects, you can access .ubot files by unzipping them. Simply open the archive, and you'll find the necessary files inside. I've used this method many times over the years, even with corrupted files.
  9. Moderators, Can you give us any insight into when the license server might be back up and running? I have some deadlines and I am a bit stuck without the bots I built.
  10. Ubot Team, It would be super helpful if you had an uptime page where we could check the status instead of attempting to log in. Ideally, something mobile-friendly! 😃 I don’t mind the downtime, I usually just switch to another task, but knowing when I can get back to coding would make things much easier
  11. Its been happening for years, it is mega frustrating. I noticed it twice in the last few days.
  12. I had the same problem. I no longer have the Enterprise edition of uBot, so I decided to just connect using a batch script and uBot. The same error message kept turning up. I decided to search the forum to see who else had similar problems. Just bought the OpenAi plugin, but it does not work.
  13. Can you tell me if this is working with Linkedin?
  14. Can anyone tell me what version of portable Chrome they are using with Exbrowser. Also, how do I open portable Chrome? Is it with the specific binary location? When I try to open Exbrowser at the moment it just crashes uBot. Windows 10 uBot 5.9.55 Its been a while since I had to use EXB... I need this out asap. Thankyou for your support.
  15. Can anyone tell me what version of portable Chrome they are using with Exbrowser. Also, how do I open portable Chrome? Is it with the specific binary location? When I try to open Exbrowser at the moment it just crashes uBot. Windows 10 uBot 5.9.55 Its been a while since I had to use EXB... I need this out asap. Thankyou for your support.
  16. Hi, I have just received this alert when trying to login, "Your account is not currently active" I use the pro edition and have used it at least twice a week for nearly ten years! Is anyone else experiencing this problem?
  17. For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot Here is how I solved it... Installed https://gitforwindows.org/ Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell Did the posts via command line like this... CD C:\Program Files\Git\mingw64\bin\ curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if
  18. Thanks TJ I am waiting a reply from the Exbrowser FB group, But is this a plugin? heropas https post options and do you have a link to any information on this? I did a search but could not find anything
  19. Hey Ubot Forum Can anyone give me an example of how I would use the instructions below with Aymen's HTTP post (Or Exbrowser) You can use curl -X POSThttps://api.fullcontact.com/v3/person.enrich \-H "Authorization: Bearer {Your API Key}" \-d '{"email":"bart@fullcontact.com","twitter":"@bartlorang","fullName":"Bart Lorang"}' Any advice would be much appreciated
  20. Hi Ubot Forum Does anyone have any experience with using Ubot with Google Big Query? I would like to be able to use my bot directly, just like how you can with the database commands plugin with MySQL. Currently I use an API which connects to BigQuery but sometimes the service goes down, so it is not reliable enough for production. If anyone has any example code on how they connected with the Google API or even BigQuery and they are willing to share it so I can learn from it that would be much appreciated. Basically it is this Oauth stuff I find complicated and am struggling to get my
  21. This can be ignored, I was provided with a new download page link
  22. Hi Ubot Forum Could someone please upload a copy of Aymens Free plugin LocalDictionary.dll to download from somewhere please. I bought some source code from HelloInsominia http://network.ubotstudio.com/forum/index.php/topic/17344-sell-website-crawler-crawl-websites-and-extract-that-succulent-data/ and it requires LocalDictionary.dll The reason why I am asking the forums is because it appears Aymen no longer hosts his plugins on his site. Many thanks Vinny
  23. Hi Ubot Forum Does anyone know a quick fix for this issue? I have a csv file where some of the content is separated with commas So when using the import table from file function some of the data ends up in the wrong columns Does anyone know of a quick fix for issues like this?
×
×
  • Create New...