Open idkzhao opened 1 year ago
Hello there! Sorry to hear.
We have two options here: I help you fix it, so you can compile it yourself.. or you just download the already made binary file.
To compile it yourself, did you follow the guide on Windows and run the dotnet-install.ps1 -Channel 5.0 -Runtime aspnetcore
command? You're saying you found the SDK on Microsoft's website, but that's not listed in the guide.
To download the binary, simply do to https://github.com/mortenmoulder/TwitchClipper/releases and grab the latest *-win-x64.zip file. The current one is this one: https://github.com/mortenmoulder/TwitchClipper/releases/download/1.0.12/TwitchClipper-1.0.12-win-x64.zip
Then all you have to do is edit the appsettings.json file according to the documentation and you should be up and running 😃
I am trying to archive a channel's clips because of the recent Twitch Korea policy change. I found this program through /r/datahoarders, but I am not the experienced with these sorts of things.
I've downloaded the SDK 5.0.408 installer from here: https://dotnet.microsoft.com/en-us/download/dotnet/5.0
And have been following the instructions for installing on Windows: https://github.com/mortenmoulder/TwitchClipper/wiki/Windows
I've gotten to this step
dotnet publish -c Release -o publish -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true --runtime win-x64 TwitchClipper.sln
And PowerShell is returning a ton of errors?
How do I fix this?