View Single Post
Old 07-02-2015, 12:24 AM   #351
Bixel925
Member
Bixel925 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2015
Device: Droid Turbo
Here's the specific line you were talking about:

FFF:DEBUG:calibre_plugins.fanficfare_plugin.fanfic fare.geturls(180):get_urls_from_imap srv:(imap.google.com)

It looks to me as though it says the same thing.

And here's the full code that came out of debugging:

calibre Debug log
calibre 2.31 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Generate Cover && FanFicFare
Starting up...
Failed to load cached store: ozon_ru
Traceback (most recent call last):
File "site-packages\calibre\gui2\store\loader.py", line 87, in load_cache
File "site-packages\calibre\gui2\store\loader.py", line 174, in load_object
File "<string>", line 0
SyntaxError: encoding declaration in Unicode string
Failed to load cached store: litres
Traceback (most recent call last):
File "site-packages\calibre\gui2\store\loader.py", line 87, in load_cache
File "site-packages\calibre\gui2\store\loader.py", line 174, in load_object
File "<string>", line 0
SyntaxError: encoding declaration in Unicode string
FFF:DEBUG:calibre_plugins.fanficfare_plugin.fff_pl ugin(184):Plugin FanFicFare macmenuhack file_path:C:\Users\chefj_000\AppData\Roaming\calib re\plugins\fanficfare_macmenuhack.txt
Started up in 4.74 seconds with 158 books
SMART_DEV ( 0.00: 0.002) _attach_to_port try ip address "" on port 9090
SMART_DEV ( 0.90: 0.801) startup_on_demand listening on port 9090
SMART_DEV ( 0.96: 0.025) _attach_to_port try ip address "" on port 54982
SMART_DEV ( 1.01: 0.000) startup_on_demand broadcast socket listening on port 54982
SMART_DEV ( 2.09: 1.040) run All IP addresses {'{E8E82744-4D37-4D71-9E5F-BE6EC954E0D9}': [{'addr': '169.254.14.103'}], '{DD3EE6C1-B5D0-43C8-A7C5-1E402DA0C690}': [{'addr': '192.168.2.12', 'netmask': '255.255.255.0', 'broadcast': '192.168.2.255'}], '{BBED3E08-0B41-11E3-8249-806E6F6E6963}': [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'broadcast': '127.255.255.255'}], '{75327D20-E796-4E54-890D-8F807A80F0E4}': [{'addr': '25.181.41.79', 'netmask': '255.0.0.0', 'broadcast': '25.255.255.255'}], '{4B6903DF-E402-4DF0-B14B-3EF9DCF4108D}': [{'addr': '169.254.4.153'}], '{7953588F-DBD8-4AE9-BD1C-30852025D922}': [{'addr': '169.254.173.1'}]}
FFF:DEBUG:calibre_plugins.fanficfare_plugin.fanfic fare.geturls(180):get_urls_from_imap srv:(imap.google.com)
calibre 2.31 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Generate Cover && FanFicFare
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 447, in get_urls_from_imap_menu
File "calibre_plugins.fanficfare_plugin.fanficfare.getu rls", line 181, in get_urls_from_imap
File "imaplib.py", line 1165, in __init__
File "imaplib.py", line 172, in __init__
File "imaplib.py", line 1176, in open
File "socket.py", line 553, in create_connection
gaierror: [Errno 11001] getaddrinfo failed



Quote:
Originally Posted by JimmXinu View Post
First, use the plugin installer to make sure it gets in the right place. See this post and scroll down to How do I install a plugin manually?.

Second, after installing plugin and restarting calibre, go into FFF config then click OK. That will invoke the new code to strip leading/trailing spaces on IMAP settings. There is no IMAP debug 'setting'.

Third, run calibre in debug mode (on calibre Preferences menu or ctrl-shift-R). Then try Get Story URLs from Email. Quit calibre to get the debug log.

The debug log should include a line like this:
Code:
FFF:DEBUG:calibre_plugins.fanficfare_plugin.fanficfare.geturls(180):get_urls_from_imap srv:(imap.gmail.com)
That will tell us exactly what server setting is being used.

Last edited by Bixel925; 07-02-2015 at 12:25 AM. Reason: Attempt at removing smilies.
Bixel925 is offline   Reply With Quote