Fehler beim Starten vom Bot!

Started by lugau45, August 08, 2015, 02:46:46 PM

Previous topic - Next topic

lugau45

Ich komme irgendwie nicht weiter. Ich habe nun die Version mit der Weboberfläche.Folgende einstellungen wurden gemacht:
Quote# Enable the telnet interface of the bot. 1 = Enable, 0 = Disable
# You are able to start, stop or reload a bot instance using this telnet interface.
telnet_enable = 1
# Choose a port for the telnet interface, default port is 5873.
telnet_port = 5873
# Choose a password for the telnet interface.
# If this password is shorter than 6 characters, the telnet interface will be disabled!
telnet_password = passwort
# A comma seperated list (without spaces) of IP addresses, which are allowed to connect to the telnet interface.
# Leave empty, if every IP address is allowed to connect.
telnet_whitelist =
# Log telnet connection attempts to logfile? 1 = Enable, 0 = Disable
telnet_connection_log = 1
# Enable this to prevent that the JTS3ServerMod process quits if no bot instances are running. 1 = Enable, 0 = Disable
# You can still quit the process with !botquit in TS3 client chat or with botquit on telnet.
telnet_run_forever = 1

# Use a MySQL database to save bot instances and configurations. 1 = Enable, 0 = Disable
# There should be a structure sql file in the documents directory.
# Import this into your MySQL database to create the tables (the included web interface do this already for you).
# But you must fill this tables by yourself, the bot just reads the informations out there.
mysql_enable = 1
mysql_host = 127.0.0.1
mysql_port = 3306
mysql_user = ts3bot
mysql_password = passwort
mysql_database = ts3bot
Das Webinterface startet man kann Bots anlegen aber starten geht nicht.

Stefan1200

Wie sehen die Webinterface Einstellungen bei dir aus? Den Java Prozess hast du auch gestartet?

lugau45

Quotescreen -d -m -S ts3bot java -jar JTS3ServerMod.jar
Läuft auch screen -r
QuoteJTS3ServerMod 5.5.4 Hosting Edition (11.07.2015) Instance Manager started...
Successfully connected to MySQL server for logging!
MySQL mode enabled!
Telnet interface started on port 5873!

Was das Webinterface angeht kannst du dir ja am besten selbst ein Bild machen. Werde mal Zugang per PN senden (oder per Mail) was gerade hier geht.

Stefan1200

Habe dir gerade per E-Mail geantwortet. Dein Bot Telnet Passwort ist im Web Interface falsch hinterlegt.

lugau45

Danke für die Hilfe, es war noch ein Leerzeichen im Terminal hinter dem PW und das hat man nicht gesehen.