raycast / extensions

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

[Spotify Player] ... #15458

Open sfictive opened 1 day ago

sfictive commented 1 day ago

Extension

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

Raycast Version

1.86.0

macOS Version

15.0

Description

TypeError: Cannot read properties of null (reading 'id')

ys:AlbumsSection.tsx:12:32


9: limit?: number; 10: }; 11: 12: export function AlbumsSection({ type, albums, columns, limit }: AlbumsSectionProps) { 13: if (!albums) return null; 14: 15: const items = albums.slice(0, limit || albums.length);

Fr:index.js:8:3631 at ray-list lt:index.js:20:24444

Steps To Reproduce

  1. option+cmd 2. Search Spotify 3. What do you want to listen to... 4. crash with message -> something went wrong Screenshot 2024-11-20 at 21 24 12

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 day ago

Thank you for opening this issue!

🔔 @mattisssa @peduarte @sxn @dillionverma @andreaselia @stuart @tonka3000 @dancannon @pernielsentikaer @stevensd2m @erics118 @hjoelh @hobhouse @jatindotdev @the-devbear @rfaccio @badta5te @andyburris @thomaslombart @rhesamu 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 close as not planned` Closes the issue as not planned. - `@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.