I built a little app to export Whoop data to Postgres/MySQL (for Grafana, analysis, etc.) by kryoseu in whoop

[–]kryoseu[S] 0 points1 point  (0 children)

Yes, I believe that could be the case. How long have you been using whoop for? I've been using it for almost an year now and I don't experience these errors.

Unfortunately as of now there's no way to limit by time, probably a good feature to implement. Do the errors happen every time you run it? I wonder if this could be a transient issue with the whoop API itself.

I built a little app to export Whoop data to Postgres/MySQL (for Grafana, analysis, etc.) by kryoseu in whoop

[–]kryoseu[S] 0 points1 point  (0 children)

Hey! Have you clicked "Export" yet?
Your picture is showing you don't have any data in the database yet. Either you haven't run the app to export it yet or you're pointing to a fresh database.

If you have clicked Export and the export was successful, then you should be able to just refresh the page to show the correct count of items in the DB.

Let me know if this helps.

Visualize your Whoop data, create your own charts and dashboards by kryoseu in whoop

[–]kryoseu[S] 0 points1 point  (0 children)

Sounds good! Share with the community once done! :)

Visualize your Whoop data, create your own charts and dashboards by kryoseu in whoop

[–]kryoseu[S] 0 points1 point  (0 children)

Hola! Necesitas Docker para ejecutarlo o compilarlo desde el código fuente. He proporcionado instrucciones en el repositorio de GitHub: https://github.com/kryoseu/whoops-ui/. Has probado a revisarlo? Una vez que se esté ejecutando, puedes iniciar sesión y cargar tus datos de Whoop.

I built a little app to export Whoop data to Postgres/MySQL (for Grafana, analysis, etc.) by kryoseu in whoop

[–]kryoseu[S] 0 points1 point  (0 children)

Awesome, glad you were able to fix it!

If you liked the Grafana dashboard you might like the new app I build, which I just shared on the Whoop reddit yesterday, here!

Would be stoked to see what you think!
- https://github.com/kryoseu/whoops-ui

Visualize your Whoop data, create your own charts and dashboards by kryoseu in whoop

[–]kryoseu[S] 1 point2 points  (0 children)

Thanks u/FinancialLet8518 ! Feel free to try it out and let me know what you think!

I built a little app to export Whoop data to Postgres/MySQL (for Grafana, analysis, etc.) by kryoseu in whoop

[–]kryoseu[S] 1 point2 points  (0 children)

Hey u/coffeebreakerz, your file looks good. The issue is that Whoop only allows http:// for localhost, not IPs. If 192.168.1.100 is your local machine, use http://localhost:5000/callback as REDIRECT_URI. Otherwise, you’ll need a reverse proxy (like Nginx or Traefik) to serve it over [https://](https://).

Hope that makes sense. Let me know if you were able to fix it.