SinusBot / installer-linux

💾 SinusBot Installer for Debian, Ubuntu and CentOS - Installs the SinusBot with a single command.
https://sinusbot.github.io/installer/
Other
35 stars 34 forks source link

Could not download teamspeak3 client #35

Closed Ayymoss closed 6 years ago

Ayymoss commented 6 years ago

Any idea why it failed to run the TS3 client?

root@scw-fee20c:~# bash <(wget --no-check-certificate -O - 'https://sinusbot-installer.de/download.php?s=57e71d7a68e602a173525b99fe59cedb&t=1512161179')
--2017-12-01 20:40:54--  https://sinusbot-installer.de/download.php?s=57e71d7a68e602a173525b99fe59cedb&t=1512161179
Resolving sinusbot-installer.de (sinusbot-installer.de)... 31.172.90.14
Connecting to sinusbot-installer.de (sinusbot-installer.de)|31.172.90.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 33850 (33K) [application/octet-stream]
Saving to: ‘STDOUT’

-                     0%[                    ]       0  --.-KB/s               Checking for the latest latest installer version
Your installer is up-to-date.
-                   100%[===================>]  33.06K  10.8KB/s    in 3.0s

2017-12-01 20:41:02 (10.8 KB/s) - written to stdout [33850/33850]

This is the automatic installer for latest SinusBot. USE AT YOUR OWN RISK!
You can choose between installing, upgrading and removing the SinusBot.
Installer by Philipp Esswein | DAThosting.eu - Your game-/voiceserver hoster (only german).
Please rate this script at: https://forum.sinusbot.com/resources/sinusbot-installer-script.58/
You're using Installer 1.3.10
What should the Installer do?
1) Install
2) Update
3) Remove
4) PW Reset
5) Quit
#? 1
Check if lsb-release and debconf-utils is installed...
Done!
Automatic usage or own directories?
1) Automatic
2) Own path
3) Quit
#? 1
SinusBot isn't installed yet. Installer goes on.
This SinusBot version is only for private use! Accept?
1) No
2) Yes
#? 2
Should YT-DL be installed/updated?
1) Yes
2) No
#? 1
Check your time below:
DATE: 12/01/17
TIME: 20:41:19
1) Correct
2) Incorrect
#? 1
Update the system packages to the latest version? Recommended, as otherwise dependencies might break! Option "No" will exit the installer
1) Yes
2) Try without
3) No
#? 1
Start installer now!
Updating the system in a few seconds silently (no optical output)!
This could take a while. Please wait up to 10 minutes!
Installing necessary packages. Please wait...
Packages installed!
Please enter the name of the sinusbot user. Typically "sinusbot". If it does not exists, the installer will create it.
Username [sinusbot]:
Your sinusbot user is: sinusbot
Downloading TS3 client files.
Error on line 754. Report this to the author at https://forum.sinusbot.com/threads/sinusbot-installer-script.1200/ only. Not a PN or a bad review, cause this is an error of your system not of the installer script. Or have a look directly to your error: https://github.com/Sinusbot/installer-linux/blob/master/sinusbot_installer.sh#L754
mxschmitt commented 6 years ago

Try to run the following command manually:

su -c "curl -O -s http://ftp.4players.de/pub/hosted/ts3/releases/3.0.18.2/TeamSpeak3-Client-linux_amd64-3.0.18.2.run" sinusbot
mxschmitt commented 6 years ago

Closed due not providing missing information.