-
Notifications
You must be signed in to change notification settings - Fork 8
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
Long vod fails about 2/3 in #11
Comments
Mind letting me know the video ID so I could look into it? |
Certainly, apologies for not including it initially. Thank you very much! |
What could additionally help is to add start/end functionality, twitch supports a start query in the url as far as I know, something like this: ?t=05h18m28s - although I don't know of any end query support or anything like that, although what could be done is (maybe) something like this: / -- I have little knowledge of how to program in C# (I think this is in C#) get startTime from the application interface in either the url field or the 'Start Time' field
Should have a var with the timestamp formatted like so: ?t=05h18m28s call downloadStarted(vodDurationInSeconds) as soon as download is clicked or something...
No idea what the C# equivalent of it is, I'm sure you'd know how to do it anyway. |
A 9h21m vod fails to complete the 'download chat history' part, and the application just closes around 2/3 in. No error file is produced. Shorter vods have worked for me. It's worth noting that I've reproduced this around 6 times and it always fails at the same %, which is around 66%.
The text was updated successfully, but these errors were encountered: