Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
678 stars 138 forks source link

I got some Errors in my Console. #990

Open ReavMC opened 2 years ago

ReavMC commented 2 years ago

Hi,

I got some Errors in my Console and i dont know why.

15:10:57.5058| WARN|Api| Command Error (Could not load. (media: Unknown request error.)) 15:10:57.5077| WARN|Api| Command Error (Could not load. (media: Unknown request error.)) 15:10:58.1981| WARN|Api| AudioLogEntry could not be created! 15:11:03.5072| WARN|Api| Unable to create icy-stream (Request timed out.) 15:11:03.5511| WARN|Api| Failed to start icy stream: Unable to create icy-stream (Request timed out.) 15:11:03.5511| WARN|Api| AudioLogEntry could not be created!

That makes my Bots starting slower :/

This is my Configuration:

Starts the instance when the TS3AudioBot is launched.

run = false

[commands]

[commands.alias]

[connect]

The server password. Leave empty for none.

server_password = { }

The default channel password. Leave empty for none.

channel_password = { }

Overrides the displayed version for the ts3 client. Leave empty for default.

client_version = { }

The address, ip or nickname (and port; default: 9987) of the TeamSpeak3 server

address = "TEAMSPEAK IP"

Client nickname when connecting.

name = "BOT NAME"

Default channel when connecting. Use a channel path or "/".

Examples: "Home/Lobby", "/5", "Home/Afk \/ Not Here".

channel = "CHANNEL ID"

[connect.identity]

||| DO NOT MAKE THIS KEY PUBLIC ||| The client identity. You can import a teamspeak3 identity here too.

key = "KEY"

The client identity offset determining the security level.

offset = 20

[reconnect]

[audio]

When a new song starts the volume will be trimmed to between min and max.

When the current volume already is between min and max nothing will happen.

To completely or partially disable this feature, set min to 0 and/or max to 100.

volume = { default = 50.0 }

[playlists]

[history]

[events]

Called when the bot is connected.

onconnect = "!x (!play http://stream.laut.fm/reavfm) (!bot commander on)"

Called when the bot does not play anything for a certain amount of time.

onidle = "!play http://stream.laut.fm/reavfm"

Specifies how long the bot has to be idle until the 'onidle' event gets fired.

You can specify the time in the ISO-8601 format "PT30S" or like: 15s, 1h, 3m30s

idletime = "1m"

ReavMC commented 2 years ago

Please help.