Teamspeak 3 PHP Framework Problem

Hello,
does anyone here know about the PHP TeamSpeak 3 framework from planetteamspeak? I’ve already tried a lot of things and unfortunately I haven’t found a solution yet.
For example, when I try to “create” a client using the unique id, I always get the error “invalid client Id”. But according to the documentation this should work.

Line where the error occurs:
$client = $ts3server->clientGetByUid(“XXXXXXXXXXXXXXXXXXXXXXX=”);

The query can connect to the server without problems and send messages to the server chat, for example.

Greetings
Tobias

I’ve opened an issue.

Greetings
Tobias