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

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

Closed
mafia23 opened this issue Aug 27, 2024 · 1 comment
Closed

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

mafia23 opened this issue Aug 27, 2024 · 1 comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@mafia23
Copy link

mafia23 commented Aug 27, 2024

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

@mafia23 mafia23 added the Bug Unexpected problem or unintended behavior that needs to be fixed label Aug 27, 2024
@R0GUE-A5H
Copy link
Contributor

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

R0GUE-A5H added a commit to R0GUE-A5H/spotify-downloader that referenced this issue Aug 28, 2024
@R0GUE-A5H R0GUE-A5H mentioned this issue Aug 28, 2024
10 tasks
xnetcat pushed a commit that referenced this issue Sep 6, 2024
Co-authored-by: kuba <xnetcat.dev@gmail.com>
Fixed issue #2173
@xnetcat xnetcat mentioned this issue Sep 6, 2024
@xnetcat xnetcat closed this as completed Sep 6, 2024
xnetcat added a commit that referenced this issue Sep 6, 2024
Bug fixes:
- Always include filter when sending requests to piped by @xnetcat 
- Check status code when getting response from piped by @xnetcat 
- Use piped.video instead of main piped instance by @j3bx in #2172
- Fixed `RuntimeError: Directory 'C:\Users\myuser\.spotdl\web-ui\dist' does not exist` by @R0GUE-A5H in #2173
- Make sync command aware of file name changes by @xnetcat 

Documentation:
- Chore: update downloader.py by @Elto

Co-authored-by: kuba <xnetcat.dev@gmail.com>
Co-authored-by: Alan <96998756+j3bx@users.noreply.github.com>
Co-authored-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
Co-authored-by: Ash <38578557+R0GUE-A5H@users.noreply.github.com>
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

3 participants