TheWicklowWolf / eBookBuddy

Book discovery tool that provides recommendations based on selected Readarr books, using Goodreads.
MIT License
33 stars 0 forks source link

Error connecting to Readarr #1

Closed samcro1967 closed 1 month ago

samcro1967 commented 1 month ago

Seeing the error below when I click on Get Readarr Books:

[2024-06-07 07:44:33 -0500] [1] [INFO] Starting gunicorn 22.0.0
[2024-06-07 07:44:33 -0500] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
[2024-06-07 07:44:33 -0500] [1] [INFO] Using worker: geventwebsocket.gunicorn.workers.GeventWebSocketWorker
[2024-06-07 07:44:33 -0500] [7] [INFO] Booting worker with pid: 7
Loading Config via file
192.168.1.103 - - [2024-06-07 07:44:34] "GET /socket.io/?EIO=4&transport=polling&t=O_okgzg HTTP/1.1" 200 254 0.000699
192.168.1.103 - - [2024-06-07 07:44:34] "POST /socket.io/?EIO=4&transport=polling&t=O_okhIK&sid=NS6i73UMRMtS208oAAAA HTTP/1.1" 200 199 0.002050
192.168.1.103 - - [2024-06-07 07:44:34] "GET /socket.io/?EIO=4&transport=polling&t=O_okhIL&sid=NS6i73UMRMtS208oAAAA HTTP/1.1" 200 157 0.000120
192.168.1.103 - - [2024-06-07 07:44:39] "GET / HTTP/1.1" 200 8856 0.006176
192.168.1.103 - - [2024-06-07 07:44:39] "GET /static/style.css HTTP/1.1" 304 178 0.001929
192.168.1.103 - - [2024-06-07 07:44:39] "GET /static/script.js HTTP/1.1" 304 179 0.001032
192.168.1.103 - - [2024-06-07 07:44:39] "GET /static/readarr.svg HTTP/1.1" 304 180 0.000978
192.168.1.103 - - [2024-06-07 07:44:39] "GET /socket.io/?EIO=4&transport=polling&t=O_okiZx HTTP/1.1" 200 254 0.000354
192.168.1.103 - - [2024-06-07 07:44:39] "POST /socket.io/?EIO=4&transport=polling&t=O_okia2&sid=BL5_4kG9Bi11TMedAAAC HTTP/1.1" 200 199 0.001091
192.168.1.103 - - [2024-06-07 07:44:39] "GET /socket.io/?EIO=4&transport=polling&t=O_okia3&sid=BL5_4kG9Bi11TMedAAAC HTTP/1.1" 200 189 0.000150
192.168.1.103 - - [2024-06-07 07:44:39] "GET /static/logo.png HTTP/1.1" 304 178 0.000902
192.168.1.103 - - [2024-06-07 07:44:39] "GET /socket.io/?EIO=4&transport=polling&t=O_okiaE&sid=BL5_4kG9Bi11TMedAAAC HTTP/1.1" 200 157 0.000181
Getting Books from Readarr
Getting Book Error: '>' not supported between instances of 'NoneType' and 'int'
TheWicklowWolf commented 1 month ago

I have a fix to prevent that issue, but the underlying cause was Readarr not returning data as expected. So there might be an issue with your Readarr instance, is it running the latest version? Maybe try restarting the container?

samcro1967 commented 1 month ago

I am running version 5.7.0.8862 (lscr.io/linuxserver/readarr:nightly). I tried restarting Readarr, but still get the same issue. Updating to the latest version of eBookBuddy with the fix has resolved it.

TheWicklowWolf commented 1 month ago

👍