ertagh / teamspeak3-server-arm

161 stars 11 forks source link

The default license has expired. Please use the latest server version. #38

Closed freejool closed 1 year ago

freejool commented 1 year ago

Hi, thanks for your arm version of TeamSpeak server.

I live in China mainland. So I can't directly access TeamSpeak's download server. So the :latest-box image cannot be started. But I can get the server file manually.

Luckily, There is a pre-downloaded version. But the version of the server seems to be outdated ...

Here is the log:

2022-11-22 09:52:22.279964|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.13.6 (2021-06-09 10:22:37)
2022-11-22 09:52:22.291108|INFO    |ServerLibPriv |   |SystemInformation: Linux 5.15.78-1-MANJARO-ARM-RPI #1 SMP PREEMPT Sat Nov 12 17:13:38 UTC 2022 x86_64 Binary: 64bit
2022-11-22 09:52:22.291768|INFO    |ServerLibPriv |   |Using hardware aes
2022-11-22 09:52:22.384025|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2022-11-22 09:52:22.385475|INFO    |DatabaseQuery |   |dbPlugin version: 3.11.1
2022-11-22 09:52:22.419461|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2022-11-22 09:52:22.663978|INFO    |SQL           |   |db_CreateTables() tables created
2022-11-22 09:52:23.116831|WARNING |Accounting    |   |Unable to open licensekey.dat, falling back to limited functionality
2022-11-22 09:52:23.122922|CRITICAL|Accounting    |   |The default license has expired. Please use the latest server version.

My docker run command:

docker run -d --name TeamSpeak3_Server -e TIME_ZONE=Asia/Shanghai -p 9987:9987/udp -p 10011:10011/tcp -p 30033:3003
3/tcp -v /home/pi/Programs/TeamSpeak/:/teamspeak/save/ ertagh/teamspeak3-server:latest-box-predownloaded
ertagh commented 1 year ago

37 Same issue

ertagh commented 1 year ago

Will have a look into it

ertagh commented 1 year ago

I updated the predownloaded tags to version 3.13.7 so the error shouldn't occour any longer! Can you confirm this on your side?

freejool commented 1 year ago

Yes, it works now.