TwitchChatVideo icon indicating copy to clipboard operation
TwitchChatVideo copied to clipboard

Empty output folder

Open wierdchamp opened this issue 5 years ago • 5 comments

Hello, i set up everything, click make video but then it only download chat logs.

wierdchamp avatar May 19 '19 22:05 wierdchamp

You should have an "error.txt" in the root directory of the app. If you could paste the contents here, it might point me in the right direction.

Some other things worth considering:

  • What OS are you on? Do you have the latest .NET Framework?
  • Do any other VODs work for you? If so and you don't mind sharing, what video ID are you using?

cairthenn avatar May 19 '19 23:05 cairthenn

I use Windows 7 Home Premium 64bit I downloaded .NET Framework 4.7.2 then tried 4.8, same effects It happens on any VOD i try its also crushing completely on VODs from this channel : https://www.twitch.tv/duellinksmeta/videos

heres error.txt, some parts are in polish tho

00:42:10 : System.Net.WebException: Żądanie zostało przerwane: Nie można utworzyć bezpiecznego kanału SSL/TLS. w System.Net.WebClient.DownloadFile(Uri address, String fileName) w System.Net.WebClient.DownloadFile(String address, String fileName) w TwitchChatVideo.TwitchDownloader.GetImage(String local_path, String url) w C:\projects\twitchchatvideo\TwitchChatVideo\TwitchDownloader.cs:wiersz 29 w TwitchChatVideo.Badges.Lookup(String type, String version) w C:\projects\twitchchatvideo\TwitchChatVideo\TwitchObjects\TwitchBadge.cs:wiersz 80 w TwitchChatVideo.ChatHandler.<>c__DisplayClass48_0.<MakeDrawableMessage>b__2(Badge b) w C:\projects\twitchchatvideo\TwitchChatVideo\ChatHandler.cs:wiersz 234 w System.Collections.Generic.List1.ForEach(Action1 action) w TwitchChatVideo.ChatHandler.MakeDrawableMessage(ChatMessage message) w C:\projects\twitchchatvideo\TwitchChatVideo\ChatHandler.cs:wiersz 232 w TwitchChatVideo.ChatVideo.<>c__DisplayClass46_3.<CreateVideoAsync>b__1(ChatMessage m) w C:\projects\twitchchatvideo\TwitchChatVideo\ChatVideo.cs:wiersz 85 w System.Linq.Enumerable.WhereSelectListIterator2.MoveNext() w System.Collections.Generic.List1..ctor(IEnumerable1 collection) w System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) w TwitchChatVideo.ChatVideo.<>c__DisplayClass46_0.<<CreateVideoAsync>b__0>d.MoveNext() w C:\projects\twitchchatvideo\TwitchChatVideo\ChatVideo.cs:wiersz 82

wierdchamp avatar May 20 '19 00:05 wierdchamp

Seems to be an issue downloading image files due to the connection encryption type being used. I don't explicitly set it to use a particular method, so I'm guessing it's somehow improperly trying to use SSL instead of TLS or something of the sort. There's a known issue with older versions of .NET (4.5, 4.6 ), so if you have those I would try uninstalling and doing a clean install of 4.7.2. I'll see if I can figure anything out on my end.

cairthenn avatar May 20 '19 00:05 cairthenn

Unfortunately didn't work :(

wierdchamp avatar May 20 '19 10:05 wierdchamp

So i finally managed to get it work.I don't know anything about Net.Framework but i used this program and it fixed it. https://github.com/TheLevelUp/pos-tls-patcher

wierdchamp avatar Jun 08 '19 18:06 wierdchamp