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

[Sportssync] ... #17161

Open
xsj57 opened this issue Feb 19, 2025 · 2 comments
Open

[Sportssync] ... #17161

xsj57 opened this issue Feb 19, 2025 · 2 comments
Labels
bug Something isn't working extension: sportssync Issues related to the sportssync extension extension Issues related to one of the extensions in the Store

Comments

@xsj57
Copy link

xsj57 commented Feb 19, 2025

Extension

https://www.raycast.com/daniyal_master/sportssync

Raycast Version

1.91.2

macOS Version

15.3.1

Description

Error:

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

K6:mlb-standings.tsx:39:4

---
36: 
37: export default function scoresAndSchedule() {
38:   const { isLoading: mlbStandingsStats, data: mlbStandingsData } = useFetch<StandingsData>(
39:     "https://site.web.api.espn.com/apis/v2/sports/baseball/mlb/standings",
40:   );
41: 
42:   if (mlbStandingsStats) {
---

_r:index.js:8:2591
    at ray-navigation-stack
No:index.js:8:2092

Steps To Reproduce

Run MLB standings then see error

Current Behaviour

No response

Expected Behaviour

No response

@xsj57 xsj57 added bug Something isn't working extension Issues related to one of the extensions in the Store labels Feb 19, 2025
@raycastbot raycastbot added the extension: sportssync Issues related to the sportssync extension label Feb 19, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @daniyalmaster693 you might want to have a look.

💡 Author and Contributors commands

The author and contributors of daniyal_master/sportssync 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.

@daniyalmaster693
Copy link
Contributor

Resolved the issue in the newest update (which may take a while to be approved)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: sportssync Issues related to the sportssync extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

3 participants