Jump to content
LaunchBox Community Forums

Youtube Scraper 0.1.9

   (6 reviews)

2 Screenshots

About This File

Simple Plugin to automate download videos from youtube.

 

Requirements: Launchbox 8.2+

Install: Extract the content of zip file to : Launchbox/plugins/YoutubeScraper

Source codeGithub (feel free to make a pull request )

EDIT

If you have trouble running the plugin and crashing due CAS error, please right click on the DLL's , properties and then unblock.

 

unblock.thumb.png.a607d0dfe4f8965625bc1da050b59e0d.png

 

There's two options:

URL Scraper: Just paste entire youtube URL from the desired video

1CuJ5BzV8J.thumb.gif.60a9b4e28418c589d046deed337227a7.gif

 

One-click downloader: It will search automatically and download the first entry from youtube. Bulk Download supported!

 

64prJ3fhsv.thumb.gif.0de5d3e8b3b00ade12a5a5f1f889a38a.gif


What's New in Version 0.1.9   See changelog

Released

Update:

A year has passed since I updated this thing, a lot of stuff has changed on the youtube framework side, please I did this in 5min and barely tested, let me see how it goes.

 

Sorry for the time that I could update this but Im really really busy at work :(

 

NOTE: REMOVE ALL FILES OF YOUR YOUTUBE PLUGIN FOLDER BEFORE COPYING THIS OVER.

 

 

  • Like 11
  • Thanks 3
  • Unusual Gem 1

User Feedback

Recommended Comments



2 hours ago, wirtual82 said:

Perfect! I think 5 min limit might still be a bit too long. The best if we could set the time limit by ourselves in a config file.

Anyways, thank you for those new features. Extremely useful now.

Basically, I also found that 5 min limit might be sometimes too short because in rare cases like mine, the right video is 6 min long. It gets omitted, and as a result, I get a wrong video downloaded. 

So yes, setting the limit by ourselves would be the best solution to this problem...

So far working great!

xDxD Ok, I'll put another text box to set video duration, not sure about config file, it's a plugin in my mind should be ephemeral, so you may set it everytime.

Link to comment
Share on other sites

Finally I was able to test it properly. Great job; easy, fast and headache free. Thank you :)

Recommendations:

  • When you select the one click downloader, which awesomely asks you to add the desired keyword, make the ENTER key to act as "Search" as well.
  • A progress bar, or even a popup stating that the download was finished would be a great addition, so the user knows whether to go for the next one, or close LB or do anything else. If you even add an option to "Go to the folder" in the finished popup, that would be even better.
  • The video got stored as a webm file. I know that youtube outputs with that format, and LB/BB can read in that format as well, but if the file could be renamed to mp4, would be great.

Thank you for this great plugin!

EDIT: Just did an Audit using this plugin. Incredible! I got some files as mp4 and some as webm, so IDK :)

 

Edited by Kondorito
Link to comment
Share on other sites

9 hours ago, Kondorito said:

Finally I was able to test it properly. Great job; easy, fast and headache free. Thank you :)

Recommendations:

  • When you select the one click downloader, which awesomely asks you to add the desired keyword, make the ENTER key to act as "Search" as well.
  • A progress bar, or even a popup stating that the download was finished would be a great addition, so the user knows whether to go for the next one, or close LB or do anything else. If you even add an option to "Go to the folder" in the finished popup, that would be even better.
  • The video got stored as a webm file. I know that youtube outputs with that format, and LB/BB can read in that format as well, but if the file could be renamed to mp4, would be great.

Thank you for this great plugin!

EDIT: Just did an Audit using this plugin. Incredible! I got some files as mp4 and some as webm, so IDK :)

 

Hi @Kondorito ! Glad that work as expected! 

First point: easy, will do it this week.

Second: this is more complicated, I never worked with c# before, so I have no idea what I'm doing to be honest, so the method that download the videos are asynchronous, but, they use await which means that it returns me when its done, what I would need to do is to work async and make the method return a Task for me so I can work with methods such as continuewith, which can do that, but, again I have no idea how to do it(only knows a little bit of concept), but would be an easy task for someone that really knows how to code.

Third: I noticed this behaviour, but it is related to the Youtube, as long webm is working I will not mess with it.

Edited by srxz
  • Like 1
Link to comment
Share on other sites

5 hours ago, alissongamer said:

Here is the error when I open the Launchbox, and the option to unlock dll does not appear for me. ?

Could you please copy and paste the error and send to me? Please provide more info so I can help.

ps. do you speak portuguese? If yes, hit me an PM and I can help you in portuguese.

Link to comment
Share on other sites

2 minutes ago, pmf5389 said:

webm files do not work for me. If I change them to mp4 I get no sound

Are you using WMP as the player? That doesnt support webm natively you will either need to download a codec pack, or switch the video player to VLC.

Link to comment
Share on other sites

This guy do metal covers of games, spliced with game footage.
 

Revenge of Shinobi

Only 161 subscribers...

But his later videos have ending cards where they guy asks you to like and subscribe :(


Get on there, like and subscribe, and leave a comment saying "LaunchBox community wants you to stop saying 'comment, like and subscribe' at end of your video so we can scrape it for odd games out...can't afford EmuMovies at mo...so...more Shinobi style videos plz. :)"

This exact quote, copy pasted. With a link to LaunchBox and this thread.

 

Link to comment
Share on other sites

Aaaaaaand it's gone.

Got most of collection done, so thanks OP.

Quote

Additional text encountered after finished reading JSON content: }. Path '', line 1, position 14777.

App:     LaunchBox
Version: 8.9
Type:    Newtonsoft.Json.JsonReaderException
Site:    Boolean Read()
Source:  Newtonsoft.Json

   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Linq.JToken.Parse(String json, JsonLoadSettings settings)
   at YoutubeExplode.YoutubeClient.<GetVideoEmbedPageConfigAsync>d__31.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 YoutubeExplode.YoutubeClient.<GetVideoPlayerContextAsync>d__36.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 YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__40.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)

Recent Log:

   11:33:36 PM Music.Prepare Start
   23:33:36 Music.Kill Start
   23:33:36 Music.Kill Finished
   23:33:36 Music.NotifyTrackList Start
   23:33:36 Music.NotifyTrackList Invoke WPF
   11:33:41 PM Music.Play Start
   23:33:41 Music.Kill Start
   23:33:41 Music.Kill Finished
   23:33:41 Music.Play Empty Music Path
   23:33:41 Music.NotifyTrackList Start
   23:33:41 Music.NotifyTrackList Invoke WPF
   11:33:42 PM Music.Play Start
   23:33:42 Music.Kill Start
   23:33:42 Music.Kill Finished
   23:33:42 Music.Play Empty Music Path
   23:33:42 Music.NotifyTrackList Start
   23:33:42 Music.NotifyTrackList Invoke WPF
   11:35:37 PM Exception

 

Think it's a Youtube clampdown

 

URL (watch?v=yE_e4J9iYTo) 14918

URL (watch?v=yYomeDi72-k) 15073

URL (watch?v=yQeIYjZAdqY) 14853

OneClick (Endless Ocean - trailer) 14686

OneClick (Last Story - cutscene) 14860

 

Nothing changed with system setup or LaunchBox config. Working yesterday.

 

Working maybe...too....well.

 

 

Edited by ChurchOfBritain
Link to comment
Share on other sites

3 hours ago, ChurchOfBritain said:

Aaaaaaand it's gone.

Got most of collection done, so thanks OP.

 

Think it's a Youtube clampdown

 

URL (watch?v=yE_e4J9iYTo) 14918

URL (watch?v=yYomeDi72-k) 15073

URL (watch?v=yQeIYjZAdqY) 14853

OneClick (Endless Ocean - trailer) 14686

OneClick (Last Story - cutscene) 14860

 

Nothing changed with system setup or LaunchBox config. Working yesterday.

 

Working maybe...too....well.

 

 

YouTube is down, so...

Link to comment
Share on other sites

16 hours ago, srxz said:

YouTube is down, so...

Another test 13:52 East US time.

Youtube working yesterday BEFORE it went down.

Could still be unstable, perhaps going to go down proper later on today.

Youtube working as of this time, we'll see if down later.

Quote

 

Additional text encountered after finished reading JSON content: }. Path '', line 1, position 15149.

App:     LaunchBox
Version: 8.9
Type:    Newtonsoft.Json.JsonReaderException
Site:    Boolean Read()
Source:  Newtonsoft.Json

   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Linq.JToken.Parse(String json, JsonLoadSettings settings)
   at YoutubeExplode.YoutubeClient.<GetVideoEmbedPageConfigAsync>d__31.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 YoutubeExplode.YoutubeClient.<GetVideoPlayerContextAsync>d__36.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 YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__40.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)

