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

How to recover a partial ride? #39

Closed
evesdropper opened this issue Nov 2, 2023 · 2 comments
Closed

How to recover a partial ride? #39

evesdropper opened this issue Nov 2, 2023 · 2 comments
Labels
question Further information is requested

Comments

@evesdropper
Copy link

evesdropper commented Nov 2, 2023

Zwift froze midway through a ride, losing my progress; where can I look to find the log files? Thanks!

@netbrain
Copy link
Owner

netbrain commented Nov 2, 2023

docker volume list

DRIVER    VOLUME NAME
....
local     zwift-netbrain

docker volume inspect zwift-netbrain
[
    {
        "CreatedAt": "2023-09-18T07:41:36+02:00",
        "Driver": "local",
        "Labels": null,
        "Mountpoint": "/var/lib/docker/volumes/zwift-netbrain/_data",
        "Name": "zwift-netbrain",
        "Options": null,
        "Scope": "local"
    }
]


sudo ls /var/lib/docker/volumes/zwift-netbrain/_data

Or you can mount the volume in a container and do your investigating there:

 docker run -it --rm -v zwift-netbrain:/data busybox
 ls /data

You need to change your zwift volume name to the format zwift-$USER for it to be applicable for your system.

the volume contains a Logs folder which should house your previous ride i guess.

@gallais
Copy link
Contributor

gallais commented Nov 12, 2023

Btw @evesdropper I experienced similar crashes a couple of times (after ~20
& ~40 minutes respectively) and the solution was to turn off video screenshots in
the in-game config just like advised in #26. I've been free of crashes since then!

As for the missing fit files, I got them from the user feed on the zwift website
(at https://www.zwift.com/feed, click on the activity in question & then on the toothed wheel
icon to access the download option) and manually uploaded them to strava.

@netbrain netbrain added the question Further information is requested label Dec 5, 2023
@netbrain netbrain closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants