metalfiiish / ts-gw2-verifyBot

A python bot that will sit in a Teamspeak3 channel and take commands. It's main purpose was to verify server players for Guild Wars 2 and automatically authenticate and give them the proper Group for permissions to speak/etc in Teamspeak.
MIT License
7 stars 7 forks source link

AttributeError: 'TS3Connection' object has no attribute 'keepalive' #6

Closed h1rule closed 7 years ago

h1rule commented 7 years ago

How to fix that? pip3 install keepalive not existing?

python3 TS3Bot.py Initializing script.... Connecting to Teamspeak server... Traceback (most recent call last): File "TS3Bot.py", line 359, in ts3conn.keepalive(interval=250) AttributeError: 'TS3Connection' object has no attribute 'keepalive'

h1rule commented 7 years ago

NVM, i installed the correct TS3 version and now it works.

metalfiiish commented 7 years ago

Glad you figured it out! That's a common issue people run into with the ts3 package versions. Thanks for replying with latest status.