Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

LIB010 Failed to download resource from "https://cdnjs.cloudflare.com/ajax/libs/elfinder/2.1.41/sounds/rm.wav"

Open
#377 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
tooling

Research direction

Start with CdnjsProvider.RefreshCacheAsync, then trace the request through WebRequestHandler.GetStreamAsync and CacheService.DownloadToFileAsync while reproducing restoration of elFinder 2.1.41. Check the failing rm.wav download and the resulting ResourceDownloadException; done means the reported restoration failure is resolved or produces a clear, actionable error.

Written by the indexing model from the issue text.

Description

P2

I'm getting this error while trying to restore elfinder using LibMan.
Here's are the 2 errors I'm getting as well as the stack trace:

Error LIB010 Failed to download resource from "https://cdnjs.cloudflare.com/ajax/libs/elfinder/2.1.41/sounds/rm.wav"

Error Microsoft.Web.LibraryManager.Contracts.ResourceDownloadException: Failed to download resource from "https://cdnjs.cloudflare.com/ajax/libs/elfinder/2.1.41/sounds/rm.wav"
at Microsoft.Web.LibraryManager.WebRequestHandler.d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.LibraryManager.CacheService.d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.LibraryManager.CacheService.d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.LibraryManager.Providers.Cdnjs.CdnjsProvider.d__26.MoveNext()

Dominant language
C#
Stars
486
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aspnet/LibraryManager

All issues in aspnet/LibraryManager

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.