raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.24k stars 2.94k forks source link

[Spotify Player] ... Something went wrong #13388

Closed HafsahNasir closed 2 months ago

HafsahNasir commented 2 months ago

Extension

https://www.raycast.com/mattisssa/spotify-player

Raycast Version

1.7.8.1

macOS Version

Sonoma 14.0

Description

Error:


Error: Error while refreshing tokens: 400 (Bad Request)
{"error":"invalid_grant","error_description":"Refresh token revoked"}

a1.refreshTokens:OAuthService.js:134:18

---
131:         if (!response.ok) {
132:             const responseText = await response.text()

### Steps To Reproduce

Whenever I run the menu bar player, or the now playing command this error shows up. I've tried uninstalling and re-installing the extension however this only solved the problem for 2-3 days before it happened again.

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
raycastbot commented 2 months ago

Thank you for opening this issue!

🔔 @mattisssa @peduarte @sxn @dillionverma @andreaselia @stuart @tonka3000 @dancannon @pernielsentikaer @stevensd2m @erics118 @hjoelh @hobhouse @bkeys818 @jatindotdev @the-devbear @rfaccio @badta5te @andyburris @thomaslombart you might want to have a look.

💡 Author and Contributors commands The author and contributors of `mattisssa/spotify-player` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
thomaslombart commented 2 months ago

Thanks for bringing this up. It appears that this is a duplicate of issue https://github.com/raycast/extensions/issues/13167, so I'll mark it as such.