Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error when downloading search results" displays after "x results found" #129

Open
AIndoria opened this issue Jan 24, 2023 · 4 comments
Open

Comments

@AIndoria
Copy link

AIndoria commented Jan 24, 2023

image

Shows me 17 results found, and then shows me that error. It maybe allows me to see the results 1/20 times, sometimes.

Logs:

2023/01/24 07:45:30 SERVER: Base Path: /downloads/
2023/01/24 07:45:30 SERVER: OpenBooks is listening on port 80
2023/01/24 07:45:30 SERVER: Download Directory: /books
2023/01/24 07:45:30 SERVER: Open http://localhost:80/downloads/ in your browser.
2023/01/24 07:45:51 SERVER: Client connected from 10.1.1.1:40576
2023/01/24 07:45:51 CLIENT (fear): New client created.
2023/01/24 07:45:51 CLIENT (fear): CONNECT Message Received
2023/01/24 07:45:56 CLIENT (fear): SEARCH Message Received
2023/01/24 07:46:02 CLIENT (fear): open /books/books/SearchOok_results_for__BOOKNAMEHERE.txt.zip.temp: no such file or directory

I redacted the book name just in case of DMCA or what not for this project.

I'm running this on docker, on Ubuntu 20.04

compose file:

version: "3.3"
services:
  openbooks:
    container_name: OpenBooks
    image: evanbuss/openbooks:latest
    restart: unless-stopped
    ports:
      - "8389:80"
    volumes:
      - "./books-to-add:/books"
    command: --persist --name <name>
    environment:
      - BASE_PATH=/downloads/

I have tried this with --searchbot searchook

@kliszaj
Copy link

kliszaj commented Nov 13, 2023

I'm having the same issue - any luck resolving it?

@gathermail
Copy link

I'm having it also - several months on. If the previous commenters are still reading this, did it clear up for you? Any settings you tweak? You abondon use?

@kliszaj
Copy link

kliszaj commented Apr 21, 2024

It ended up being a Synology firewall rule problem in my case

@gathermail
Copy link

gathermail commented Apr 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants