Open DW4y opened 1 month ago
My best guess is that Traefik isn't actually forwarding all the headers? So X-RateLimit-Usage
isn't present as expected?
The strava API explicitly states that they send that header: https://developers.strava.com/docs/rate-limits/, and I haven't seen this in any of my deployments before. You'd have to debug to see what keys are present in dict(r.headers)
at that point
Hello,
I'm running into the next problem. Set all up like in the instructions and used poetry with pyenv 3.10.10
Using virtualenv: /home/pierre/.cache/pypoetry/virtualenvs/strava-to-fittrackee-JaUpv7uk-py3.10
but _poetry run python -m strava_tofittrackee.s2f --sync returns:
I'm using Fittrackee behind traefik but all headers are forwarded correct (it also works with nextcloud what needs the headers).
Thanks!