raycast / extensions

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

[Stock Tracker] Receiving error for API authentication #12868

Open ashygee opened 3 weeks ago

ashygee commented 3 weeks ago

Extension

https://www.raycast.com/hmarr/stock-tracker

Raycast Version

1.76.0

macOS Version

No response

Description

Screenshot of View Stocks command not authenticating

Steps To Reproduce

  1. Open extension
  2. Try to look up a stock

Current Behaviour

No information populating

Expected Behaviour

See stock information

raycastbot commented 3 weeks ago

Thank you for opening this issue!

🔔 @hmarr you might want to have a look.

💡 Author and Contributors commands The author and contributors of `hmarr/stock-tracker` 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.
ramsaysewell commented 3 weeks ago

Hi,

There's a chance that this is an issue due to your location. From reading up on some Reddits, the Yahoo Finance API has been quite tricky to work with with anyone outside the US.

As this extension is not specific to Yahoo Finance, I would suggest that a different API should be used going forward.

haydencbarnes commented 3 weeks ago

https://docs.google.com/forms/d/e/1FAIpQLSeyb7xMtZFjoNYI7XG1rjlhUopKAxdLAfSRcaPxg9p-9ii-_g/viewform?fbzx=-7189957683680596558%22}}} - Yahoo Finance API has been deprecated, this extension needs an API facelift

eduwass commented 1 week ago

Maybe https://www.alphavantage.co/ could be used? They offer free API key that looks rather easy to set up.