Skip to content
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

Linking to YouTube Video #5

Open
WillStrohl opened this issue Jul 12, 2018 · 0 comments
Open

Linking to YouTube Video #5

WillStrohl opened this issue Jul 12, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@WillStrohl
Copy link
Member

Original: WillStrohl/dnnextensions#7

Get the following error:

Movie is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. File name: 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at WillStrohl.API.oEmbed.Wrapper.GetContent(RequestInfo Request) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value HKLM\Software\Microsoft\Fusion!EnableLog to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
comments

spook_man wrote Mar 6, 2013 at 6:04 AM

Upgraded to 4.0.3 (we aren't running DNN 7 nor .NET 4).

Now, I put in the URL for the YouTube video and nothing is being displayed. The module is there (when logged in), but nothing is being displayed.

Help.
nukealexs wrote Apr 8, 2013 at 12:08 PM

I can reproduce with latest media module and DNN 07.00.04 (180) following these steps to repro:
http://vimeo.com/34813543

Error:

Error: Media is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
The media that was requested was not returned by the remote server. This may be a temporary error, or the media and/or hosting server may no longer be available.
wrote Apr 8, 2013 at 12:21 PM

nukealexs wrote Apr 8, 2013 at 12:42 PM

NB .NET 4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant