
ed08724
-
Content Count
92 -
Joined
-
Last visited
-
Days Won
2
Posts posted by ed08724
-
-
And we are down again!
-
On 2/14/2025 at 5:10 AM, shekhar007 said:
by converted you mean converted the bot to python? does it help to distribute the bots better with faster opening of the bot?
no its slower but not tied to a license server which is down again today.
-
We are back!
Down for 2.5 days and another day earlier in the week.
I am learning Python with selenium and already have one bot converted and working in Visual Studio Code IDE. -
-
Thats a good idea. I had ubot open but this time it auto closed.
-
On 2/6/2024 at 7:21 AM, myubo said:
I keep an open uBot in a virtual machine snapshot just in case this happens...
Still a big inconvenience when this happens though because my backup is on an external drive I now have to load up.
PS I even submitted a ticket on there site, I will post back if I hear anything there or on FB.
Thats a good idea. I had ubot open but this time it auto closed.
-
On 2/10/2025 at 9:13 PM, Eddie said:
great! back now.
spoke too soon. lol.
-
losing me a lot of money. I use ubot to do sportsbetting where I bet both sides of a game so need to analyze and compare lines.
I wasn't able to place any bets tonight and the last time it was down a few days ago.
have to get everything rewritten in some other language where I am not held hostage by the platform.
anyone got any ideas what to switch to? -
worked after a day or so but now its down again. they should just remove this as its killing me not being able to run any of my bots.
get a 500 error when I try to compile, when license server is working, and I have developer edition so compiled bots don't require server. -
Anyone else getting the error when starting ubot studio,
Unable to connect to license server.
The remote server returned an error: (502) Bad Gateway.
-
Thanks myubo,
I always have something loaded in ubot so stopped another program and opened what I want to run and after a few minute delay, it ran fine.
-
23 hours ago, PRO said:
Hello guys, I can confirm that the license server of UBot Studio is down. I notified the team. I think it gets resolved asap.
Perhaps there was a hiccup with the scheduled reboot on Monday.
still down
-
Anyone else having problems starting ubot studio today?It gets past the checking license step it usually gets stuck at when ubot server is down.Locks up at Starting Ubot Studio.I also randomly get a popup that say
-
Has anyone been able to get ubot 5.9.55 to work with windows 11?
After disabling virus and security I finally got it installed and entered my license info.
It then downloads its support files, verifies license info, then just stops at "Starting Ubot Studio" with the ubot icon displayed.
-
is this ui editor still available and if so what is link?
-
just curious what the purpose of the wait(.1) is?
-
On 12/19/2020 at 9:34 AM, Kev said:
I’m using two version: 6.3.1 and 6.3.5. I can compile in 6.3.5 but not in the other. Also, 6.3.5 still has issues with the lists so when I need to run list required bots I use 6.3.1 in the studio itself. Other bots that don’t use lists I compile and they work ok.
Kev do you have problems wit the ui and or browser not working in 6.3.1?
Sometimes it works fine with both, sometimes I get the browser with no UI and sometimes I get the UI with no browser. -
6.3.3 was a complete disaster. No idea how they could release something with so many bugs.
I was able to get back to 6.3.1with a system restore but that version only shows the UI and browser half the time.Has anyone tried 6.3.5 and if so is it useable?
-
I have been compiling to exes all the time.
-
Got back to V 6.3.1 by doing a windows restore so most things are back working.
-
I installed ubot 6.3.3 and have had too many issues to even document.
These examples are not new code. They have worked for years up until after 6.3.3 update.
The 2 easiest to nail down are
add list to list(%files,$get files("C:/Users/ed087/Downloads","No"),"Delete","Global")
returns no files. Tried different folders but all return nothing.
if($search page("any text")) {
returns true even if the item is not on the page which I have verified by checking the source.
The opposite happens also returning false when the text is on the page.
other non specific issues are.
View generated source either locks up ubot or doesn't do anything.
Browser locks up or seems to work but does not display new page in browser.
view debugger crashes and closes ubot sometimes.can't even send in a support ticket because it says "Captcha verification failed, try again!"
even though it only asks for me to click I'm not a robot.How can I get a download link for 6.2.9
And instructions how to revert to the older version.
All the 6.3 versions have issues as well like sometimes the browser works but does not display or sometimes the browser displays but the gui does not.n-
1
-
-
looks like the forum is dead lately.
after yesterdays update multiple things not working.
how can I roll back?
-
Starting either ubot studio or any compiled bots does nothing.
No error . nothing happens.
-
Is there a way to get a pixel color at a specific windows screen location like in most windows macro programs?
This is for windows not a website.Thanks.
Is Ubot Dead? Unable to connect to license server
in General Discussion
Posted
This happens frequently. It usually takes hours to weeks to get resolved.
I try to keep all bots complied so I can use when server is down. I have also been slowly switching all bots over to python.