pops64
pops64
I forgot I moved my data to another drive. The database still has the old drive path(Windows grr). Probably causing the above error.
I was able to compile the cache once when I restarted the server as new things were added I get this. On the first compile of the cache I got...
I update every Monday. I will let you know if that fixes the problem. As requested `Linux ##### 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64 GNU/Linux`...
I tried ``` flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr network_mode: host ports: - "8191:8191" environment: - LOG_LEVEL=${LOG_LEVEL:-info} - LOG_HTML=${LOG_HTML:-false} - CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none} restart: unless-stopped ``` Changed nothing. I...
No change. System update had no effect ``` 024-05-20 21:16:58 INFO ReqId 132440155834176 FlareSolverr 3.3.18 2024-05-20 21:16:58 DEBUG ReqId 132440155834176 Debug log enabled 2024-05-20 21:16:58 INFO ReqId 132440155834176 Testing web...
https://duckduckgo.com ```# flaresolverr flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr network_mode: "service:gluetun" environment: - LOG_LEVEL=debug - LOG_HTML=true - CAPTCHA_SOLVER=none - TEST_URL=https://duckduckgo.com restart: unless-stopped ```
Unfortunately I am trying to keep my package list small and I don't want to retrieve anything from the AUR. Part of the reason I run Docker is to avoid...
> @pops64 I got an email with the following reply from you, not sure why it doesnt show; > > > _ > > I use to have this issue...
@theRealKLH is this the newest scene available toggle? I was unclear what the definition of newest was in context with XBVR. Even so this would limit to only the first...
Not asking to defeat the IDS system. Just some common sense practices that should be involved in any scraper activities. Like no more than x amount of parallel request to...