youtube scrapper Plugin

Issue #2983 resolved
Ryan K. Adams created an issue

(Inner Exception)

An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.

App: LaunchBox Version: 7.10-beta-6 Type: System.NotSupportedException Site:
Source:

(Outer Exception)

Could not load file or assembly 'YoutubeExplode, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

App: LaunchBox Version: 7.10-beta-6 Type: System.IO.FileLoadException Site: System.Reflection.RuntimeAssembly _nLoad(System.Reflection.AssemblyName, System.String, System.Security.Policy.Evidence, System.Reflection.RuntimeAssembly, System.Threading.StackCrawlMark ByRef, IntPtr, Boolean, Boolean, Boolean) Source: mscorlib

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.Assembly.Load(AssemblyName assemblyRef) at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at (String ) at Unbroken.LaunchBox.Root.LoadPlugins(String folderPath) at (String[] ) at Unbroken.LaunchBox.Desktop.Program.Main(String[] args)

Recent Log:

8:50:45 PM Exception

Comments (2)

  1. Ryan K. Adams reporter

    EDIT: Solved it. For anyone with the same issue, make sure to unblock the file by right click, going on properties and clicking Unblock.

  2. Log in to comment