• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

EN Invalid ClientID error.

Status
Not open for further replies.

Doggy Doggo

Member
So I have made a command for my bot that lets anyone run a certain command. Now it used to work perfectly, but since the latest Linux Sinusbot beta it has stopped working. It is telling me "Invalid ClientId" Any idea whats causing it?

This is the part of the script that is failing.

Code:
var self = sinusbot.getBotId();
sinusbot.ChatPrivate(self, "!qyt " + term);

Thanks for any help.
 

Doggy Doggo

Member
Still getting this error even with the latest version. Any help would be great this is ruining one of my major plugins that I use and is rendering the bot pretty much useless.
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Please try with sinusbot.getClientId() - also, it's sinusbot.chatPrivate(...).
I think getBotId() was ambiguous, that's why it got changed. Sorry for the confusion.
 

Doggy Doggo

Member
Oh perfect thanks using getClientId() fixed the issue. I must of missed that it was changed. And yeah I was using chatPrivate() but I mistyped it while putting it here on the forum. Thanks for the help.
 
Status
Not open for further replies.
Top