You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error message:
System.NullReference Exception: Object reference not set to an instance of an object.
at
TwitchDownloaderWPF.WindowUrlList.btnQueue_Click(Object sender, RoutedEventArgs e) in
D:\a\TwitchDownloader\TwitchDownloader\TwitchDownloaderWPF\WindowUrlList.xaml.cs:line 135
at
System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at
System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at
System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
And then the application crashes.
Using the Clip Download option they download just fine.
I have downloaded many other clips from the same channel without any issues.
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered:
Checklist
Edition
Windows GUI Application
Describe your issue here
When I try to download either of these clips using the Task Queue option
https://clips.twitch.tv/EphemeralEnticingJuiceFloof-t0qY3VFQ0Ce2RbYF?tt_content=url&tt_medium=clips_api
https://clips.twitch.tv/WildScaryKeyboardBigBrother?tt_content=url&tt_medium=clips_api
I get the following error message:
System.NullReference Exception: Object reference not set to an instance of an object.
at
TwitchDownloaderWPF.WindowUrlList.btnQueue_Click(Object sender, RoutedEventArgs e) in
D:\a\TwitchDownloader\TwitchDownloader\TwitchDownloaderWPF\WindowUrlList.xaml.cs:line 135
at
System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at
System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at
System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
And then the application crashes.
Using the Clip Download option they download just fine.
I have downloaded many other clips from the same channel without any issues.
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered: