• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Bug on database

RetroGamingPT

New member
[2018-09-06 22:54:21] [INFO] GEN | Starting TeaSpeak-Server v1.2.15-beta [Build: 1536184871]
[2018-09-06 22:54:21] [INFO] GEN | Starting music providers
[2018-09-06 22:54:21] [ERROR] [Music] [FFMPEG] Could not find ffmpeg (Error: "sh: 1: ffmpeg: not found")
[2018-09-06 22:54:21] [ERROR] [Music] [FFMPEG] How to download/install ffmpeg: "sudo apt-get install ffmpeg"
[2018-09-06 22:54:21] [ERROR] [Music] Could not create music provider for providers/000ProviderFFMpeg.so
[2018-09-06 22:54:21] [ERROR] [Music] [YT-DL] Could not find youtube-dl (Error: "sh: 1: youtube-dl: not found")
[2018-09-06 22:54:21] [ERROR] [Music] [YT-DL] How to download/install youtube-dl: https://github.com/rg3/youtube-dl/blob/master/README.md#installation
[2018-09-06 22:54:21] [ERROR] [Music] Could not create music provider for providers/001ProviderYT.so
[2018-09-06 22:54:24] [INFO] GEN | Upgrading database from version -1 to 3. This could take a moment!
[2018-09-06 22:54:24] [CRITICAL] GEN | Could not initialize SQL!
[2018-09-06 22:54:24] [CRITICAL] GEN | Could not setup SQL tables! Command 'CREATE TABLE IF NOT EXISTS `general` (`key` VARCHAR(256), `value` TEXT)' returns sql: CREATE TABLE IF NOT EXISTS `general` (`key` VARCHAR(256), `value` TEXT) returned -> 1/database is locked
[2018-09-06 22:54:24] [INFO] GEN | Stopping application
[2018-09-06 22:54:24] [INFO] GEN | Application suspend successful!
root@cloudrino:~/ts3# ^Cg sql...]
root@cloudrino:~/ts3#

WHY!?
I dont know why i cant connect to Tea*Speak 3.3.1 but ok.. very limited this system...
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
As noted:

Code:
[2018-09-06 22:54:24] [CRITICAL] GEN | Could not setup SQL tables! Command 'CREATE TABLE IF NOT EXISTS `general` (`key` VARCHAR(256), `value` TEXT)' 
returns sql: CREATE TABLE IF NOT EXISTS `general` (`key` VARCHAR(256), `value` TEXT) returned -> 1/database is locked
Database is locked that means you're still running a server. You can't access one database twice.
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
is only for premium ?
No.. it's just tell you the TeaSpeakServer is running (the database is lock), and can't be updated, because you are trying to start a TeaSpeak Server.

killall -9 TeaSpeakServer & try start again. and see about it works. ;)
 

RetroGamingPT

New member
the problem is i will be use last updated Tea*Speak but i cant... my firends cant connect... i will need Tea*Speak serer 3.2.0
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
Well i can connect to my own TeaSpeakServer with 3.2.2 client (beta) ;) if you are talking about the "TeamSpeak" i can't help with that.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
This error message improved within the next version.
A peak to the next version:
Code:
[2018-09-07 14:46:13] [DEBUG]   GEN | Created a new async thread pool!
[2018-09-07 14:46:13] [INFO]    GEN | Upgrading database from version -1 to 3. This could take a moment!
[2018-09-07 14:46:13] [CRITICAL]   GEN | Could not initialize SQL!
[2018-09-07 14:46:13] [CRITICAL]   GEN | ----------------------------[ ATTENTION ]----------------------------
[2018-09-07 14:46:13] [CRITICAL]   GEN |                  You're database is already in use!                 
[2018-09-07 14:46:13] [CRITICAL]   GEN |                    Stop the other instance first!                   
[2018-09-07 14:46:13] [CRITICAL]   GEN | ----------------------------[ ATTENTION ]----------------------------
[2018-09-07 14:46:13] [INFO]    GEN | Stopping application
[2018-09-07 14:46:13] [INFO]    GEN | Application suspend successful!