Quote:
Originally Posted by Bixel925
I am able to download books/metadata from the internet via "Download From URL's" as well as updating pre-existing books, so I don't think it's a problem of my firewall blocking Calibre from connecting to the internet. I will try putting your line of code in and see what happens.
Ok, just tried it and I got this error (I think it's the same one) :
calibre, version 2.31.0
ERROR: Unhandled exception: <b>gaierror</b>:[Errno 11001] getaddrinfo failed
|
For everyone's information, Bixel925 asked me about this in PM earlier--that's why I haven't been commenting here.
I explained:
Quote:
That error means that it's not getting an address for that name.
Most likely, you have the wrong name configured for your IMAP server.
It's possible, but less likely you have firewall/security software on your computer that's blocking calibre from looking up names.
|
(
Another reference for that error code.)
And later I said:
Quote:
Check for an extra space at the end of the server name (and user, pass & folder). Copy/paste in windows will often leave one.
I was able to duplicate your error by putting a space there. (I'll add code to FanFicFare to strip off leading/trailing spaces to those parameters later.)
|
Bixel925 reported checking for extra space on the server name and not having any. That's when I suggest posting here to see if anyone else had an ideas.