scdl icon indicating copy to clipboard operation
scdl copied to clipboard

Some kind of problem in dependents

Open gerdoe-jr opened this issue 3 years ago • 0 comments

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.

gerdoe-jr avatar Dec 29 '22 15:12 gerdoe-jr