Questions tagged [teamspeak]

A VoIP software package from TeamSpeak Software.

TeamSpeak is a VoIP software package from TeamSpeak Software primarily targeted at gamers.

Use this tag when asking about using the TeamSpeak SDK or otherwise programmatically interfacing with TeamSpeak.

Links

85 questions
0
votes
1 answer

array_column() expects parameter 1 to be array, null given

I have a teamspeak3 bot written in PHP and when i ty to start the bot i get this error: PHP Warning: array_column() expects parameter 1 to be array, null given... on line 13,and the line 13 is the $clientonchannel, i don't know hot to make'it work,…
Fido
  • 41
  • 7
0
votes
0 answers

Django - how to run background script in loop

I have install django 3.0 and I want to add on website bot which will listen for events in background, manage server and users. Bot is dedicated for teamspeak application, using https://github.com/benediktschmitt/py-ts3/tree/v2 simple code: import…
Mark Loki
  • 37
  • 1
  • 9
0
votes
0 answers

I dont know this error or how to fix it can some one fix it for me?

I'm getting this error message if I try to start the bot: [INFO] Try to initialize connection... PHP Fatal error: Uncaught Error: Call to a member function getAdapter() on null in…
kaitomar
  • 1
  • 2
0
votes
0 answers

TimerTask stops after a while

I set a timer to do some commands in SQL after a 1-hour interval, but it runs a few times 4-5 and then stops running, although other timers set at higher intervals continue to work. What would be the problem? I have absolutely no error in…
0
votes
1 answer

Openshift OKD with other Ports (Teamspeak)

I need help in creating an Teamspeak-Pod on an Openshift (OKD 3.11). My problem is after deploying the pod, I don´t know how I´m able to give Ports 9887, 10011 and 30033 for external access. Only 8080, 8443 and 443 is reachable for webapplications…
Alex
  • 31
  • 4
0
votes
2 answers

TeamSpeak 3 MusicBot in Java

I want to make a TeamSpeak 3 Musicbot in Java. But I don't find any Protocol from Teamspeak for the Voice transmission. And after searching for a Client API, for Java, I didn't find anything. Only for a ServerQuery but that doesn't help me I…
0
votes
1 answer

Teamspeak-Query get's blocked by User after joining

i program a query thats writes each user a message after join. The query is already blocked before the users can join and receive the message. The bot runs over the holywaffle-teamspeak-api. public class Main { public static TS3Config config = new…
flumex
  • 3
  • 1
0
votes
0 answers

Telnet connection to TS3 ServerQuery keeps getting slower and slower

I wrote a bot for TeamSpeak 3 that runs over ServerQuery (a telnet interface). But the bot keeps responding later and later, in the beginning it takes like 0.1 sec, after like 1 minute the bot takes about 10 seconds to respond, and using commands…
JH_WK
  • 71
  • 1
  • 9
0
votes
1 answer

Monitoring file changes for larger files in java

I'm currently looking for a good method to monitor file changes. Situation: I've a Teamspeak3 Server running, which ofc creates .log files. One each startup. Parallely there is a java bot running, using the server query api. Unfortunatly, the query…
Xida
  • 41
  • 3
0
votes
1 answer

Is there a Teamspeak Authentication I can use for my Website?

I want to connect the Users from my website with the TeamSpeak server, that i can automatically grant rights, ban users and so on. At the moment the User has to enter his Ts UID on my website, so that i can search him in the TS database. But for…
Gonios
  • 95
  • 14
0
votes
1 answer

Nickname to DatabaseID

I started using TeamSpeak 3 PHP Framework from planetteamspeak.com. I don't get it to add and delete a Servergroup of a client. It always tells me "invalid ClientID" which means I'm missing something. I tried many ways to get ID, but nothing worked.…
Xopez
  • 3
  • 4
0
votes
1 answer

Start teamspeak and connect to server using vb.net

Normally u can start teamspeak and auto connect to an server using cmd and type "C:\Program Files\TeamSpeak 3 Client\ts3client_win64.exe" "ts3server://my.ip" . I already tried Process.Start(Chr(34) + "C:\Program Files\TeamSpeak 3…
realKSMC
  • 115
  • 11
0
votes
1 answer

2 teamspeak server on 1 domain?

i have a question, i have a domain ".ga" and i would like to know if you can go about the link "domain.ga" from the browser, it connects to the site (ip: xxx.xxx.xxx.xxx: 80) and if I place the same link on teamspeak it connects to a server with…
Flynns 82
  • 25
  • 1
  • 1
  • 7
0
votes
1 answer

I have query about TeamSpeak3

enter image description here I have installed TeamSpeak3 and while launching the app, I receive the Following error: " the procedure entry point free could not be located in the dynamic link library C:\Program Files\TeamSpeak3 Client\Qt5Qml.dll ".…
0
votes
1 answer

Speech Recognition does not trigger EventHandler in C++/CLI DLL

I have a TS3 plugin in creation right here, which uses System::Speech::Recognition for its SpeechRecognitinEngine. Now, I create an EventHandler for the SpeechRecognized event. Well, my logging (and the actions of the plugin - None) tell me, that…
J.Horr
  • 117
  • 1
  • 13