View Single Post
Old 06-17-2024, 11:29 AM   #448
Mister L
Groupie
Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
Quote:
Originally Posted by johnnydo View Post
Hi

I use windows 10, latest version of calibre, DeACSM_0.0.16

this is a new error ive not had problems with this plugin in the past.

Now when importing acsm files from my library to calibre the file doesn't convert to epub it sits there as unknown.

Any fix for this please ?

thanks

J
I'm having the same problem. Everything was working a few days ago but today when I try to download a book from my library only the acsm is imported, the epub is not downloaded. I previously had this problem when I first installed the plugin and it was resolved by installing a certificate (https://www.mobileread.com/forums/sh...ostcount=324); since in between my computer failed and I had to get a new system disc and reinstall everything, I thought maybe that was the problem again, but I followed the same steps as last time and it did not work.

I put the plugin in verbose mode and restarted Calibre in debug mode, I noticed in the error message there was a url for an epub (which was not downloaded) and I was able to download that manually by entering the url in the browser but when I import it the drm is not removed.

Here is the log file:

Spoiler:

Using calibre Qt style: False
Traceback (most recent call last):
File "calibre_plugins.extract_isbn.common_utils", line 18, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.extract_isbn.action", line 16, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.extract_isbn.config", line 24, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.extract_isbn.common_utils", line 24, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.find_duplicates.common_utils" , line 18, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.find_duplicates.action", line 20, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.find_duplicates.common_utils" , line 24, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.manage_series.common_utils", line 16, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.manage_series.action", line 18, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.manage_series.common_utils", line 22, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.modify_epub.common_utils", line 14, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.modify_epub.action", line 21, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.modify_epub.common_utils", line 20, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.quality_check.common_utils", line 14, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.quality_check.action", line 21, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.quality_check.config", line 27, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.quality_check.common_utils", line 20, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.search_the_internet.action", line 12, in <module>
ImportError: cannot import name 'quote_plus' from 'urllib' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\urllib\__init__.pyc)
Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.similar_stories.action", line 12, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.user_category.common_utils", line 18, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.user_category.action", line 18, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.user_category.config", line 21, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.user_category.common_utils", line 24, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.view_manager.common_utils", line 16, in <module>
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\gui2\ui.py", line 147, in __init__
File "calibre\gui2\ui.py", line 165, in init_iaction
File "calibre\customize\__init__.py", line 659, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.view_manager.action", line 28, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.view_manager.config", line 49, in <module>
File "calibre\customize\zipplugin.py", line 205, in exec_module
File "calibre_plugins.view_manager.common_utils", line 22, in <module>
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre\gui2\ui.py", line 392, in initialize
File "calibre_plugins.epub_extended_metadata.action ", line 105, in gui_layout_complete
File "calibre_plugins.epub_extended_metadata.config ", line 180, in plugin_check_enable_library
File "calibre_plugins.epub_extended_metadata.config ", line 150, in get_used_columns
File "calibre_plugins.epub_extended_metadata.common_uti ls.columns", line 723, in get_columns_where
File "calibre_plugins.epub_extended_metadata.common_uti ls.columns", line 718, in get_columns_from_dict
File "calibre_plugins.epub_extended_metadata.common_uti ls.columns", line 718, in <listcomp>
File "calibre_plugins.epub_extended_metadata.common_uti ls.columns", line 203, in __init__
TypeError: Invalide Column metadata.
EpubMerge: DEBUG: 2024-06-17 16:11:35,129: calibre_plugins.epubmerge.epubmerge_plugin(157): macmenuhack file_path:F:\ebooks\calibre prefs\plugins\fanficfare_macmenuhack.txt
FFF: DEBUG: 2024-06-17 16:11:35,358: calibre_plugins.fanficfare_plugin.fff_plugin(215): Plugin FanFicFare macmenuhack file_path:F:\ebooks\calibre prefs\plugins\fanficfare_macmenuhack.txt
calibre Journal de débogage
calibre 7.11 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.11.5
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: fr
EXE path: C:\Program Files\Calibre2\calibre-debug.exe
Initialized urlfixer
Successfully initialized third party plugins: DeACSM (0, 0, 16) && Gather KFX-ZIP (from KFX Input) (1, 48, 0) && DeDRM (10, 0, 9) && Package KFX (from KFX Input) (1, 48, 0) && ACE (1, 1, 0) && Action Chains (1, 20, 4) && Annotations (1, 17, 13) && Author Book Count (2, 1, 9) && Babelio_db (0, 8, 6) && Barnes & Noble (1, 5, 5) && Consolidate All Library Metadata (2, 0, 46) && Count Pages (1, 11, 2) && Diaps Editing Toolbag (0, 3, 6) && Editor Chains (1, 1, 7) && EpubMerge (2, 9, 0) && EpubSplit (3, 4, 0) && Extract ISBN (1, 5, 0) && FanFicFare (4, 32, 3) && Fantastic Fiction (1, 5, 1) && Favourites Menu (1, 3, 1) && FictionDB (1, 4, 2) && Find Duplicates (1, 7, 2) && Generate Cover (2, 3, 4) && Goodreads (1, 5, 3) && KFX metadata reader (from KFX Input) (1, 48, 0) && KFX Input (1, 48, 0) && KePub Input (3, 6, 6) && Kindle hi-res covers (0, 5, 1) && Kobo Books (1, 9, 2) && Kobo Metadata (1, 5, 0) && Kobo Utilities (2, 16, 13) && KoboTouchExtended (3, 6, 7) && Manage Series (1, 2, 9) && Modify ePub (1, 4, 1) && MultiColumnSearch (1, 0, 82) && Overdrive Link (2, 57, 0) && Quality Check (1, 9, 11) && Quick Preferences (1, 4, 1) && Reading List (1, 15, 4) && ScrambleEbook (0, 4, 5) && Search The Internet (1, 7, 6) && Similar Stories (1, 0, 58) && TextDiff (1, 0, 0) && User Category (1, 5, 4) && View Manager (1, 5, 6) && Walk Search History (1, 3, 2) && Wiki Reader (2, 2, 0) && Wikidata (2, 0, 0) && ePub Extended Metadata {Writer} (0, 11, 2) && ePub Extended Metadata {Reader} (0, 11, 2) && ePub Extended Metadata (0, 11, 2)
calibre 7.11 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.11.5
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: fr
EXE path: C:\Program Files\Calibre2\calibre-debug.exe
Successfully initialized third party plugins: DeACSM (0, 0, 16) && Gather KFX-ZIP (from KFX Input) (1, 48, 0) && DeDRM (10, 0, 9) && Package KFX (from KFX Input) (1, 48, 0) && ACE (1, 1, 0) && Action Chains (1, 20, 4) && Annotations (1, 17, 13) && Author Book Count (2, 1, 9) && Babelio_db (0, 8, 6) && Barnes & Noble (1, 5, 5) && Consolidate All Library Metadata (2, 0, 46) && Count Pages (1, 11, 2) && Diaps Editing Toolbag (0, 3, 6) && Editor Chains (1, 1, 7) && EpubMerge (2, 9, 0) && EpubSplit (3, 4, 0) && Extract ISBN (1, 5, 0) && FanFicFare (4, 32, 3) && Fantastic Fiction (1, 5, 1) && Favourites Menu (1, 3, 1) && FictionDB (1, 4, 2) && Find Duplicates (1, 7, 2) && Generate Cover (2, 3, 4) && Goodreads (1, 5, 3) && KFX metadata reader (from KFX Input) (1, 48, 0) && KFX Input (1, 48, 0) && KePub Input (3, 6, 6) && Kindle hi-res covers (0, 5, 1) && Kobo Books (1, 9, 2) && Kobo Metadata (1, 5, 0) && Kobo Utilities (2, 16, 13) && KoboTouchExtended (3, 6, 7) && Manage Series (1, 2, 9) && Modify ePub (1, 4, 1) && MultiColumnSearch (1, 0, 82) && Overdrive Link (2, 57, 0) && Quality Check (1, 9, 11) && Quick Preferences (1, 4, 1) && Reading List (1, 15, 4) && ScrambleEbook (0, 4, 5) && Search The Internet (1, 7, 6) && Similar Stories (1, 0, 58) && TextDiff (1, 0, 0) && User Category (1, 5, 4) && View Manager (1, 5, 6) && Walk Search History (1, 3, 2) && Wiki Reader (2, 2, 0) && Wikidata (2, 0, 0) && ePub Extended Metadata {Writer} (0, 11, 2) && ePub Extended Metadata {Reader} (0, 11, 2) && ePub Extended Metadata (0, 11, 2)
QPA platform: windows
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 91.84180790960451 x 91.7458193979933
[0.00] Starting up...
[0.02] Showing splash screen...
[0.23] splash screen shown
[0.23] Initializing db...
[1.19] db initialized
[1.19] Constructing main UI...
DEBUG: 0.0 Annotations plugin: Error loading libiMobileDevice. This hasn't worked for a while, and is blacklisted in calibre v3.
DEBUG: 0.0 Annotations plugin: Error is: No module named 'calibre.devices.idevice'
DEBUG: 0.0 Annotations::reader_app_support.py - loading translations
DEBUG: 0.0 Annotations::common_utils.py - loading translations
DEBUG: 0.0 Annotations::appearance.py - loading translations
DEBUG: 0.0 Annotations::config.py - loading translations
DEBUG: 0.0 Annotations::annotated_books.py - loading translations
DEBUG: 0.1 Annotations::action.py - loading translations
DEBUG: 0.0 Kobo Utilities Configuration - CreateNewCustomColumn is supported
DEBUG: 0.0 KoboUtilites::action.py - loading translations
DEBUG: 0.0 KoboUtilites::dialogs.py - loading translations
DEBUG: 0.0 KoboUtilites::action.py - loading translations
#mm_annotations
metadata {'table': 'custom_column_5', 'column': 'value', 'datatype': 'comments', 'is_multiple': {}, 'kind': 'field', 'name': 'Annotations', 'search_terms': ['#mm_annotations'], 'label': 'mm_annotations', 'colnum': 5, 'display': {}, 'is_custom': True, 'is_category': False, 'link_column': 'value', 'category_sort': 'value', 'is_csp': False, 'is_editable': True, 'rec_index': 31}
[9.42] GUI main window shown
CALM: initialization_complete............
DEBUG: 5.4 No Kobo Touch, Glo or Mini appears to be connected
DEBUG: 5.4 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG: 5.4 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 5.4 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Pilote : KoboTouch'
[0] un-optimized number of undesirable characters accumulated: 756
[1] optimized number of undesirable characters accumulated: 596
MCS has finished initialization...
[9.98] main UI initialized...
[9.98] Hiding splash screen
Action chains: _get_plugins_resources(): start
Editor chains: _get_plugins_resources(): start
Editor Chains: _get_plugins_resources(): finished
Editor Chains: actions that does not run headless: ['Mark Cursor Tag', 'Insert Before Cursor Tag', 'Insert After Cursor Tag']
calling method (on_modules_update) of obj (Tag Actions)
Editor Chains: Tag Actions: running on_modules_update()
calling method (on_modules_update) of obj (Style Actions)
Editor Chains: Style Actions: running on_modules_update()
Editor chains: _call_plugins_on_modules_update(): start
Editor Chains: _call_plugins_on_modules_update(): finished
Action Chains: _get_plugins_resources(): finished
Action chains: formulas: running on_templates_update()
Action chains: _call_plugins_on_modules_update(): start
Action Chains: _call_plugins_on_modules_update(): finished
[11.52] splash screen hidden
[11.52] Started up in 11.52 seconds with 10739 books
Running file type plugin DeACSM failed with traceback:
Traceback (most recent call last):
File "urllib\request.py", line 1348, in do_open
File "http\client.py", line 1286, in request
File "http\client.py", line 1332, in _send_request
File "http\client.py", line 1281, in endheaders
File "http\client.py", line 1041, in _send_output
File "http\client.py", line 979, in send
File "http\client.py", line 1458, in connect
File "ssl.py", line 517, in wrap_socket
File "ssl.py", line 1108, in _create
File "ssl.py", line 1379, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre\customize\ui.py", line 199, in _run_filetype_plugins
File "calibre_plugins.deacsm.__init__", line 422, in run
File "calibre_plugins.deacsm.__init__", line 324, in download
File "F:\ebooks\calibre prefs\plugins\DeACSM.zip\libadobe.py", line 267, in sendHTTPRequest_DL2FILE
File "urllib\request.py", line 216, in urlopen
File "urllib\request.py", line 519, in open
File "urllib\request.py", line 536, in _open
File "urllib\request.py", line 496, in _call_chain
File "urllib\request.py", line 1391, in https_open
File "urllib\request.py", line 1351, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)>
Initialized urlfixer
DeACSM v0.0.16: Trying to parse file xxxxxxxx.acsm
DeACSM v0.0.16: Try to fulfill ...
Fulfill request:
<?xml version="1.0"?><adept:fulfill xmlns:adept="http://ns.adobe.com/adept"><adept:user>urn:uuid:xxxxxxxxx</adept:user><adept:device>urn:uuid:xxxxxxxxxx</adept:device><adept:deviceType>standalone</adept:deviceType><fulfillmentToken xmlns="http://ns.adobe.com/adept" fulfillmentType="loan" auth="user">
<distributor>urn:uuid:xxxxxxxxx</distributor>
<operatorURL>https://acsepub.contentreserve.com/fulfillment</operatorURL>
<transaction>xxxxxxxxxxxxxx</transaction>
<purchase>2024-06-17T10:11:20-04:00</purchase>
<expiration>2024-06-17T16:11:20-04:00</expiration>
<resourceItemInfo>
<resource>urn:uuid:xxxxxxxxxxxxxxxxxx</resource>
<resourceItem>1</resourceItem>
<metadata>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxx</dc:title>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxx</dc:creator>
<dcublisher xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxx</dcublisher>
<dc:identifier xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxxxx</dc:identifier>
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/epub+zip</dc:format>
<dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en-US</dc:language>
<thumbnailURL>https://images.cdn.overdrive.com/ImageType-200/0111-1/{xxxxxxxxxxxxxxxx}IMG200.JPG</thumbnailURL>
</metadata>
<licenseToken>
<resource>urn:uuid:xxxxxxxxxxxxxxxxx</resource>
<permissions>
<display>
<duration>603305</duration>
</display>
<excerpt>
<duration>603305</duration>
</excerpt>
<print>
<duration>603305</duration>
</print>
<play>
<duration>603305</duration>
</play>
</permissions>
</licenseToken>
</resourceItemInfo>
<hmac>NKnouqpUfstbhZEpyCJx6z80Dek=</hmac>
</fulfillmentToken>
<adept:targetDevice><adept:softwareVersion>9.3.580 46</adept:softwareVersion><adept:clientOS>Windows Vista</adept:clientOS><adept:clientLocale>fr</adept:clientLocale><adept:clientVersion>2.0.1.7876 5</adept:clientVersion><adept:deviceType>standalone</adept:deviceType><adeptroductName>ADOBE Digitial Editions</adeptroductName><adept:fingerprint>f8goJEaAXQajj +k+r2p+tTCTkMU=</adept:fingerprint><adept:activationToken><adept:us er>urn:uuid:xxxxxxxxxxxxxxxxxxxxxxxx</adept:user><adept:device>urn:uuid:xxxxxxxxxxxxxxxx xxx</adept:device></adept:activationToken></adept:targetDevice></adept:fulfill>
fulfillmentResult:
<envelope xmlns="http://ns.adobe.com/adept">

<fulfillmentResult>

<fulfillment>xxxxxxxxxxxxxxxxx</fulfillment>
<returnable>true</returnable>
<initial>false</initial>
<notify>

<notifyURL>https://acsepub.contentreserve.com/fulfillment/FulfillmentNotification</notifyURL>
<body>

<fulfillment>xxxxxxxxxxxxxxxxxx</fulfillment>
<transaction>xxxxxxxxxxxxxxxxx</transaction>
<user>urn:uuid:xxxxxxxxxxxxxxxxxx</user>
<fulfilled>true</fulfilled>
<returned>false</returned>
</body>
</notify>
<notify critical="no">

<notifyURL>https://ofs.contentreserve.com/ACSNotificationService.svc/Notify</notifyURL>
<body>

<fulfillment>xxxxxxxxxxxxxxxxxxxxxxxx</fulfillment>
<transaction>xxxxxxxxxxxxxxxxxxxxxxxx</transaction>
<user>urn:uuid:xxxxxxxxxxxxxxxxxxxxxxx</user>
<fulfilled>true</fulfilled>
<returned>false</returned>
<hmac>xxxxxxxxxxxxxxxxxxxxxxxx</hmac>
</body>
</notify>
<resourceItemInfo>

<resource>urn:uuid:xxxxxxxxxxxxxxxxxxxxxxxxxxx</resource>
<resourceItem>1</resourceItem>
<metadata>

<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxxxx</dc:title>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxxxxxxx</dc:creator>
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/epub+zip</dc:format>
<dcublisher xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxxxxxxxxxx</dcublisher>
<dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en-US</dc:language>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">xxxxxxxxxxxxxxxxxxxxxxxxx</dc:description>
<dc:identifier xmlns:dc="http://purl.org/dc/elements/1.1/">978xxxxxxxxxx</dc:identifier>
<thumbnailURL>https://images.cdn.overdrive.com/ImageType-200/0111-1/{xxxxxxxxxxxxxxxxxx}IMG200.JPG</thumbnailURL>
<price>0.0</price>
</metadata>
<src>https://acs.cdn.overdrive.com/ACSStore1/0111-1/F5C/8BF/2D/{xxxxxxxxxxxxxxxxxxxxxxxxxxx}Fmt410.epub</src>
<downloadType>simple</downloadType>
<licenseToken>
<user>urn:uuid:xxxxxxxxxxxxxxxxxxxxxx</user>
<resource>urn:uuid:xxxxxxxxxxxxxxxxxx</resource>
<resourceItemType>application/epub+zip</resourceItemType>
<deviceType>standalone</deviceType>
<device>urn:uuid:xxxxxxxxxxxxxxxxxxxxx</device>
<voucher>ContentreserveID:xxxxxxxxxxxxxxxxxxxxxxxx xx</voucher>
<licenseURL>https://nasigningservice.adobe.com/licensesign</licenseURL>
<operatorURL>https://acsepub.contentreserve.com/fulfillment</operatorURL>
<fulfillment>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</fulfillment>
<distributor>urn:uuid:xxxxxxxxxxxxxxxxxxxxxxxxx</distributor>
<encryptedKey keyInfo="user">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x=</encryptedKey>
<model version="1.0">3073</model>
<permissions>
<display>
<loan>xxxxxxxxxxxxxxxxxxxxxx</loan>
<until>2024-06-24T13:47:29Z</until>
</display>
</permissions>
<signature>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx=</signature>
</licenseToken> </resourceItemInfo>
</fulfillmentResult>
<loanToken>

<time>2024-06-17T10:11:54-04:00</time>
<user>urn:uuid:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx </user>
<operatorURL>https://acsepub.contentreserve.com/fulfillment</operatorURL>
<licenseURL>https://nasigningservice.adobe.com/licensesign</licenseURL>
<loan>xxxxxxxxxxxxxxxxxxxxxx</loan>
<loan>xxxxxxxxxxxxxxxxxxxxxxxxxx</loan>
<signature>xxxxxxxxxxxxxxxxxxxxxxxxxxx=</signature>
</loanToken>
</envelope>

Notifying server ...
Notifying server https://acsepub.contentreserve.com/f...ntNotification
Fulfillment notification successful.
Notifying optional server https://ofs.contentreserve.com/ACSNo...ice.svc/Notify
Weird Fulfillment Notification response:
DeACSM v0.0.16: Downloading book ...
DeACSM v0.0.16: Loading book from https://acs.cdn.overdrive.com/ACSStore1/0111-1/F5C/8BF/2D/{xxxxxxxxxxxxxxxx}Fmt410.epub



Windows 10, Calibre 7.11
Mister L is offline   Reply With Quote