imaginary-upside / JellyfinJav

JAV metadata providers for Jellyfin
GNU Affero General Public License v3.0
81 stars 22 forks source link

pic from R18 #10

Closed Kongen1981 closed 3 years ago

Kongen1981 commented 3 years ago

Hi

I have trouble retrieving images from R18, if I click the R18 logo, I get this error Error processing request.

error r18

Kongen1981 commented 3 years ago

Jellyfin version 10.6.4 on unraid

imaginary-upside commented 3 years ago

Thanks for letting me know about this issue.

It seems like the issue must be with Jellyfin itself since my logs show the right URLs.

[2021-01-29 21:33:33.507 +00:00] [WRN] [31] Emby.Server.Implementations.Library.LibraryManager: Cannot fetch image from "https://pics.r18.com/digital/video/118dic00071/118dic00071pl.jpg"
[2021-01-29 21:33:33.510 +00:00] [WRN] [28] Emby.Server.Implementations.Library.LibraryManager: Cannot fetch image from "https://pics.r18.com/digital/video/118dic00071/118dic00071ps.jpg"
[2021-01-29 21:33:33.510 +00:00] [WRN] [28] Emby.Server.Implementations.Library.LibraryManager: Cannot get image index for "https://pics.r18.com/digital/video/118dic00071/118dic00071pl.jpg"

So R18 must have changed an encryption option which Jellyfin 10.6.4's .NET version isn't compatible with, or something like that.

I'm going to see if Jellyfin 10.7.0 has the same issue. But to do that I need to switch from netstandard2.1 to net50 which is giving me some odd issues.

For now you should just disable the R18 Image Fetcher.

imaginary-upside commented 3 years ago

I've pushed out an update which works with Jellyfin 10.7, and fixes the R18 image issue. You can either update to Jellyfin 10.7.0-rc3 right now, or wait until 10.7 is officially released, which I assume should be within the next few weeks.

Kongen1981 commented 3 years ago

thanks a lot :)

imaginary-upside commented 3 years ago

No problem. Feel free to open another issue if you notice any other bugs.