TheHolyWaffle / TeamSpeak-3-Java-API

A Java wrapper of TeamSpeak's 3 server query API.
MIT License
306 stars 107 forks source link

insufficient client permissions which (at least) seem to be given #329

Closed Galileon-venta closed 5 years ago

Galileon-venta commented 5 years ago

Exception in thread "main" com.github.theholywaffle.teamspeak3.api.exception.TS3CommandFailedException: A "channelcreate" command returned with a server error.

insufficient client permissions (ID 2568), failed permission with ID 81

ID 81 is b_channel_info_view which is set to true in Teamspeak Permissions for my query Group... image

Any Idea?

Galileon-venta commented 5 years ago

Fixed it myself;

Error appears when i_channel_max_depth is not set. Error reference is wrong. Should be 77 for missing permissions at i_channel_max_depth.

rogermb commented 5 years ago

Ah, interesting! Might be a good idea to report this to the TeamSpeak guys. We don't do that "figuring out which permission caused the error" ourselves, we just forward the error message the TS3 server sent us.