Page 1 of 1

Cant start due to script needing x11 forwarding,

Posted: Sun Oct 16, 2016 6:18 pm
by NDBoost
when i try to start the ts3musicbot for the first time i get this error... is there a way to disable auto update check or get this working.

Image

for testing purposes this is the command im running, sensitive info removed.
Code: Select all
sudo ./TS3MusicBot_runscript.sh -acount user@domain.com -port 8080 -webif-pw 12345  -noquery

Re: Cant start due to script needing x11 forwarding,

Posted: Sun Oct 16, 2016 6:19 pm
by NDBoost
oops this is the screenshot...

Image

Re: Cant start due to script needing x11 forwarding,

Posted: Sun Oct 16, 2016 6:47 pm
by Shadow86
Hello,

it is always good to check about the command/parameters - yours are totally wrong.

yours(wrong):
missing "c" by account - missing "userpassword parameter" and one "space" to much after the password
Code: Select all
sudo ./TS3MusicBot_runscript.sh -acount user@domain.com -port 8080 -webif-pw 12345  -noquery
right one:
Code: Select all
./TS3MusicBot_runscript.sh -account user@domain.com -port 8080 -webif-pw 12345 -webif-pw-user examplepassword -noquery
regards

Shadow86

Re: Cant start due to script needing x11 forwarding,

Posted: Sun Oct 16, 2016 9:50 pm
by NDBoost
thanks looks like that was my problem.