Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta
#377 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
csharp
Ambito
tooling

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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()

Lingua principale
C#
Stelle
486
Fork
91
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di aspnet/LibraryManager

Tutte le issue di aspnet/LibraryManager

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.