Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Disable broken bot?

Joined
Feb 12, 2018
Messages
48
Is there a way to temporarily disable a broken bot?

I can't find a way to hide bots from public access.

Since every fix/commit takes about 24 hours to get approved, that is a lot of unhappy clients, and probably monetary loss.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
There is no supported way to accomplish that.
You could however prevent the problem by testing your bot throughoughly before releasing an update, which would save everyone the hassle
 
Joined
Feb 12, 2018
Messages
48
There is no supported way to accomplish that.
You could however prevent the problem by testing your bot throughoughly before releasing an update, which would save everyone the hassle
That's not a nice thing to say man.
There can be bugs like resource configuration in manifest file, which only break once the bot is deployed.
It's especially hard for new runemate developers.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
That's not a nice thing to say man.
There can be bugs like resource configuration in manifest file, which only break once the bot is deployed.
It's especially hard for new runemate developers.
It's a perfectly reasonable thing to say, even more so if we are talking about premium bots.

Admittedly the resource declaration has struck me a few times as well in the past, but since a couple of weeks now (or months, i can't remember the exact time), the local version of a bot will let you know if you're using resources which aren't declared in the manifest by throwing an error.
 
Joined
Aug 23, 2015
Messages
1,970
The only way is to push an update to your manifest with hidden set to true. The solution is to be careful with your manifests, and test thoroughly before release.
 
Top