icedream / ts3bot-control

(Stalled. "voicybot" will replace this repository eventually.) The control application for the open-sourced TeamSpeak3 Bot.
4 stars 1 forks source link

Configuration/identity files with Windows line endings break bot functionality #41

Open icedream opened 8 years ago

icedream commented 8 years ago

I guess that the identity file actually is the only file really affected by Windows line endings that don't get parsed correctly by the bot's INI parsing, which causes to corrupted key data and an invalid bot identity.

Fix would obviously be to use a fixed INI parser, the current one is broken.

Fix for users: Convert your configuration and identity file using dos2unix (you may have to install that tool, for example using apt-get install dos2unix). After this your bot should connect just fine.