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.
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...
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...
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...
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
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.