Error while fetching tags with either plugin using Docker on Synology #670
-
LRR Version and OS (I did try it under macOS 12.4 as well with Docker 20.10.17, build 100c701 - same results) Bug Details
Sending ping commands from the CLI of the container work towards IPv4 addresses and hostnames as well - first I though hostname resolution is somehow not working, but that doesn't seem to be the case. Application log
Did anyone else experience something similar? Other Docker containers work fine in both environments, so I'm at a bit of a loss here where to continue. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
Did you configure the nHentai CF Bypass values in your Plugin Configuration? Do you get Cloudflare loading pages when visiting either website? |
Beta Was this translation helpful? Give feedback.
-
My guess is that it is a problem with ne new alpine baseimage, had the same problem until i built an own image with the old baseimage |
Beta Was this translation helpful? Give feedback.
-
Thanks all, it seems that somehow my plugins are outdated and the nHentai CF Bypass plugin is missing from my instance even though i've pulled the Also the nHentai Metadata plugin was one version behind the current at However, for batch operations with a timeout of 5 seconds, I get the following error:
Any ideas with that? Much appreciated! |
Beta Was this translation helpful? Give feedback.
-
It still sounds like Cloudflare. Do you get an error on the first attempt, or does it work on occasion? Line 102 is within the get_gallery_dom_by_title sub. I'd try changing the plugin to get it to log the variables inside. You can use "$logger->debug();" to output the variables inside it to try and figure out exactly what's being processed. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I can confirm same kind of errors when using chaika and fakku metadata plugins, same-ish environment of synology with docker. So it isn't a Cloudflare.
|
Beta Was this translation helpful? Give feedback.
-
I rolled back to 0.8.4 so I could setup the metadata for all galleries... I tried building with the legacy dockerfile but didn't help, not sure why. |
Beta Was this translation helpful? Give feedback.
Invalid Argument
errors can also come from the Alpine bug @Pheromir mentioned, so I'd recommend trying to build an image with https://github.com/Difegue/LANraragi/blob/dev/tools/build/docker/Dockerfile-legacy to see if that improves things for you!