Hi @srxz. I am an user since it was released. I love it!
I am sorry to bother you again. Since at least a week is failing again. I paste the error below:
I tested it with a few videos like https://www.youtube.com/watch?v=KX1W710uA3Y
Referencia a objeto no establecida como instancia de un objeto.
App: LaunchBox
Version: 10.8-beta-5
Type: System.NullReferenceException
Site: Void MoveNext()
Source: YoutubeScraper
at YoutubeScraper.Youtube.<youtubeAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
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)
I love your work. I think I found a bug.
I'm experiencing the following problem. In the fullscreen game view all videos are displayed too wide and bigger that the space available in the screen. Like 40% more.
To fix it, I have to go Wheel4GamesView and using WinGrep replaced:
StretchVideo="true" Height="1080" Width="1920"
by:
StretchVideo="false" Height="846" Width="1128"
It's like BigBox thinks I'm using a smaller resolution but I have a full HD TV. Maybe it's a problem with my configuration. I would leave StretchVideo="false", but it's a personal taste.
There is other issue that should affect everyone. In Queso_Fresco_Addon_1.1.zip some files xaml in the Wheel4GamesView folder are of 7 KB (right) and others of 21 KB (wrong).
I have Windows 10, the latest version of Launch Box and I'm using VLC as video player.
Hi. I love this pluggin. It super helpful.
Could you please check why it stopped working this time? I have the latest Launchbox 9.0 beta 7. I have tried to download a few YouTube videos like
I always get the same error. A bit different than previous times:
App: LaunchBox
Version: 9.0-beta-7
Type: System.Collections.Generic.KeyNotFoundException
Site: Void ThrowKeyNotFoundException()
Source: mscorlib
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at YoutubeExplode.YoutubeClient.<GetVideoAsync>d__41.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at YoutubeScraper.Youtube.<youtubeAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
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)