• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Youtubedl

Andrecz1

Active Member
Hello, I installed sinusbot script. Everything is ok but youtubedl i guess is not working. I send message to bot " !yt link" and nothing.

2018-02-08T08:17:55+01:00 CHAT 1 [ANDRE] < !yt
> Command ignored, user unknown.
 

Andrecz1

Active Member
sudo command not found.


-bash: /etc/youtube-dl.conf: Permission denied


root@debian:~# /opt/sinusbot/youtube-dl -U
youtube-dl is up-to-date (2018.02.04)

Whats wrong soo ?
 

Andrecz1

Active Member
Ok im go try again install link from Mr.schmitt

2018-02-08T09:12:20+01:00 Server seems broken or unreachable. Maybe ICY? Trying GET
2018-02-08T09:12:00+01:00 CHAT 1 [ANDRE] < !yt
> Command ignored, user unknown.
Still same error

Code:
[CODE]TS3Path = "/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64"

ListenHost = "0.0.0.0"

DataDir = "/opt/sinusbot/data/"

ListenPort = 8087

LocalPlayback = false

EnableLocalFS = false

MaxBulkOperations = 300

LogLevel = 10

EnableProfiler = false

YoutubeDLPath = "/usr/local/bin/youtube-dl"

EnableDebugConsole = false

UploadLimit = 83886080

RunAsUser = 0

RunAsGroup = 0

InstanceActionLimit = 6

UseSSL = false

SSLKeyFile = ""

SSLCertFile = ""

Hostname = ""

HostnameMask = ""

SampleInterval = 60

StartVNC = false

EnableWebStream = false

LogFile = ""

LicenseKey = "a31fCj4GDW0QC95A/KKzvRwtlCffpUSRNKJt5YoPGWo="

IsProxied = false

DenyStreamURLs = []

Pragma = 0



[YoutubeDL]

  BufferSize = 524288

  MaxDownloadSize = 419430400

  MaxDownloadRate = 104857600

  CacheStreamed = false



[TS3]

  AvatarMaxWidth = 0

  AvatarMaxHeight = 0

  AllowGIF = false



[StreamRewrites]



[Scripts]

  AllowReload = false

  EnableTimer = false

  DisableLegacyEvents = false

  ScriptTimeout = 5



[Themes]

  Default = ""



[SpeechRecognition]

  Enable = false



[FFmpeg]

  UserAgent = "SinusBot (0.11.0-8e5f1a2)"



[DAV]

  Enable = false



[XServer]

  Delay = 0

  Debug = false



[SHMem]

  Enable = false

  Size = 0

  Delay = 0

  Interval = 0



[RadioStations]

  URL = ""

  UpdateInterval = 0

[/CODE]

my config
 
Last edited:
Top