-
Content Count
357 -
Joined
-
Last visited
-
Days Won
5
Lombi last won the day on April 12 2023
Lombi had the most liked content!
Community Reputation
34 ExcellentAbout Lombi
-
Rank
Advanced Member
- Birthday 06/22/1983
Contact Methods
-
Website URL
http://www.domenlo.com
-
Skype
domenlo@outlook.com
Profile Information
-
Gender
Male
-
Location
Ljubljana, Slovenia
System Specs
-
OS
Windows 10
-
Total Memory
More Than 9Gb
-
Framework
unsure
-
License
Developer Edition
Recent Profile Visitors
9715 profile views
-
Lombi started following Image Libraries Broken, uBot isn't working ( Unable to Load Python and Node JS ), Interacting with data? Possible? and 4 others
-
uBot isn't working ( Unable to Load Python and Node JS )
Lombi replied to Rajendra's topic in Mac and UBot Studio
I have the identical problem. Removed appdata folder, still the same issue 2024-09-13 12:25:22: !!! Version: 6.7.25 2024-09-13 12:25:22: !!! An error happened while trying to Load Python System: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at ..(String , String ) at ..(String , String , Boolean ) at ..() at UBotDev.MainWindow.<LoadPythonSystem>c__Binding.Invoke(Object& , Ar -
Perhaps better to train a model that is outside of openai's closed ecosystem like the current thing that's beating GPT4 with data it's capable of understanding and is also open source: MPT-7B-StoryWriter or one of its base models? This could actually be taught proper code inside a model and then the model can be shared.
- 10 replies
-
- ai
- chatgpt-3.5
-
(and 1 more)
Tagged with:
-
Please help. I've tried resurrecting an old 2017 file that transforms an ICS file into HTML and wanted to add some extra functionality. Basically I have data: - name of event (#x) - duration of event (using datetime manipulation plugin i substract unix start from unix end of event times) I wanted to add the functionality to "add number to existing number if {#x} exists in list" ... or in human terms, I wanted to calculate how much time events of that specific name took Example: Event YYYYYYY is 10 times in the list, 4 hours, so I wanted to get 40 hours. First I found out t
-
It appears to be learning. I put 150 lines into a new discussion and it now answers with: Yes, I can understand this code. It appears to be written in UBot Studio, a visual scripting language used for web automation and web scraping. The code is primarily designed to process an ICS calendar file, generate an HTML table with calendar events organized by month, and save the output to an HTML file.
- 10 replies
-
- ai
- chatgpt-3.5
-
(and 1 more)
Tagged with:
-
can you write code in this specific language? ------------------------------------ As an AI language model, I can certainly help you write code in this web automation language. Let's start by understanding your requirements or the specific task you want to automate. Please provide a description of the task, and I will try to write a script for you. ------------------------------------- i want code in this specific language to go to google.com, fill the search field with the word shaniqua and then click on the "I'm feeling lucky" button. After that buttom is clicked, i want
- 10 replies
-
- 1
-
- ai
- chatgpt-3.5
-
(and 1 more)
Tagged with:
-
Interestingly enough, GPT4 can identify what the code does. Example: This code appears to be a script for a web automation tool, possibly using a tool like iMacros or a similar automation language. The script is designed to interact with the "xxxxxxxxxx" and "Audible" websites to automate the process of searching, scraping, and uploading data for audiobooks. Here is a brief overview of the script: It defines several UI buttons to execute various functions, like wiping data, logging into xxxxxxxxxx, searching for a book, and scraping data from the websites. The script logs into
- 10 replies
-
- ai
- chatgpt-3.5
-
(and 1 more)
Tagged with:
-
It understands it as vb.net code Try and teach it in one chat instance, where it has permanence.
- 10 replies
-
- 1
-
- ai
- chatgpt-3.5
-
(and 1 more)
Tagged with:
-
Setting a variable defaults to Local instead of Global
Lombi replied to Lombi's topic in General Discussion
Uh, have we not been on ubot studio 6 since 2018? It's like version 6.7 and this was working fine a year ago. I've been using ubot since 2011. Why was this changed? Does current version of ubot have another logic for variables that I missed? Do I need to do it inside a thread which I presume it's now default optimized for? Also: Ticket system did not let me log in, did not send me an email when i requested to reset my password. Somehow I managed to open a ticket without an account, but I did not get a ticket number after submission, nor an email back. So I don't even know if it -
Hi. As the topic says I noticed that all the set commands now default to local instead of global. Is there any way to change this back to how it was? Thank you so much!
-
So, dev user, I can write and understand ubot pretty well. I've been using a particular code that works ... fine ... until it suddenly doesn't. Nothing special, just some form filling, that suddenly stops working. After a restart, it works again. I've tried the 5.xx builds that are lauded as stable, same issue. Newest build, same issue. Is there some sort of debug that I can submit to the developers or is this just a "it mostly works" issue?
- 1 reply
-
- 1
-
Thank you so much for this.
-
Hi there. I'm wondering if anyone has any tips on how to get like current date in a specific format? I have the datetime manipulation plugin, but it has incorrect output. Example, i want an "M" which would say Jul Any way to make this? Javascript? Thanks!
-
Hi. Every time i open a ubot file has has "verify image libraries" and "get image dimensions" When I run "verify image libraries" i get "The given key was not present in the dictionary filename --> --> run command" I have to delete it and readd it, and then it works. If I try to run the "get image dimensions" function, it throws the same error. I have to delete it, readd it, then it works.
-
Ah, shell doesn't work but shell batch does. Interesting.
-
Hi there. I seem to have come to a bit of a snag... I have a directory S:\OneDrive\Documents\Websites\xxx In this directory there is a file called convert.exe (imagemagick) that I want to run The command is convert.exe slika.jpg -extent 1200x1200 slikaCROP.jpg If I run this in cmd, it works. But if I run it in ubot studio, it doesn't shell("S:\\OneDrive\\Documents\\Websites\\testnastran.dev.cc\\convert.exe slika.jpg -extent 1200x1200 slikaCROP.jpg") Please help!