Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty output folder #9

Open
wierdchamp opened this issue May 19, 2019 · 5 comments
Open

Empty output folder #9

wierdchamp opened this issue May 19, 2019 · 5 comments

Comments

@wierdchamp
Copy link

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

@cairthenn
Copy link
Owner

cairthenn commented May 19, 2019

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?

@wierdchamp
Copy link
Author

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.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.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.<b__0>d.MoveNext() w C:\projects\twitchchatvideo\TwitchChatVideo\ChatVideo.cs:wiersz 82

@cairthenn
Copy link
Owner

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.

@wierdchamp
Copy link
Author

Unfortunately didn't work :(

@wierdchamp
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants