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

Getting an error when launching spotdl exe #2063

Open
superretro2018 opened this issue Apr 11, 2024 · 0 comments
Open

Getting an error when launching spotdl exe #2063

superretro2018 opened this issue Apr 11, 2024 · 0 comments
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@superretro2018
Copy link

superretro2018 commented Apr 11, 2024

System OS

Windows

Python Version

3.11 (CPython)

Install Source

pip / PyPi

Install version / commit hash

4.2.0

Expected Behavior vs Actual Behavior

I was expecting no errors like in the past but now am getting some and am looking for a fix

Steps to reproduce - Ensure to include actual links!

  1. launched spotdl-4.2.5-win32.exe https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.5

Traceback

::1:50772 - "GET /api/settings?client_id=92d70e85-aec0-49ed-b08c-6392d237665d HTTP/1.1" 500 Internal Server Error

Exception in ASGI application
Traceback (most recent call last):
  File "uvicorn\protocols\http\h11_impl.py", line 408, in run_asgi
  File "uvicorn\middleware\proxy_headers.py", line 84, in __call__
  File "fastapi\applications.py", line 292, in __call__
  File "starlette\applications.py", line 122, in __call__
  File "starlette\middleware\errors.py", line 184, in __call__
  File "starlette\middleware\errors.py", line 162, in __call__
  File "starlette\middleware\cors.py", line 83, in __call__
  File "starlette\middleware\exceptions.py", line 79, in __call__
  File "starlette\middleware\exceptions.py", line 68, in __call__
  File "fastapi\middleware\asyncexitstack.py", line 20, in __call__
  File "fastapi\middleware\asyncexitstack.py", line 17, in __call__
  File "starlette\routing.py", line 718, in __call__
  File "starlette\routing.py", line 276, in handle
  File "starlette\routing.py", line 66, in app
  File "fastapi\routing.py", line 291, in app
  File "fastapi\routing.py", line 154, in serialize_response
fastapi.exceptions.ResponseValidationError: 1 validation errors:
  {'type': 'string_type', 'loc': ('response', 'restrict'), 'msg': 'Input should be a valid string', 'input': False, 'url': 'https://errors.pydantic.dev/2.6/v/string_type'}

Other details

Windows 10 pro x64 Version 10.0.19045 Build 19045

@superretro2018 superretro2018 added the Bug Unexpected problem or unintended behavior that needs to be fixed label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant