Closed trialskid closed 8 months ago
Hi! First of all, thank you for using my software. Now, from what I see in the error reported it would appear that your Spotify account is not enabled as a developer account . Did you follow the steps I reported in the README file? 1)Visit the Spotify Developer Dashboard and log in. 2)Accept the terms of service (if this is your first time logging in). 3)Select "Create an App" and enter any name you want. 4)Copy the Client Id and Client Secret.
I did! I also added myself as a user
On Wed, Oct 25, 2023 at 2:38 PM rickystar04 @.***> wrote:
Hi! First of all, thank you for using my software. Now, from what I see in the error reported it would appear that your Spotify account is not enabled as a developer account . Did you follow the steps I reported in the README file? 1)Visit the Spotify Developer Dashboard and log in. 2)Accept the terms of service (if this is your first time logging in). 3)Select "Create an App" and enter any name you want. 4)Copy the Client Id and Client Secret.
— Reply to this email directly, view it on GitHub https://github.com/rickystar04/SPDownloader/issues/5#issuecomment-1780017952, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMCBIUDMNYYHQOE43BANVDYBF2EJAVCNFSM6AAAAAA6PUJXLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGAYTOOJVGI . You are receiving this because you authored the thread.Message ID: @.***>
So can you get to this point?
Yes, I can.
On Wed, Oct 25, 2023 at 2:42 PM rickystar04 @.***> wrote:
So can you get to this point? [image: Screenshot 2023-10-25 224029] https://user-images.githubusercontent.com/70718835/278143437-021a8730-db2c-4f9e-aabb-6f66a036cf96.png
— Reply to this email directly, view it on GitHub https://github.com/rickystar04/SPDownloader/issues/5#issuecomment-1780023277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMCBIV5PO6S6DYBA7FUB73YBF2TZAVCNFSM6AAAAAA6PUJXLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGAZDGMRXG4 . You are receiving this because you authored the thread.Message ID: @.***>
Did you change the credentials in the cred.py file?
I did, yes
On Wed, Oct 25, 2023 at 2:50 PM rickystar04 @.***> wrote:
Did you change the credentials in the cred.py file?
— Reply to this email directly, view it on GitHub https://github.com/rickystar04/SPDownloader/issues/5#issuecomment-1780034189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMCBITFJSLD3442JNOWF5LYBF3SNAVCNFSM6AAAAAA6PUJXLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGAZTIMJYHE . You are receiving this because you authored the thread.Message ID: @.***>
I am developing an update to implement a new stocking method for credentials. Between today and tomorrow I should publish it.
I did, yes
Could you send me a screenshot of your Spotify Developer dashboard?
@trialskid I made several changes, try downloading the latest version and see if it works for you now
@trialskid I made several changes, try downloading the latest version and see if it works for you now
I now get this error when running setup.py
sudo: apt-get: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found sh: python: command not found
What operating system and version of Python do you use?
MacOS 14
Python 3.11.6
On Thu, Oct 26, 2023 at 6:04 AM rickystar04 @.***> wrote:
What operating system and version of Python do you use?
— Reply to this email directly, view it on GitHub https://github.com/rickystar04/SPDownloader/issues/5#issuecomment-1780978903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMCBIX3YQIB4NXWXCNZ353YBJGVPAVCNFSM6AAAAAA6PUJXLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQHE3TQOJQGM . You are receiving this because you were mentioned.Message ID: @.***>
Probably the command "python -m ..." is not recognized in macOS. I updated the "setup.py" file using only pip, which in theory should work.
Good day!
I am trying to use this but i am having the following issue
Paste playlist link: https://open.spotify.com/playlist/* HTTP Error for GET to https://api.spotify.com/v1/playlists/*/tracks with Params: {'limit': 100, 'offset': 0, 'fields': None, 'market': None, 'additional_types': 'track'} returned 403 due to User not registered in the Developer Dashboard HTTP Error for GET to https://api.spotify.com/v1/albums/* with Params: {} returned 403 due to User not registered in the Developer Dashboard ERRORE: http status: 403, code:-1 - https://api.spotify.com/v1/albums/5h843OjsxOFkLoARkDjzpq: User not registered in the Developer Dashboard, reason: None Traceback (most recent call last): File "/Users/*/SPDownloader/spdownloader.py", line 103, in <module> main() File "/Users/*/SPDownloader/spdownloader.py", line 85, in main name, type = song_download(link) ^^^^^^^^^^ TypeError: cannot unpack non-iterable NoneType object