ytoaa

Results 52 comments of ytoaa

> I am not sure if I understood correctly. #1460 was just closed with comment "On Windows, Sunshine requires that a display is connected to the GPU." But your comments...

> 내가 올바르게 이해했는지 잘 모르겠습니다. [#1460은](https://github.com/LizardByte/Sunshine/issues/1460) "Windows에서 Sunshine을 사용하려면 디스플레이가 GPU에 연결되어 있어야 합니다."라는 설명과 함께 닫혔습니다. 그러나 귀하의 의견은 이전 버전의 Intel GPU 드라이버에서는 "가상" 디스플레이가 이 요구...

It seems to be a problem with Intel's driver, but I think we need to check further to see if the sunshine can solve the problem on its own.

P.S. It is assumed that an error occurs when the previous authentication information value is inserted. I made a proxy server that doesn't require authentication information and tested it. This...

This issue is not resolved

> Can you break this down into steps to reproduce like: > > 1. Open chapter in Kavita > Expected: See 100 files in cache > Actual: ... Okay. First,...

> Okay from the Kavita image, it does look like Kavita is functioning correctly. if you see, chapter X has 100 duplicates (likely a bad parsing), so when you open...

![image](https://github.com/Kareadita/Kavita/assets/24527825/d9148239-a500-4f71-bdd9-6da06b527755) https://github.com/Kareadita/Kavita/pull/2874 CacheService.cs After replacing the file with version 0.8.0 and building it We have confirmed that the problem has disappeared. It's related to #2770

"if (files.Count > 0 && files[0].Format == MangaFormat.Image)" In "_readingItemService.Extract(file.FilePath, Path.Join(extractPath, extraPath), MangaFormat.Image, files.Count);" The code "_readingItemService.Extract(file.FilePath, Path.Join(extractPath, extraPath), MangaFormat.Image);" I adjusted it to this. If you do this The...