-
DescriptionThe stock information widget appears broken. I've confirmed the API key is correct and I get valid results by issuing a request to Finnhub with curl. The regular stocks widget works with the same watchlist and API key. I am running Homepage on a Kubernetes cluster. homepage versionv0.9.13 Installation methodOther (please describe above) Configurationkind: ConfigMap
apiVersion: v1
metadata:
name: homepage-config
namespace: default
data:
bookmarks.yaml: ''
custom.css: ''
custom.js: ''
docker.yaml: ''
kubernetes.yaml: ''
services.yaml: |
---
- Test:
- stocks:
href: https://apple.com
widget:
type: stocks
provider: finnhub
watchlist:
- AAPL
settings.yaml: |
---
title: Home
providers:
finnhub: {{HOMEPAGE_VAR_FINNHUB_API_KEY}}
widgets.yaml: |
---
- stocks:
provider: finnhub
watchlist:
- AAPL Container Logs
Browser Logs
TroubleshootingN/A |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 15 replies
-
I dont think it is. I think you'll need to provide some more information / debugging, like the container logs. Perhaps the finnhub api key isn't working, or something else funny is up |
Beta Was this translation helpful? Give feedback.
-
Can this be converted into an issue? What other info do we need to provide to troubleshoot this? Thanks |
Beta Was this translation helpful? Give feedback.
-
I added a little debugging to the stocks endpoint so if you run homepage with |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting that set up for us. Container log:[2024-12-16T16:17:45.610Z] error: undefined This is what appears to be the relevant log info. |
Beta Was this translation helpful? Give feedback.
-
The stock information widget is actually working for me now. So it seems very likely that finnhub had an API issue. However, that doesn't explain why the page widget and information ("header") widget were behaving differently. Still, we can probably close this. |
Beta Was this translation helpful? Give feedback.
I added a little debugging to the stocks endpoint so if you run homepage with
LOG_LEVEL=debug
against thedev
docker image once it is done building: https://github.com/gethomepage/homepage/actions/runs/12345215082 (~20 minutes from now), you can let me know what the output is.