• 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 RemoveClientFromServer HTTP Error

Status
Not open for further replies.

Floflobel

Donor
is awesome!
Contributor
Hi,

When try to remove Servergroup with function "RemoveClientFromServer " , I have an error :
"Could not remove client from group: HTTP returned an error: Timeout while waiting for callback; Code: 500; Message: Timeout while waiting for callback"

A part of my script :
Code:
var removegroup = 31;
                for (var g in srvgroups) {
                    for(i = 0; i <= countfinal; i++) {
                        if (removegroup == srvgroupsfinalofexclude[g]) {
                         
                        }
                        else {
                            sinusbot.log('Debug remove : ' + ev.clientId + ' - ' + removegroup)
                            removeClientFromServerGroup(ev.clientId, removegroup)
                        }
                    }
                }

Thank's for your help
 
Last edited:
Status
Not open for further replies.
Top