• 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.

Solved Youtube-DL Error

ChrisN

Member
Hey so i installed sinusbot again after some time on my Linux Server
Anyways everything works except youtube-dl, this is the error i get:
Unbenannt1.PNG
Its way longer but how do i fix it? I used the installation guide from this post https://forum.sinusbot.com/threads/full-license-and-one-bot.8785/ from @Justman10000
Anyways i do not even use /home/sinusbot/.cache/youtube-dl or something like that i used the exact same installation from Justman and i installed youtube-dl it is linked to /home/MusicBot/youtube-dl in the config.ini, sometimes it downloads things but most of the time i get this error, how do i fix this?

Please help and thanks for answers in advance!

  • SinusBot 1.0.2​


  • Ubuntu 22.04.2 LTS x86_64
  • 1 Core, 2GB RAM
  • Google Chrome
  • 1,5GB RAM available, 6GB Disk space available

Config.ini:
Code:
TS3Path = "/home/MusicBot/ts3/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/home/MusicBot/data/"
ListenPort = 0
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 0
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/home/MusicBot/youtube-dl"
EnableDebugConsole = false
EnableInternalCommands = false
AllowStreamPush = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
ExternalFileBase = ""
InstanceActionLimit = 0
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
HostnameMask = ""
SampleInterval = 0
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = ""
IsProxied = false
DenyStreamURLs = []
Pragma = 0
UserAgent = ""

[YoutubeDL]
  BufferSize = 0
  MaxDownloadSize = 0
  MaxDownloadRate = 0
  MaxSimultaneousChunkDownloads = 0
  CacheStreamed = false
  TimeoutSingleDownloader = 0
  TimeoutMultiDownloader = 0
  ChunkSize = 0

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0
  AllowGIF = false

[StreamRewrites]

[Scripts]
  Debug = false
  AllowReload = false
  EnableTimer = false
  DisableLegacyEvents = false
  DevMode = false
  ScriptTimeout = 5

[Themes]
  Default = ""

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = ""
  WaitTime = 0

[DAV]
  Enable = false

[XServer]
  Delay = 0
  Debug = false

[SHMem]
  Enable = false
  Size = 0
  Delay = 0
  Interval = 0

[RadioStations]
  URL = ""
  UpdateInterval = 0

[TTS]
  Enabled = false
 
Top