DNNCommunity / DNNCommunity/DNN.Media
Flickr Image Embed Error
- Dominant language
- C#
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Original: https://github.com/hismightiness/dnnextensions/issues/8
Using the URL below will yield the error message below. It needs to be determined if this is the fault of the module or not.
http://www.flickr.com/photos/willstrohl/5142950551/in/pool-1557000@N22/
Error: Flickr is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: Width ---> System.ArgumentNullException: Value cannot be null. Parameter name: Width at WillStrohl.API.oEmbed.Providers.Flickr.GetPhotoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Wrapper.GetContent(RequestInfo Request) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with the Flickr URL in the issue, then inspect WillStrohl.API.oEmbed.Providers.Flickr.GetPhotoObject and the call from WillStrohl.API.oEmbed.Wrapper.GetContent. Determine why Width is null for this request and verify that the Flickr embed no longer raises the reported ModuleLoadException; the issue does not name a test or source file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100