-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
typing in terminal does not show after 1st use of spotdl #1494
Comments
tested on arch with alacritty terminal everything seems ok - v3.9.3 |
I have, as suggested, uninstalled spotdl 3.9.3 and installed v4.
Now when I try to download something from spotify all I get is:
At least with v3.9.3 I could download, even though I could not echo the text on the terminal [see what I was typing] |
Add |
Thank you Jakub.
I did as suggested [add .local/bin to PATH.
***@***.***:~> echo $PATH
/home/la/.local/bin:/home/la/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin
***@***.***:~>
I am now getting this message as I try to download.
Am I supposed to be putting something different in my cli or maybe adding
something?
***@***.***:~> spotdl https://open.spotify.com/album/1gEsvKk6TlhKXWMmDUukZi
… usage: spotdl [-h] [--audio {youtube,youtube-music}] [--lyrics
{genius,musixmatch,azlyrics}] [--config]
[--search-query SEARCH_QUERY] [--dont-filter-results]
[--user-auth] [--client-id CLIENT_ID]
[--client-secret CLIENT_SECRET] [--cache-path CACHE_PATH]
[--no-cache]
[--cookie-file COOKIE_FILE] [--ffmpeg FFMPEG] [--threads
THREADS]
[--variable-bitrate {0,1,2,3,4,5,6,7,8,9}]
[--constant-bitrate
{8k,16k,24k,32k,40k,48k,64k,80k,96k,112k,128k,160k,192k,224k,256k,320k}]
[--ffmpeg-args FFMPEG_ARGS] [--format
{mp3,flac,ogg,opus,m4a}] [--save-file SAVE_FILE]
[--output OUTPUT] [--m3u M3U] [--overwrite {skip,force}]
[--restrict] [--print-errors]
[--sponsor-block] [--log-level
{CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}]
[--simple-tui] [--headless] [--download-ffmpeg]
[--generate-config] [--check-for-updates]
[--version]
{download,save,preload,web,sync} query [query ...]
spotdl: error: argument operation: invalid choice: '
https://open.spotify.com/album/1gEsvKk6TlhKXWMmDUukZi' (ch
oose from 'download', 'save', 'preload', 'web', 'sync')
***@***.***:~>
On Mon, Apr 4, 2022 at 3:12 PM Jakub Kot ***@***.***> wrote:
WARNING: The script spotdl is installed in '/home/la/.local/bin' which is
not on PATH.
Add ~/.local/bin to PATH or run pip install as root user
—
Reply to this email directly, view it on GitHub
<#1494 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEYIIY2EVDRJ2SAKVIFSR3VDM5JVANCNFSM5SEBMTIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
My apologies for bothering you Jakub. I answered my own query.
The correct cli is:
***@***.***:~> spotdl *download*
https://open.spotify.com/album/6bLfnHhon1uMjBgvBUm6v2
or at least that worked for me.
…On Sat, Apr 9, 2022 at 1:00 PM LAB ***@***.***> wrote:
Thank you Jakub.
I did as suggested [add .local/bin to PATH.
> ***@***.***:~> echo $PATH
> /home/la/.local/bin:/home/la/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin
> ***@***.***:~>
I am now getting this message as I try to download.
Am I supposed to be putting something different in my cli or maybe adding
something?
***@***.***:~> spotdl
> https://open.spotify.com/album/1gEsvKk6TlhKXWMmDUukZi
> usage: spotdl [-h] [--audio {youtube,youtube-music}] [--lyrics
> {genius,musixmatch,azlyrics}] [--config]
> [--search-query SEARCH_QUERY] [--dont-filter-results]
> [--user-auth] [--client-id CLIENT_ID]
> [--client-secret CLIENT_SECRET] [--cache-path CACHE_PATH]
> [--no-cache]
> [--cookie-file COOKIE_FILE] [--ffmpeg FFMPEG] [--threads
> THREADS]
> [--variable-bitrate {0,1,2,3,4,5,6,7,8,9}]
> [--constant-bitrate
> {8k,16k,24k,32k,40k,48k,64k,80k,96k,112k,128k,160k,192k,224k,256k,320k}]
> [--ffmpeg-args FFMPEG_ARGS] [--format
> {mp3,flac,ogg,opus,m4a}] [--save-file SAVE_FILE]
> [--output OUTPUT] [--m3u M3U] [--overwrite {skip,force}]
> [--restrict] [--print-errors]
> [--sponsor-block] [--log-level
> {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}]
> [--simple-tui] [--headless] [--download-ffmpeg]
> [--generate-config] [--check-for-updates]
> [--version]
> {download,save,preload,web,sync} query [query ...]
> spotdl: error: argument operation: invalid choice: '
> https://open.spotify.com/album/1gEsvKk6TlhKXWMmDUukZi' (ch
> oose from 'download', 'save', 'preload', 'web', 'sync')
> ***@***.***:~>
>
On Mon, Apr 4, 2022 at 3:12 PM Jakub Kot ***@***.***> wrote:
> WARNING: The script spotdl is installed in '/home/la/.local/bin' which is
> not on PATH.
>
> Add ~/.local/bin to PATH or run pip install as root user
>
> —
> Reply to this email directly, view it on GitHub
> <#1494 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANEYIIY2EVDRJ2SAKVIFSR3VDM5JVANCNFSM5SEBMTIQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
System Operating System (OS)
Linux
Python Version
3.8 (CPython)
Install Source
pip / PyPi
Install version / commit hash
Version: 3.9.3
Expected Behavior vs Actual Behavior
I expected to see the letters/words show as I typed "spotdl [URL]"
e.g. -
spotdl https://open.spotify.com/album/4QtoNIqTWR3e5NVb833Bj2
BUT
upon the 2nd time I typed "spotdl [URL]" in the same terminal session the typed letters did not show.
I did discover that if I typed "spotdl [URL]" anyway, (even though I could not see the letters) and hit ENTER, it still worked.
Steps to reproduce
la@localhost:~> spotdl https://open.spotify.com/album/4QtoNIqTWR3e5NVb833Bj2
la@localhost:~>
Traceback
Other details
openSUSE Tumbleweed. KDE Desktop. I don't know of anything else that would be pertinent, but please let me know what I can do to give more info. Thanks
The text was updated successfully, but these errors were encountered: