SkebbZ

Error

Nov 13th, 2025
137
0
29 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.23 KB | Gaming | 0 0
  1. Error reading file '../BepInEx/plugins/HollywoodFX/hollywoodfx'
  2. The operation was canceled.
  3.    at System.Threading.CancellationToken.ThrowOperationCanceledException()
  4.    at System.IO.Strategies.FileStreamHelpers.AsyncModeCopyToAsync(SafeFileHandle handle, Boolean canSeek, Int64 filePosition, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
  5.    at System.IO.Strategies.AsyncWindowsFileStreamStrategy.AsyncModeCopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
  6.    at System.IO.Strategies.BufferedFileStreamStrategy.CopyToAsyncCore(Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
  7.    at NarcoNet.Server.Services.NarcoNetHttpListener.HandleFetchModFile(HttpContext context)
  8.    at NarcoNet.Server.Services.NarcoNetHttpListener.HandleFetchModFile(HttpContext context)
  9. Error handling request [GET /narconet/fetch/..%2FBepInEx%2Fplugins%2FHollywoodFX%2Fhollywoodfx]
  10. StatusCode cannot be set because the response has already started.
  11.    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
  12.    at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
  13.    at NarcoNet.Server.Services.NarcoNetHttpListener.HandleFetchModFile(HttpContext context)
  14.    at NarcoNet.Server.Services.NarcoNetHttpListener.Handle(MongoId sessionId, HttpContext context)
  15. Error handling request: /narconet/fetch/..%2FBepInEx%2Fplugins%2FHollywoodFX%2Fhollywoodfx
  16. StatusCode cannot be set because the response has already started.
  17.    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
  18.    at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
  19.    at NarcoNet.Server.Services.NarcoNetHttpListener.Handle(MongoId sessionId, HttpContext context)
  20.    at SPTarkov.Server.Core.Servers.HttpServer.HandleRequest(HttpContext context, RequestDelegate next)
  21.    at SPTarkov.Server.Program.<>c.<<ConfigureWebApp>b__2_0>d.MoveNext()
  22. --- End of stack trace from previous location ---
  23.    at SPTarkov.Server.Services.NoGCRegionMiddleware.InvokeAsync(HttpContext context)
  24.    at SPTarkov.Server.Logger.SptLoggerMiddleware.InvokeAsync(HttpContext context)
Advertisement
Add Comment
Please, Sign In to add comment