starwolfy / steam-ts

Steam integration for TeamSpeak 3
MIT License
62 stars 9 forks source link

need help - doesn't get over the ts-authentication...maybe #31

Open grinder1337 opened 3 years ago

grinder1337 commented 3 years ago

hello, i need help because it won't work.....

image

that's all folks.....

ts3 is located on the same machine, it's an ubuntu 18.04, node is v12.10.0, npm is 6.11.3, ts is 3.13.3.... config.json looks like { "main": { "ts_ip": "212.227.###.###", "q_port": 10011, "q_username": "serveradmin", "q_password": "#####", "bot_username": "Senior_Bot", "bot_password": "#####", "q_vserverid": 1, "minlevel": 1, "wantedrankid": 9, "editdescription": false, "clanabbreviation": "", "queryinterval": 30000, "useHttps": false }, "twofactor": { "enabled": false }, "webserver": { "enabled": true, "port": "8080", "webminUsername": "whatever", "webminPassword": "#####", "timeOut": 300000
}, "doNotEdit": { "sessionSecret": "" } }

i've installed the whole server multiple times and tried any possible config (web true/false, https true/false, twofactor true/false, other steam acc)..... everytime it looks like shown.......

can someone help me please?????

but - be patient, i'm not very experienced with linux.......

my installtion routine looks like: sudo apt install nodejs -y sudo apt install npm -y apt install git -y git clone https://github.com/nikitavondel/steam-ts.git cd steam-ts/ pico config.json --edit config

screen -S steam-ts3-integration npm install npm start ctrl a d