spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
16.93k stars 1.56k forks source link

run spotdl-4.2.7-win32.exe but show 404 #2173

Closed mafia23 closed 1 week ago

mafia23 commented 2 weeks ago

System OS

Windows

Python Version

3.11 (CPython)

Install Source

pip / PyPi

Install version / commit hash

v4.2.7

Expected Behavior vs Actual Behavior

Web UI will start by default if no arguments are passed to the command line or after double-clicking,BUT show 404 image

Steps to reproduce - Ensure to include actual links!

  1. double-clicking spotdl-4.2.7-win32.exe 2.the Browser address bar jump http://localhost:8800/ and show {"detail":"Not Found"} image

Traceback

[15:41:38] INFO     MainThread - Using cached web app. To update use the `--force-update-gui` flag.           web.py:88
[15:41:40] INFO     MainThread - Files are stored in current directory to save them to temporary directory   web.py:152
                    disable the `web_use_output_dir` option
[15:41:40] INFO     MainThread - Starting web server                                                         web.py:158

INFO:     Started server process [11252]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8800 (Press CTRL+C to quit)
INFO:     ::1:4249 - "GET / HTTP/1.1" 404 Not Found

Other details

No response

R0GUE-A5H commented 2 weeks ago

I've found the issue and am currently working on it