Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podimo audiobook download not working #130

Open
FGOD1983 opened this issue Oct 10, 2024 · 0 comments
Open

Podimo audiobook download not working #130

FGOD1983 opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FGOD1983
Copy link

FGOD1983 commented Oct 10, 2024

Installation method:
Github repo or pip/pypi

git install

Version:
Python version and audiobook-dl version

Python 3.12.3
audiobook-dl: 0.7.3

Describe the bug
A clear and concise description of what the bug is.

after the login entry the script cuts out with errors

Command output
Command and output with --debug flag

audiobook-dl https://open.podimo.com/audiobook/6b1aa7ba-824e-4b6f-b425-61a98a952a30 --debug
DEBUG audiobook-dl 0.7.3
DEBUG python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0]
 INFO Finding compatible source
 INFO Authenticating with podimo
Username: ***
Password: ***
DEBUG Logging in
Traceback (most recent call last):
  File "/usr/local/bin/audiobook-dl", line 33, in <module>
    sys.exit(load_entry_point('audiobook-dl==0.7.3', 'console_scripts', 'audiobook-dl')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/__main__.py", line 33, in main
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/__main__.py", line 53, in process_url
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/__main__.py", line 143, in authenticate
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/__main__.py", line 123, in login
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/sources/source/__init__.py", line 95, in login
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/sources/podimo.py", line 24, in _login
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/sources/podimo.py", line 51, in graphql_request
  File "/usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/utils/__init__.py", line 37, in read_asset_file
  File "/usr/lib/python3.12/zipfile/_path/__init__.py", line 339, in read_text
    with self.open('r', encoding, *args, **kwargs) as strm:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/zipfile/_path/__init__.py", line 304, in open
    raise FileNotFoundError(self)
FileNotFoundError: /usr/local/lib/python3.12/dist-packages/audiobook_dl-0.7.3-py3.12.egg/audiobookdl/assets/sources/podimo/login.graphql

@FGOD1983 FGOD1983 added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant