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

Some kind of problem in dependents #445

Open
gerdoe-jr opened this issue Dec 29, 2022 · 0 comments
Open

Some kind of problem in dependents #445

gerdoe-jr opened this issue Dec 29, 2022 · 0 comments

Comments

@gerdoe-jr
Copy link

gerdoe-jr commented Dec 29, 2022

PS F:\music\Sewerslvt> scdl -l https://soundcloud.com/slvtsewer -t --force-metadata
Soundcloud Downloader
Traceback (most recent call last):
  File "c:\users\gerdo\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\gerdo\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\gerdo\AppData\Local\Programs\Python\Python39\Scripts\scdl.exe\__main__.py", line 7, in <module>
    sys.exit(main())
  File "c:\users\gerdo\appdata\local\programs\python\python39\lib\site-packages\scdl\scdl.py", line 158, in main
    if not client.is_client_id_valid():
  File "c:\users\gerdo\appdata\local\programs\python\python39\lib\site-packages\soundcloud\soundcloud.py", line 125, in is_client_id_valid
    next(
  File "c:\users\gerdo\appdata\local\programs\python\python39\lib\site-packages\soundcloud\soundcloud.py", line 474, in __call__
    with requests.get(resource_url, params=params, headers=headers) as r:
AttributeError: __enter__

Seems soundcloud package fails while trying to fetch client-id, but auth-token and client-id are okey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant