-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi friends,
I tried to download an audiobook using the python command, but I'm getting the "ValueError: Unable to find Metadata in ODM" error message.
`odmpy libby --latest 1
odmpy Interactive Client for Libby
Non-interactive mode. Downloading latest 1 loan...
Opening audiobook "Pimsleur Hebrew Level 1"...
Already downloaded odm file pimsleur-hebrew-level-1-390557.odm
An unexpected error has occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/odmpy/odm.py", line 983, in run
process_odm(
File "/usr/local/lib/python3.9/site-packages/odmpy/processing/odm.py", line 135, in process_odm
raise ValueError("Unable to find Metadata in ODM")
ValueError: Unable to find Metadata in ODM
Traceback (most recent call last):
File "/usr/local/bin/odmpy", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/odmpy/main.py", line 27, in main
run()
File "/usr/local/lib/python3.9/site-packages/odmpy/odm.py", line 983, in run
process_odm(
File "/usr/local/lib/python3.9/site-packages/odmpy/processing/odm.py", line 135, in process_odm
raise ValueError("Unable to find Metadata in ODM")
ValueError: Unable to find Metadata in ODM`
Is there a known fix for this issue?