Open buracat opened 1 year ago
Hi buracat, there seem to be two different errors in your logs:
\xF0\x9F\x93\x9C
which is not a valid utf8 encoded string. I've chosen the MyISAM MySQL engine with a utf8mb4 encoding for the tables, but that won't work with that kind of bytes. maybe the code is missinterpreting another encoding? i'd have to read the sinusbot docs. it may also be possible to change the encoding of the sql table to match your channel name encoding.parentId
in the table channel
doesn't accept null values. But in the schema of createTables.sql
it states that this column should be created accepting empty values: parentId
int(11) DEFAULT NULL
. You have made an error while setting up the tables. It is mandatory to insert channels without a parent channel because these are the root channels of your teamspeak server.
Hi, I'm getting such an error. What could be the reason for this?
PLUGIN [channel-statistics:52:14] serverId:
2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for column
gaming_db
.channel
.parentId
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN [ bootstrap.js:1:930] undefined [] 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect string value: '\xF0\x9F\x92\xA4(\xE1...' for columngaming_db
.channel
.name
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for columngaming_db
.channel
.parentId
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for columngaming_db
.channel
.parentId
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN [ bootstrap.js:1:930] undefined [] 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for columngaming_db
.channel
.parentId
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect string value: '\xF0\x9F\x93\x9C' for columngaming_db
.channel
.name
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for columngaming_db
.channel
.parentId
at row 1 2023/02/26 00:20:16 69c02752 def47082 PLUGIN error: Error 1366: Incorrect integer value: 'null' for columngaming_db
.channel
.parentId
at row 1