Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Wrong tcx_url #3

Open
ronek22 opened this issue Sep 12, 2017 · 1 comment
Open

Wrong tcx_url #3

ronek22 opened this issue Sep 12, 2017 · 1 comment

Comments

@ronek22
Copy link

ronek22 commented Sep 12, 2017

Hi,
Link to download activity in .tcx format has been changed.
Now it looks like this:
https://flow.polar.com/api/export/training/tcx/1718507404?compress=true
I suggest new way to create tcx_url variable:

idActivity = filter(str.isdigit,str(self.data['url']))
tcx_url = FLOW_URL + '/api/export/training/tcx/' + idActivity + '?compress=true'
@campbellr
Copy link
Owner

Thanks @ronek22

I don't really use my M400 anymore, so I've been neglecting this library. I'll try to make some time to update it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants