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

spotifydl Fails with 403 Error When Generating New Access Token #254

Closed
Hx-Regex opened this issue Jul 31, 2024 · 4 comments · Fixed by #255
Closed

spotifydl Fails with 403 Error When Generating New Access Token #254

Hx-Regex opened this issue Jul 31, 2024 · 4 comments · Fixed by #255
Labels
bug Something isn't working

Comments

@Hx-Regex
Copy link

Issue: spotifydl Fails with 403 Error When Generating New Access Token

Description

I am encountering a 403 error when trying to use the spotifydl . The tool attempts to generate a new access token, but the request fails with a 403 status code.

ℹ Starting processing of song (https://open.spotify.com/track/427vwwlrlHy0JZPVt8rzYS)
ℹ extracting track set 1/1
ℹ Generating new access token
AxiosError: Request failed with status code 403
    at settle (file:///C:/Users/hexga/AppData/Roaming/npm/node_modules/@swapnilsoni1999/spotify-dl/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (file:///C:/Users/hexga/AppData/Roaming/npm/node_modules/@swapnilsoni1999/spotify-dl/node_modules/axios/lib/adapters/http.js:589:11)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (file:///C:/Users/hexga/AppData/Roaming/npm/node_modules/@swapnilsoni1999/spotify-dl/node_modules/axios/lib/core/Axios.js:45:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async checkVersion (file:///C:/Users/hexga/AppData/Roaming/npm/node_modules/@swapnilsoni1999/spotify-dl/util/version-checker.js:5:15)
    ```


@Hx-Regex Hx-Regex added the bug Something isn't working label Jul 31, 2024
@phyzical
Copy link
Collaborator

phyzical commented Aug 1, 2024

@Hx-Regex is this the new install location or the old one? https://github.com/SwapnilSoni1999/spotify-dl?tab=readme-ov-file#npm

@Hx-Regex
Copy link
Author

Hx-Regex commented Aug 1, 2024

i used the new one
it worked for a bit but then went back to the 403 error

@phyzical
Copy link
Collaborator

phyzical commented Aug 2, 2024

oh actually, its github throttling it looks like. ill just make the version check a soft error

@phyzical
Copy link
Collaborator

phyzical commented Aug 2, 2024

@Hx-Regex lmk if @swapnilsoni1999/[email protected] resolves the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants