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

Tried to install and run on Linux Mint 20 #5

Open
raflance opened this issue Jun 14, 2022 · 1 comment
Open

Tried to install and run on Linux Mint 20 #5

raflance opened this issue Jun 14, 2022 · 1 comment

Comments

@raflance
Copy link

I followed all your steps and modified the Secrets file, but got this error when I tried to run:

py main.py -u https://open.spotify.com/playlist/3VYjWQHKOKsS0afsQv63xz?si=779cd5e792854282 -p Dance
/usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Iterable
usage: py [-x] [-l] [-c PRE_CMD] [-C POST_CMD] [-V] [-h] [expression]
py: error: unrecognized arguments: -u https://open.spotify.com/playlist/3VYjWQHKOKsS0afsQv63xz?si=779cd5e792854282 -p Dance

@Aditya-Jyoti
Copy link
Owner

Hello, thanks for raising this issue,
It seems that the url that you are trying to open contains a special character hence for that you would have to enclose it in a string, ie, something like

$python3 main.py -u "https://open.spotify.com/playlist/3VYjWQHKOKsS0afsQv63xz?si=779cd5e792854282" -p Dance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants