kurp icon indicating copy to clipboard operation
kurp copied to clipboard

Upscaling for Kavita returns 200 but doesn't load the image.

Open DieselTech opened this issue 1 year ago • 2 comments

[0 llvmpipe (LLVM 15.0.6, 128 bits)]  queueC=0[1]  queueG=0[1]  queueT=0[1]
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  bugsbn1=0  bugbilz=0  bugcopc=0  bugihfa=0
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  fp16-p/s/a=1/1/0  int8-p/s/a=1/1/1
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  subgroup=4  basic=1  vote=1  ballot=1  shuffle=1
[2024-03-28T22:03:10Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
[2024-03-28T22:03:10Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
[2024-03-28T22:03:10Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
[2024-03-28T22:03:10Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
LLVM ERROR: Cannot select: 0x7f51842316c0: i16,ch = X86ISD::FILD<(load (s16) from %stack.8)> 0x7f51841e9180, FrameIndex:i64<8>
  0x7f51841e9048: i64 = FrameIndex<8>
In function: cs_co_variant
[2024-03-28T22:03:10Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  queueC=0[1]  queueG=0[1]  queueT=0[1]
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  bugsbn1=0  bugbilz=0  bugcopc=0  bugihfa=0
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  fp16-p/s/a=1/1/0  int8-p/s/a=1/1/1
[0 llvmpipe (LLVM 15.0.6, 128 bits)]  subgroup=4  basic=1  vote=1  ballot=1  shuffle=1
[2024-03-28T22:03:14Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
[2024-03-28T22:03:14Z INFO  kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK
LLVM ERROR: Cannot select: 0x7f6084230b80: i16,ch = X86ISD::FILD<(load (s16) from %stack.8)> 0x7f6084221950, FrameIndex:i64<8>
  0x7f6084221818: i64 = FrameIndex<8>
In function: cs_co_variant

Shows the response as okay but I suspect something with the image API has changed and it's causing images not to load at all.

image

DieselTech avatar Mar 28 '24 22:03 DieselTech

Not sure when this broke, but in Kavita, images need the apiKey to be passed to load the image.

majora2007 avatar Jun 24 '24 19:06 majora2007

For me it's work without the api api key but this error it's not normal : LLVM ERROR: Cannot select: 0x7f6084230b80: i16,ch = X86ISD::FILD<(load (s16) from %stack.8)> 0x7f6084221950, FrameIndex:i64<8> 0x7f6084221818: i64 = FrameIndex<8>

At the end you have this message : [2024-08-23T20:15:07Z INFO kurp::handlers::upscale] GET /api/reader/image: upstream response: 200 OK [2024-08-23T20:15:10Z INFO kurp::handlers::upscale] GET /api/reader/image finished upscaling

Gunnm92 avatar Aug 23 '24 20:08 Gunnm92