Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

Recent content by banananex

  1. B

    could not decode downloader output: json: cannot unmarshal number 127.37 into Go struct field YTDLFormat.abr of type int

    I found the issue myself and fixed it. There is on line 3859 in /yt_dlp/extractor/youtube.py with 'tbr': tbr, You need to cast it to int: 'tbr': int(tbr), Then build the .exe yourself after changing the code with these instructions: https://github.com/yt-dlp/yt-dlp#compile Works well with...
  2. B

    could not decode downloader output: json: cannot unmarshal number 127.37 into Go struct field YTDLFormat.abr of type int

    I guess it's not working anymore. Can you tell me what the changes are that you make to the exe? I'm currently getting "could not play file"
  3. B

    could not decode downloader output: json: cannot unmarshal number 127.37 into Go struct field YTDLFormat.abr of type int

    Can you elaborate on what you changed? Seems like your version is already not working anymore.
  4. B

    Windows & youtube-dl

    Been testing about 10 versions from early 2021 to today. None of them work unfortunately.
  5. B

    Windows & youtube-dl

    older version of sinusbot or yt-dlp?
  6. B

    Windows & youtube-dl

    I just tried it and this is what I get: could not decode downloader output: json: cannot unmarshal number 48.968 into Go struct field YTDLFormat.abr of type int I put the following into my config.ini: YoutubeDLPath = "C:\\SinusBot\\youtube-dl\\yt-dlp.exe" That's the same from almost 1 year...
  7. B

    Windows & youtube-dl

    Hello guys, Soon it's been year and the issues with youtube-dl and windows haven't been "fixed". Linux users enjoy using "yt-dlp" alternative which apparantely works great. youtube-dl hasn't been updated since december 2021 which isn't very promising imo: https://youtube-dl.org/ It seems...
  8. B

    Issue with the latest youtube-dl

    same error here I'm working with this .exe as of now https://forum.sinusbot.com/threads/could-not-decode-downloader-output-json-cannot-unmarshal-number-127-37-into-go-struct-field-ytdlformat-abr-of-type-int.8291/post-48460
  9. B

    Issue with the latest youtube-dl

    The error I'm getting is the same as in the forum post I linked. One user posted the following: He fixed it in the source code and provided a compiled youtube-dl version. Maybe the same fix is needed in yt-dlp for it to work with SinusBot?
  10. B

    Issue with the latest youtube-dl

    youtube-dl hasn't been updated in 5 months though.
  11. B

    Issue with the latest youtube-dl

    Oh, then I did something wrong I guess. I updated Python to Python 3.10.0. I downloaded the latest yt-dlp.exe file. Then I added this line in the config: This is also in my config: Using Windows 10 and the latest SinusBot installed. Edit: I also tried just renaming the yt-dlp.exe to...
  12. B

    Issue with the latest youtube-dl

    So, this fix is only working for normal youtube download but it doesn't work with SinusBot, right?
Top