Jump to content
UBot Underground

bobstratton

Members
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

2 Neutral

About bobstratton

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

2345 profile views
  1. Now I can't use the advanced element selector editor at all in either version 4 or 5 whether I have error logging turned off or not. For a month or so It was hanging for 3 minutes then coming back to life and I could use it as long as I didn't mind taking all day to do an hour's work. Now it hangs permenantly in both version and I am reduced to not using Ubot Studio at all since I need the advanced editor all the time. Anyone else experiencing this? I can't use Ubot Studio without the advanced editor so I've spent the last month learning and using Ruby. I love Ruby but still would pref
  2. Even with advanced editing, I still can't figure out how to select a specific option of an html select element. Here's the HTML: <select name='processor' style='width:350px;'> <option value='0' selected>Select processor...</option><option value='-1'>From my account cash balance (balance: $999.9514)</option><option value='8' >PayPal (fee: 0.00%)</option><option value='5' >Solid Trust Pay (fee: 0.00%)</option></select> I've tried selecting <option value="-1"> (which is the value I want in this particular case).
  3. Turning logging off does not help with some of the slower parts of the node view editor. I can now load my 900 line bot in node view in only about 3 minutes instead of 20 or 30, but that's still way too slow. Also, when you click on the advanced element editor in the "click" command you have to wait for that little endearing wait circle to entertain you for a full 3 minutes before you can do any advanced editing. Since advanced editing is often a trial and error thing, advanced editing of a single click command can take a very long time.
  4. Turning logging off helped a lot, but don't restart. Restarting always turns logging back on. You really need to be aware of that or you will be mislead to think that turning logging off didn't help at all.
  5. I am using at least one command that, according to the documentation is not supported in earlier versions, so I am forced to use version 5. What folder do I need to check permissions on? I am not trying to install anything into C:\Users\Owner\Appdata\Roaming\Ubot Studio\Browser\5.0.6\ and I am not allowed to change permissions on that folder anyway; and other folders, if needed, are created by the install. Did you notice that I said my bots are all working. These simply are not meaningful error messages but they are annoying.
  6. Is anyone else having this problem? I wasted days trying to get help for this a month or two back. Support spent a lot of time with me but never solved my problem. They gave me all kinds of suggestions over a week or 10 days but none of them made the problem better or worse or any different at all. This happens with every install file I have ever created using Ubot Studio 5 including version 5.0.6. When I run the install I get the error shown in the attached .jpg file. The error says: Error opening file for writing: C:\Users\Owner\Appdata\Roaming\Ubot Studio\Browser\5.0.6\avcodec-53.dl
  7. I got in the habit some time ago of editing my code in Ultra Edit. Now I'm so glad I did because my bots are saved as .txt files and can be pasted into version 5.06 in code view. I know this is no help for you but it might save you some grief in the future. Of course, version 5.06 is not usable right now anyway. See the posts about 5.06 running slow. Its not just an irritation. It can take 15 to 20 minutes just to switch from code view back to node view and some of the editor commands spin that little "wait" circle for 5 minutes or more before you can continue with your editing. And that's j
  8. Me too. here's my experience: All of my bots run at normal speed in version 4 but they run extremely slow in version 5.06. Some of these bots have been working well for weeks and bots that were compiled before this problem came up are still working fine until I try to run them within Ubot Studio or try to make any changes at all. There is no difference at all whether I compile my bots or run them within Ubot Studio. Small bots of only a few lines of code run only 3 to 5 times slower than in version 4, but large bots of several hundred lines of code grind almost completely to a halt and are c
  9. I forgot to mention that my thread code took almost 10 seconds to run after the new browser was loaded. A shorter wait might work for you. I don't know if the the pause in your thread will make a difference.
  10. I had a similar problem. Note that wait(5) did not work and I didn't try any other values. I would probably need a longer wait on a slower computer. Note also that the wait was not part of the thread code - it was after the thread. All threads were exactly the same until I put a wait(10) after starting each thread as follows: clear list(%list) add list to list(%list, $list from text("Larry,Moe,Currly", ","), "Delete", "Global") loop($list total(%list)) { thread { in new browser { navigate("https://www.google.com/", "Wait") wait for browser event("Page L
  11. Thanks for trying, but that doesn't solve my problem. Maybe I was not clear. My bot compiles fine after I click "ignore" enough times but the compiled bot fails on the first command that requires the TableCommands plugin and I have included TableCommands.dll in my compile and it was successfully installed into the proper appdata\roaming folder. I need to know how to properly include plugins in my compile. Then I'll worry about ignoring all those bogus error messages. Ubot support seems not understand my question either even though I have asked it in every way I know how.
  12. I put each of my items in my file on a separate line and am able to add the file to a list in v5 with no problem.
  13. I just compiled my first bot ever. I am using v5 developer edition and I have to click "Ignore" 27 times on bogus write errors. After all that, my compiled bot works just fine until I get to any command in the Table Commands plugin then it fails. Since Table Commands is the only plugin my bot uses, I assume that no plugins are available in my compiled bot. What do I have to do to make sure plugins are included when I compile my bots? I did included TableCommands.dll in my compiled setup program.
  14. You can ignore those messages about DLLs that can't be written. I get 27 of those messages on every v5 compile and they are bogus, meaningless messages. But I do have to click "Ignore" 27 times.
  15. I apologize. This thread was misleading from the start. I was (and still am) getting 27 error messages during all of my compiles, but the errors are all bogus. I simply have to click "Ignore" 27 times and my compiled bots work. The error messages are not about missing DLLs at all. They are about write errors while trying to write DLL files to c:\users\owner\appdata\roaming\ubot studio\browser\5.0.4. Of course that is nonsense. I am not trying to install any DLL files or any other files to that folder. Thanks for your replies and I am sorry I wasted your time. Please consider this thread cl
×
×
  • Create New...