raycast / extensions

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

[Bluesky] Timeline - failed to fetch latest data. "cannot read properties of undefined (reading 'displayName')" #15318

Closed tnorthcutt closed 7 hours ago

tnorthcutt commented 1 day ago

Extension

https://raycast.com/dharamkapila/bluesky

Raycast Version

1.85.1

macOS Version

15.1

Description

Error:

TypeError: Cannot read properties of undefined (reading 'displayName')
    at /Users/travis/.config/raycast/extensions/818cfc13-c5bb-4f15-b14c-fcb7ed51dbae/timeline.js:130:1222
    at Array.map (<anonymous>)
    at xn (/Users/travis/.config/raycast/extensions/818cfc13-c5bb-4f15-b14c-fcb7ed51dbae/timeline.js:130:979)
    at /Users/travis/.config/raycast/extensions/818cfc13-c5bb-4f15-b14c-fcb7ed51dbae/timeline.js:176:635
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

App password seems ok, because I'm able to e.g. see my notifications

CleanShot 2024-11-11 at 12 29 06@2x

Steps To Reproduce

Open Timeline

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 day ago

Thank you for opening this issue!

🔔 @dkapila @peduarte @xmok you might want to have a look.

💡 Author and Contributors commands The author and contributors of `dharamkapila/bluesky` 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.