Enthusiast
Posts: 26
Karma: 10
Join Date: Dec 2009
Location: Toronto
Device: Kobo Forma, Kobo Aura H2O Edition 2
|
Quote:
Originally Posted by PhyrePhox
I found "Goodreads Sync.json" in /Users/<me>/Library/Preferences/calibre/plugins and moved it to the trash after removing the plugin and closing calibre, then reinstalled the plugin. Still: nothing happens when I click on the Goodreads icon on the toolbar.
|
OK so when I tried to customize plugin I got an error:
Quote:
calibre, version 6.0.0
ERROR: Unhandled exception: <b>AttributeError</b>:'NoneType' object has no attribute 'PROXY_TYPE_HTTP_NO_TUNNEL'
calibre 6.0 embedded-python: True
macOS-12.4-arm64-arm-64bit Darwin ('64bit', '')
('Darwin', '21.5.0', 'Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:29 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T8101')
Python 3.10.1
OSX: ('12.4', ('', '', ''), 'arm64')
Interface language: None
Successfully initialized third party plugins: DeACSM (0, 0, 15) && DeDRM (7, 0, 3) && ACE (1, 1, 5) && AudioBook_Duration (1, 0, 9) && Count Pages (1, 11, 2) && Embed Comic Metadata (1, 6, 1) && Find Duplicates (1, 9, 5) && Goodreads Sync (1, 15, 4) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 6, 0) && Kobo Books (1, 9, 2) && Kobo Utilities (2, 16, 4) && KoboTouchExtended (3, 6, 0) && Last Modified (0, 8, 2) && Library Codes (1, 0, 52) && Modify ePub (1, 7, 3) && Obok DeDRM (6, 7, 0) && Overdrive Link (2, 51, 0) && Quality Check (1, 12, 0) && Reformat plugin (2, 4, 0) && Standard Ebooks (1, 0, 0) && Overdrive Link Metadata Source (2, 51, 0)
Traceback (most recent call last):
File "calibre/gui2/preferences/plugins.py", line 301, in customize_plugin
File "calibre/gui2/preferences/plugins.py", line 379, in modify_plugin
File "calibre/customize/__init__.py", line 166, in do_user_config
File "calibre_plugins.goodreads_sync.__init__", line 64, in config_widget
grhttp = HttpHelper(self.actual_plugin_.gui)
File "calibre_plugins.goodreads_sync.core", line 95, in __init__
proxy_type = httplib2.socks.PROXY_TYPE_HTTP_NO_TUNNEL
AttributeError: 'NoneType' object has no attribute 'PROXY_TYPE_HTTP_NO_TUNNEL'
|
That got me thinking about my network configuration. I have an app called Lockdown running, that is a tracker-blocking VPN configuration. When I disabled it and restarted calibre, the Goodreads Sync plugin began working again. Sorry for the trouble.
|