Jump to content
UBot Underground

stever

Fellow UBotter
  • Content Count

    115
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by stever

  1. Well tried all that - nothing worked, so I decided to uninstall Ubot, download a fresh package and start again. All good except the licence server is down so I can't start the program. And I can't send a support request email. Jeez, this is so frustrating - what a shambles. (I've no idea why anyone would trust Seth and his pals to programmatically trade their crypto - I wouldn't let them anywhere near it!)
  2. Thanks, and yes, set to Global. Trying the updated version of Ubot 6.7.7 to see if that makes any difference... Maybe an installation issue. Will report back.
  3. Thx - tried that - use newline as delimiter and still doesn't work. Set setting to Global - nothing. Reboot and try again (because Ubot is sensitive to errors) - nothing. Set variable to TextArea and nothing. So frustrating when Ubot fails to work like it used to. Nothing I do can pull in data from the TextArea.
  4. I have been a Ubot user for years, and came back to it recently. I now find I can't create a list from list of text in a TextArea box. I'm using this code (where the list is called "URLs"): add list to list(%URLs,$list from object(#TextArea0),"Don\'t Delete","Global") And the error message is saying this isn't supported in my version of Ubot (standard) - but I'm sure I've done this loads of time in the past with earlier versions. Currently using 6.7.6. If this doesn't work, how can I create a list from text that's entered into a TextArea box?
  5. Having the same issue - this is one hokey piece of software...
  6. I have Ubot std version 6.3.9 and have been used my script to control a Windows app to collect a variable on my desktop. So far, I have saved the variable onto the clipboard, but how do I get it into a Ubot variable? (There are some old threads on here that go through some options but most are very old and the links are dead.) If I could paste the variable into a text window in the browser I could then scrape it and convert it that way, but I can't even paste. The type text function has options for key down and key up, so presumably I could use Ctrl+C, but that doesn't seem to w
  7. I'm utterly frustrated: the UI editor used to be a great way to build really functional bots. Load up variables in text boxes, set up labels to show progress during execution etc. None of this seems to work any more: I can't transfer variables from textboxes into programs, and I can't set labels as the bot executes. I have no clue as to what to do now, apart from downgrade my version of Ubot. Am I missing something? Is there a setting that magically gets the UI working again?
  8. Right - I agree to a point but having "upgraded" to what was promised to be a huge improvement over the old v5 Ubot, I'm now reluctant to go back to v5 and spend more money on Exbrowser when what really needs to happen is that the Ubot team need to fix the bugs!
  9. Thanks - that's helpful. 5.9.55 was my starting point before I updated to v6, and the reason I updated was the Chrome browser emulator was starting to trigger warnings on lots of websites, to the point it wasn't much use. Reading my frequent emails from Seth, if I didn't know better, I'd be led to think this was a solid and stable product. In reality it's far from it.
  10. I updated my old 5 version software a while ago and had hoped that the newer version would be more stable. Unfortunately it seems worse by a country mile: Script errors often require a program reboot, whereas before this was quite unusual. I always reboot the program now after a script error for safety's sake. Some things don't seem to work at all: setting a dropdown for example: the program always selects the first item in the list regardless of what has been selected in the UI. Also - changing Labels in the UI as the program proceeds doesn't seem possible any more.
  11. I've just updated from Ubot 5 to Ubot 6.3.9 and there's some unexpected behaviour I can't seem to resolve. I can't change the value of a label in the UI frame: set(#Label3,"starting...","Global") ...doesn't do anything. In Ubot v5 when you created an element in the UI, its ID appeared in the parameters list, but this isn't happening in v6, which is an inconvenience, but not the end of the world. I use labels in the UI to provide information about how the script is progressing, so this not working is a major problem. Is it only me, or is this a known problem? Thanks
  12. This is pretty typical: I've just upgraded and would have thought by now there might be some guide on how this is supposed to work, what it can do what it can't etc. But no - nothing.
  13. I've started to get this error (521 - unable to connect to origin) and unable to log in to the support portal either. Anyone else with this issue? What's happening? EDIT: also getting ubotstudio.com site error: Second edit: Isitdown is saying the whole site is down:
  14. Both of those worked - thanks to @Varo and @bestmacros. But, interesting - when I visit a site I own, with a fake referer URL using a script like this, neither Statcounter nor Google Analytics sees the referer URL, even though Whatismyreferer sees it. Anyone know why?
  15. You mean like this: set user agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0") set header("Referrer","https://www.dogs.com") navigate("https://whatismyreferer.com","Wait") Nope - that doesn't work either.
  16. Am I doing something idiotic? set user agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0") set header("referer","https://www.dogs.com") navigate("https://whatismyreferer.com","Wait") I try to set the referer to something arbitary, but whatismyreferer.com doesn't see anything. Using Ubot 5.9.50 Thanks for any help. Steve
  17. Thanks - I just get an error "The given key was not present in the dictionary" when running the verify image libraries command
  18. Thanks - I've tried pixlr - https://pixlr.com/x/and https://www.online-image-editor.com/
  19. Hi - do I have any options for doing simple image editing with my version of Ubot? None of the image commands work, so I presume that's because my release doesn't support them I've tried doing online editing using Ubot, but none of the online image editors seem to want to operate in the Ubot browser. And I'm struggling to get Ubot to control desktop programs. (All I want to do is combine two images and save the resultant image - many times over.) Thanks in advance
  20. Well, answering my own question - I used the save downloaded file command and that seemed to work, but I don't really understand why. Thanks for looking!
  21. Hi Trying to write a script that downloads a pdf file from a Sudoku puzzle generator site. The salient code is: navigate("http://www.opensky.ca/~jdhildeb/software/sudokugen/","Wait") wait(2) focus(<name="_action_generate">) click(<type="submit">,"Left Click","Yes") wait(2) ... The problem is that when the script elements are tested one at a time, everything works as expected. But when it's run as a script, nothing happens when the submit button is hit. I've tried changing the user agent - no improvement. This is Ubot v 5.9.50 Ideas? Thanks and Happy new Y
  22. I am trying to upload an image on Tweetdeck so that ths can be tweeted to a schedule, but not getting anywhere. When the button is clicked, Tweetdeck logs you out and reloads. Here's the salient part of the script: set user agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0") allow javascript("Yes") allow popups("Yes") : navigate("https://tweetdeck.twitter.com/","Wait") wait for element(<class="js-compose-text compose-text bg-color-twitter-white txt-size--14 scroll-v scroll-styled-v scroll-styled-h scroll-alt padding-a--0">,"","Appear") : change file
  23. Answering my own question: I used "replace regular expression" to replace \t with a comma, then used the comma as the delimiter
  24. I have scraped a web page into a list, but the problem is that each item in the list has two strings separated by a tab character. (I thought they were spaces at first but they're not.) I want to create a new list with all the strings as separate items, so thought that this would work: set(#innerloopcounter,0,"Global") loop($list total(%OriginalList)) { add list to list(%NewList,$list from text($list item(%OriginalList,#innerloopcounter),\t),"Delete","Global") increment(#innerloopcounter) } But the \t for tab character is consider
  25. I have the same problem as osayeb256 - can someone explain how Google knows the internal browser is Selenium, even if the user agent has been changed? Is there a way to fix this so it looks like, as far as Google is concerned, a legit browser from a known and trusted IP address. (I'm using Ubot 5.9.50 on a Windows 10 PC.)
×
×
  • Create New...