Open superbonaci opened 1 year ago
I think this is some issue related to Windows/NET but not sure, if anybody knows please help.
The stacktrace indicates that the exception was thrown before any disk IO occurs. I think it is most likely that Twitch servers in your area were doing maintenance or similar.
Please delete COPYRIGHT.txt and THIRD-PARTY-LICENSES.txt, then rerun anything in TwitchDownloader. If the license files reappear then dotnet is indeed able to read and write from your file system.
Turns out I can run .\TwitchDownloaderCLI
and .\TwitchDownloaderCLI help
, and both work, but none of them generate the copyright and license files. It only happens when I run the videodownload command as stated before, them immediately is the error.
Looks like some NET issue, since DownloadHelper browser extension can download directly the .m2ts to the apfs drive. No idea if such extension is coded in NET but I would be surprised if did.
Turns out I can run
.\TwitchDownloaderCLI
and.\TwitchDownloaderCLI help
, and both work, but none of them generate the copyright and license files
Both of those count as "failed to parse" in the CLI parsing library, so they quit before the license files are written to the disk.
Checklist
Edition
Command Line Interface
Describe your issue here
Probably some bug in .NET Framework that doesn't work with third party kernel drivers.
Add any related files or extra information here
Couple screenshots