• 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.

Sinusbot API

zumi

Active Member
Hello!

I've got a small issue with the Sinusbot API.
The API works well but the issue is with my Teamspeak server (I think).

I've made a script that fetches the channels and how many are online on the channels. The API returns with every other channel as empty but shows right amount of users on the channel where the bot is.
I've tried to fix this issue by giving more permissions but it still I've got the same issue.

What permissions do the bot need to see all other channels user amounts
 

Relentless

Well-Known Member
Contributor
That sounds like the bot isn't subscribed to the channels and therefor can't see clients from channels where it's not currently in.
I think the view power has an important role there.
 

zumi

Active Member
Yes something like that. Somehow I don't find the correct permission to be added. I got all my bots in a specific group. I've been assigning all kinds of permission (not admin) but nothing seems to work.
Do you have any clue what the right permission would be?
 

Relentless

Well-Known Member
Contributor
i_channel_subscribe_power on the client
i_channel_needed_subscribe_power on the channel
and set this to -1 on the bot: i_client_max_channel_subscriptions
 
Top