Closed DJPlaya closed 2 years ago
the most likely culprit is the way i displayed error messages, i just saved them and used them like a normal file.
My.Computer.FileSystem.WriteAllText(Application.StartupPath + "\WebInterface\error_Page.html", ErrorPage, False)
strRequest = rootPath & "error_Page.html"
SendHTMLResponse(strRequest, stream)
now i changed the response function to allow direct access to the variables
SendHTMLResponse(stream, Nothing, New ServerResponse(ErrorPage, "html"))
since this a rare issue testing the fix is not easy so a release might take some time but you can use the git version of the Crunchyroll Downloader.exe which you can use to replace your current one.
Thanks for the quick fix, i will reopen this issue if this ever comes up again👍
The application crashed randomly while downloading. Many other downloads succeeded before. Version: 3.8.5.0 Configuration: Single threaded downloading on default mode Host: Windows Server 2019 x64
Details from event manager about .net runtime:
Details from event manager about the application:
Tell me if you need the logs as XML version, sadly i cannot provide in-time debugging since its an production server.