MattJaccino / spotify-downloader

Spotify song downloader using API created by spotifydown.com
97 stars 23 forks source link

Unhandled exceptions: Run without JSON, TypeError #18

Open jackoflanterns opened 1 month ago

jackoflanterns commented 1 month ago

-k is a required argument in Interactive Mode, seemingly by accident: image

Then, after -k is specified, the program encounters a TypeError. Screenshot 2024-07-03 224039

Encountered in the onefile download because I was having (personal) issues running source.

MattJaccino commented 1 month ago

i'm not sure if the inclusion of -k is the issue. Interactive mode doesn't even parse the args that are given. The JSON errors are affecting other people too, and i'm not sure why. the line it's complaining about is the response from the API where the songs actually get downloaded from

MattJaccino commented 1 month ago

patched the error from your second screenshot

MattJaccino commented 3 weeks ago

this should be resolved in the Lucida update