Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCX-Output Modification #32

Open
p-val opened this issue Apr 18, 2018 · 4 comments
Open

TCX-Output Modification #32

p-val opened this issue Apr 18, 2018 · 4 comments

Comments

@p-val
Copy link

p-val commented Apr 18, 2018

I am using py_trainer to analyze my data.
v800_downloader works out of the box with my M400.
Now, to be able to import the *.tcx files in py_trainer, a small addition in the xml is needed (Build tag).

screenshot_20180418_143859

Would be nice if this change can be implemented without hurting other users.
Tnx
Peter

@pcolby
Copy link

pcolby commented Apr 18, 2018

Hi @p-val,

Unfortunately @profanum429 seems to have abandoned this project.

The code to include the missing build information is actually in the project (was borrowed, with my permission) from my Bipolar project, however the code has been commented out by @profanum429.

You can see the code here: https://github.com/profanum429/v800_downloader/blob/master/src/bipolar/polar/v2/trainingsession.cpp#L2251

You can uncomment the code, and re-compile. You'll just need to define the BUILD_USER (or simply edit it out and put your own name in).

(The Bipolar project use the QMake build system to set the BUILD_USER from the current logged-in user at build time).

Cheers.

@p-val
Copy link
Author

p-val commented Apr 18, 2018 via email

@p-val
Copy link
Author

p-val commented Apr 20, 2018

Hi Paul,
the missing build-tag is no longer a problem, auto-inserted it using SED.
Now it looks like I am out of luck this time.
Only the first session was downloaded under Linux corrcectly.
When I tried to download three new sessions under Linux, they did not show up for selection (:
Well, started my virtual WIN10 for a try under Windows.
Three sessions showed up for selection(!) and the download started, resulting in this error.
error
Looking into the download directory I found
dir
instead of a tcx-file.
What else can I do if I do not want my data in the cloud?

Peter

@p-val p-val closed this as completed Apr 20, 2018
@p-val p-val reopened this Apr 20, 2018
@p-val
Copy link
Author

p-val commented Apr 20, 2018

sorry, closed it accidently!

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

No branches or pull requests

2 participants