SathyaBhat / spotify-dl

Downloads songs from your Spotify Playlist
http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
MIT License
1.73k stars 212 forks source link

Error downloading #325

Closed FallBackITA27 closed 1 year ago

FallBackITA27 commented 1 year ago
PS D:\Editing\MC\TUUUMCPMIM\Ep1> spotify_dl -l -V https://open.spotify.com/track/0FcVTWbAoLTGheQE30FDEo?si=90262732f7754347
Traceback (most recent call last):
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\Scripts\spotify_dl.exe\__main__.py", line 4, in <module>
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\spotify_dl\spotify_dl.py", line 13, in <module>
    from spotify_dl.scaffold import log, console, get_tokens
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\spotify_dl\scaffold.py", line 3, in <module>
    import sentry_sdk
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\__init__.py", line 1, in <module>
    from sentry_sdk.hub import Hub, init
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\hub.py", line 9, in <module>
    from sentry_sdk.scope import Scope
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\scope.py", line 7, in <module>
    from sentry_sdk.utils import logger, capture_internal_exceptions
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\utils.py", line 1039, in <module>
    HAS_REAL_CONTEXTVARS, ContextVar = _get_contextvars()
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\utils.py", line 1009, in _get_contextvars
    if not _is_contextvars_broken():
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\sentry_sdk\utils.py", line 943, in _is_contextvars_broken
    import gevent  # type: ignore
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\gevent\__init__.py", line 86, in <module>
    from gevent._hub_local import get_hub
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\gevent\_hub_local.py", line 101, in <module>
    import_c_accel(globals(), 'gevent.__hub_local')
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\site-packages\gevent\_util.py", line 148, in import_c_accel
    mod = importlib.import_module(cname)
  File "C:\Users\Utente\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "src\\gevent\\_hub_local.py", line 1, in init gevent._gevent_c_hub_local
ValueError: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 160 from C header, got 40 from PyObject

I'm not too sure what to comment about it.