You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
I tried to join an Teamspeak Server of a friend with my JQuery Bot. Then I tried to registerAllEvents in order to get notified if events occour. But the problem comes if you dont have enough Permissions. In my case I was missing following permission: b_virtualserver_notify_register but console said that I am lacking of this b_virtualserver_snapshot_create permission. Even though I already had that one. This little mistake took me 3hrs to fix. I hope this can be fixed in further versions.
The text was updated successfully, but these errors were encountered:
Hi. Sorry about the insane delay, I haven't really had time for any open-source work in almost a year. Feel free to ignore this issue if you no longer care about this issue.
This API does not try to give you any suggestions about what permission IDs you might be missing, we just forward the message and the permission ID sent to us by the TS3 server. In other words, it's the TS3 server that reported that wrong missing permission ID, and you'd have to report this issue to the teamspeak developers to get it fixed.
Hey guys,
I tried to join an Teamspeak Server of a friend with my JQuery Bot. Then I tried to registerAllEvents in order to get notified if events occour. But the problem comes if you dont have enough Permissions. In my case I was missing following permission: b_virtualserver_notify_register but console said that I am lacking of this b_virtualserver_snapshot_create permission. Even though I already had that one. This little mistake took me 3hrs to fix. I hope this can be fixed in further versions.
The text was updated successfully, but these errors were encountered: