rickystar04 / SPDownloader

GNU General Public License v3.0
8 stars 1 forks source link

User Not Registered in Developer Dashboard #5

Closed trialskid closed 8 months ago

trialskid commented 1 year ago

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

rickystar04 commented 1 year 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.

trialskid commented 1 year ago

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: @.***>

rickystar04 commented 1 year ago

So can you get to this point? Screenshot 2023-10-25 224029

trialskid commented 1 year ago

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: @.***>

rickystar04 commented 1 year ago

Did you change the credentials in the cred.py file?

trialskid commented 1 year ago

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: @.***>

rickystar04 commented 1 year ago

I am developing an update to implement a new stocking method for credentials. Between today and tomorrow I should publish it.

rickystar04 commented 1 year ago

I did, yes

Could you send me a screenshot of your Spotify Developer dashboard?

rickystar04 commented 1 year ago

@trialskid I made several changes, try downloading the latest version and see if it works for you now

trialskid commented 1 year ago

@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

rickystar04 commented 1 year ago

What operating system and version of Python do you use?

trialskid commented 1 year ago

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: @.***>

rickystar04 commented 1 year ago

Probably the command "python -m ..." is not recognized in macOS. I updated the "setup.py" file using only pip, which in theory should work.