Recent Log:

   6:51:36 PM Music.Prepare Start
   18:51:36 Music.Kill Start
   18:51:36 Music.Kill Finished
   18:51:36 Music.NotifyTrackList Start
   18:51:36 Music.NotifyTrackList Invoke WPF
   6:51:42 PM Music.Play Start
   18:51:42 Music.Kill Start
   18:51:42 Music.Kill Finished
   18:51:42 Music.Play Empty Music Path
   18:51:42 Music.NotifyTrackList Start
   18:51:42 Music.NotifyTrackList Invoke WPF
   6:53:20 PM Exception

 

 

Link to comment
Share on other sites

5 hours ago, faydesmee said:

What do you mean YT is not working? This plugin stopped working a few days ago.

Youtube had a major outage 24h ago, they changed something on their side as is stated here: https://github.com/Tyrrrz/YoutubeExplode/issues/169 the exact same error 22hours ago, it is already fixed I just need to update the Youtube library.

I will do this tonight after work, around 7PM EST.

Link to comment
Share on other sites

19 hours ago, faydesmee said:

What do you mean YT is not working? This plugin stopped working a few days ago.

Please download it again and test it, I have updated the plugin.

Link to comment
Share on other sites

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)
 

Link to comment
Share on other sites

52 minutes ago, Claudio J said:

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)
 

Claudio thanks for the headsup, Youtube screwed up us again. I have updated the code please download it again and try it. Let me know if any problems

Link to comment
Share on other sites

6 hours ago, srxz said:

Claudio thanks for the headsup, Youtube screwed up us again. I have updated the code please download it again and try it. Let me know if any problems

Thanks a lot for the super fast fix! It's working perfect again :)

Link to comment
Share on other sites

1 hour ago, pmf5389 said:

Could not find the entry function for signature deciphering.

App:     LaunchBox
Version: 9.0
Type:    YoutubeExplode.Exceptions.ParseException
Site:    System.Collections.Generic.IReadOnlyList`1[YoutubeExplode.Internal.CipherOperations.ICipherOperation] ParseCipherOperations()
Source:  YoutubeExplode

   at YoutubeExplode.Internal.Parsers.PlayerSourceParser.ParseCipherOperations()
   at YoutubeExplode.YoutubeClient.<GetVideoPlayerSourceAsync>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 YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__44.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)

Recent Log:

   2:13:48 PM Music.Prepare Start
   2:13:49 PM Music.Kill Start
   2:13:49 PM Music.Kill Finished
   2:13:49 PM Music.NotifyTrackList Start
   2:13:49 PM Music.NotifyTrackList Invoke WPF
   2:13:57 PM Music.Play Start
   2:13:57 PM Music.Kill Start
   2:13:57 PM Music.Kill Finished
   2:13:57 PM Music.Play Empty Music Path
   2:13:57 PM Music.NotifyTrackList Start
   2:13:57 PM Music.NotifyTrackList Invoke WPF
   2:14:08 PM Exception

Im getting this error

Are you using the latest version of the plug-in? This issue is already fixed.

Link to comment
Share on other sites

15 hours ago, pmf5389 said:

I still can not use this at all

Don't get me wrong, but, I will not help you with this lack of information, just say "doesn't work" isn't enough.

Do you have other third party plugins?

If yes are you organizing them in separated folders?

Are you using latest version?

Did you tried to remove every other plugin and just use this plugin to check if it works?

Could you provide a video of the error?

Could you please delete the plugin folder and download the latest version?

Which video did you tried to download and got the error?

The error occurs to every video url?

Are you using single URL download or One click?

 

Link to comment
Share on other sites

Hey @srxz, how are you? Hope you had a wonderful Christmas eve :)

I tried using the OneClick Download option for a bulk of videos in the Audit window, and got the below:

Could not find the entry function for signature deciphering.

App:     LaunchBox
Version: 9.2
Type:    YoutubeExplode.Exceptions.ParseException
Site:    System.Collections.Generic.IReadOnlyList`1[YoutubeExplode.Internal.CipherOperations.ICipherOperation] ParseCipherOperations()
Source:  YoutubeExplode

   at YoutubeExplode.Internal.Parsers.PlayerSourceParser.ParseCipherOperations()
   at YoutubeExplode.YoutubeClient.<GetVideoPlayerSourceAsync>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 YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__44.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)

Recent Log:

   5:53:14 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:14 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:53:33 PM Music.Pause Start
   5:53:33 PM Music.Prepare Start
   5:53:33 PM Music.Kill Start
   5:53:33 PM Music.Kill Finished
   5:53:33 PM Music.NotifyTrackList Start
   5:53:33 PM Music.NotifyTrackList Invoke WPF
   5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove
   5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach
   5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:53:35 PM Music.Pause Start
   5:53:35 PM Music.Prepare Start
   5:53:35 PM Music.Kill Start
   5:53:35 PM Music.Kill Finished
   5:53:35 PM Music.NotifyTrackList Start
   5:53:35 PM Music.NotifyTrackList Invoke WPF
   5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove
   5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach
   5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:53:36 PM Music.Pause Start
   5:53:36 PM Music.Prepare Start
   5:53:36 PM Music.Kill Start
   5:53:36 PM Music.Kill Finished
   5:53:36 PM Music.NotifyTrackList Start
   5:53:36 PM Music.NotifyTrackList Invoke WPF
   5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove
   5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach
   5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:53:37 PM Music.Pause Start
   5:53:37 PM Music.Prepare Start
   5:53:37 PM Music.Kill Start
   5:53:37 PM Music.Kill Finished
   5:53:37 PM Music.NotifyTrackList Start
   5:53:37 PM Music.NotifyTrackList Invoke WPF
   5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove
   5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach
   5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:53:39 PM Music.Play Start
   5:53:39 PM Music.Kill Start
   5:53:39 PM Music.Kill Finished
   5:53:39 PM Music.Play Empty Music Path
   5:53:39 PM Music.NotifyTrackList Start
   5:53:39 PM Music.NotifyTrackList Invoke WPF
   5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove
   5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach
   5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) Free
   5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction
   5:54:16 PM Music.Play Start
   5:54:16 PM Music.Kill Start
   5:54:16 PM Music.Kill Finished
   5:54:16 PM Music.Play Empty Music Path
   5:54:16 PM Music.NotifyTrackList Start
   5:54:16 PM Music.NotifyTrackList Invoke WPF
   6:32:06 PM Exception

 

Let me know if the above helps, or you need more info from me :)

 

Link to comment
Share on other sites

4 hours ago, Kondorito said:

Could not find the entry function for signature deciphering.

This is related to youtube and it was fixed months ago, I tried the onelick with Audit window and it works so I couldn't reproduce the error.

Do you have the latest plugin version? Make sure to delete all entries from previous version and use separate folders for each plugin installed.

Link to comment
Share on other sites

47 minutes ago, srxz said:

This is related to youtube and it was fixed months ago, I tried the onelick with Audit window and it works so I couldn't reproduce the error.

Do you have the latest plugin version? Make sure to delete all entries from previous version and use separate folders for each plugin installed.

Thanks for the quick reply. I believe I have the last revision, nevertheless I will redownload it.

The above scenario I got the error, I managed to get a couple of videos downloaded, and then it brought the message, so maybe it has to do with specific videos, idk.

Will check and let you know if I encounter further issues. Thanks.

Link to comment
Share on other sites

4 hours ago, Kondorito said:

Thanks for the quick reply. I believe I have the last revision, nevertheless I will redownload it.

The above scenario I got the error, I managed to get a couple of videos downloaded, and then it brought the message, so maybe it has to do with specific videos, idk.

Will check and let you know if I encounter further issues. Thanks.

Please try to find the games/videos that throws this error and I will look into it. 

Link to comment
Share on other sites

The Plugin no longer works as of this week ?. I Tried copying in a new version of the latest update as well which didn't help. i'm running the newest version of launchbox (Not the beta version). i just get this error now....ssss.thumb.png.3bc53f7bde60310b1e2336c6459070c0.png

 

here is what the error sais.....

 

Object reference not set to an instance of an object.

App:     LaunchBox
Version: 9.7
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)

Recent Log:

   1:41:44 PM Music.Prepare Start
   1:41:44 PM Music.Kill Start
   1:41:44 PM Music.Kill Finished
   1:41:44 PM Music.NotifyTrackList Start
   1:41:44 PM Music.NotifyTrackList Invoke WPF
   1:44:33 PM Music.Play Start
   1:44:33 PM Music.Kill Start
   1:44:33 PM Music.Kill Finished
   1:44:33 PM Music.Play Empty Music Path
   1:44:33 PM Music.NotifyTrackList Start
   1:44:33 PM Music.NotifyTrackList Invoke WPF
   1:48:54 PM Exception

Edited by darreldearth
Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...