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
17.8k stars 1.62k forks source link

Stuck at "Converting" #1394

Closed milesueee closed 3 years ago

milesueee commented 3 years ago

System OS

Termux (Android)

Python Version

3.9 (CPython)

Install Source

pip / PyPi

Install version / commit hash

v3.8.0

Expected Behavior vs Actual Behavior

Screenshot_20211012-105612

it has been for almost an hour but is still stuck at converting

Steps to reproduce

spotdl https://open.spotify.com/track/6GtX0jaNL8IjVQfrDBx81z?si=30ALZ5WfR-qOW6BDPklqog&utm_source=copy-link&dl_branch=1

Traceback

is doesn't show an error. it's only stuck at converting

Other details

No response

Silverarmor commented 3 years ago

spotDL has a dedicated Termux installation script. curl -L https://github.com/spotDL/spotify-downloader/raw/master/termux/setup_spotdl.sh | sh

spotDL will install at /data/data/com.termux/files/usr/bin/spotdl/, and Songs download to $HOME/storage/shared/songs

Otherwise please show ffmpeg -version

Also image

milesueee commented 3 years ago

Removing &dl_branch=1 works but the song isn't in the "shared" folder but instead in the Termux main directory instead Screenshot_20211012-112934

Silverarmor commented 3 years ago

Did you use our dedicated termux installation script?

milesueee commented 3 years ago

Did you use our dedicated termux installation script?

yes

Silverarmor commented 3 years ago

Interesting. We'll look into it.