LaurenceRawlings / savify

Download Spotify songs to mp3 with full metadata and cover art!
MIT License
1.17k stars 80 forks source link

Spotify API credentials not setup. #16

Closed checkso closed 3 years ago

checkso commented 3 years ago

Description

Trying to use Savify to download a playlist, but receiving error message below. Downloaded latest savify.exe file and did not configure a API.

What I Did

**Command:**
savify "SPOTIFY URL"

Tried several different URLs, all the same error

**Traceback:**
Traceback (most recent call last):
  File "savify\__main__.py", line 11, in <module>
  File "savify\__init__.py", line 24, in cli
  File "click\core.py", line 829, in __call__
  File "click\core.py", line 782, in main
  File "click\core.py", line 1066, in invoke
  File "click\core.py", line 610, in invoke
  File "savify\cli.py", line 57, in main
  File "savify\savify.py", line 46, in __init__
RuntimeError: Spotify API credentials not setup.
[12308] Failed to execute script __main__

Isn't the idea of the .exe file to not setup the Spotify URL?

inaciorafael commented 3 years ago

I had the same problem on ubuntu 20.04 LTS

LaurenceRawlings commented 3 years ago

The executable is just a packaged version o the python CLI, it's for people that don't want to download python. Later down the line a GUI will be released which won't need API credentials to be configured.