Code Monkey home page Code Monkey logo

Comments (4)

nowave7 avatar nowave7 commented on June 14, 2024 1

Hey guys, thanks for your comments. As it turns out, the companion app on the phone did save the activity, it just wasn't displayed immediately, but only after some 20 minutes or so. So I could download it from zwift.com, and sync it to Strava/Garmin.

If they saved they should be present in the mounted Docker volume. Unless they explicitly get saved to Documents.

docker run -it --rm -v zwift-$USER:/data busybox
/ # ls -la /data/Activities/

total 460
drwxr-xr-x    2 1000     1000          4096 Dec 21 21:51 .
drwxr-xr-x    9 1000     1000          4096 Dec 21 21:48 ..
-rw-r--r--    1 1000     1000        112177 Dec 21 22:42 2023-12-21-21-51-45.fit
-rw-r--r--    1 1000     1000         97229 Dec 21 22:35 inProgressActivity.fit

I'm not sure if the current Docker image does save them though, since if the Zwift volume isn't being detected in Documents then it might not? I've personally had to make a symlink in mine:

ln -s "$HOME/Zwift" "$HOME/.wine/drive_c/users/user/Documents/Zwift"

Someone using the netbrain/zwift image could check.

Yes, I just had a look, and indeed all of the activities as well as images, are still there. So that is also great to know in case this happens once again. Thanks!

from zwift.

quietvoid avatar quietvoid commented on June 14, 2024

If they saved they should be present in the mounted Docker volume.
Unless they explicitly get saved to Documents.

docker run -it --rm -v zwift-$USER:/data busybox
/ # ls -la /data/Activities/

total 460
drwxr-xr-x    2 1000     1000          4096 Dec 21 21:51 .
drwxr-xr-x    9 1000     1000          4096 Dec 21 21:48 ..
-rw-r--r--    1 1000     1000        112177 Dec 21 22:42 2023-12-21-21-51-45.fit
-rw-r--r--    1 1000     1000         97229 Dec 21 22:35 inProgressActivity.fit

I'm not sure if the current Docker image does save them though, since if the Zwift volume isn't being detected in Documents then it might not?
I've personally had to make a symlink in mine:

ln -s "$HOME/Zwift" "$HOME/.wine/drive_c/users/user/Documents/Zwift"

Someone using the netbrain/zwift image could check.

from zwift.

gallais avatar gallais commented on June 14, 2024

Have you had a look on zwift.com? Cf. #39 (comment)

from zwift.

nowave7 avatar nowave7 commented on June 14, 2024

Closing this as all is clear and there really is no issue.

from zwift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.