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

Application killed on "Compute activity fingerprints" #100

Closed
klofrau opened this issue Feb 28, 2024 · 2 comments
Closed

Application killed on "Compute activity fingerprints" #100

klofrau opened this issue Feb 28, 2024 · 2 comments
Labels
type: bug Something isn't working
Milestone

Comments

@klofrau
Copy link

klofrau commented Feb 28, 2024

Application is killed when all memory is consumed, possibly due to a high value of variable "dim".
In my case: [ 24556.44921875 167002.397436 ]

im = Image.new("L", tuple(map(int, dim)))

Maybe due to corrupted gps data? Activity looks fine on Strava, but time_series shows distance of more than 30000 km

@martin-ueding martin-ueding added the type: bug Something isn't working label Mar 1, 2024
@martin-ueding martin-ueding added this to the 0.20.0 milestone Mar 2, 2024
@martin-ueding
Copy link
Owner

That sounds like some bogus point of (0.0, 0.0) in your activity data. I'll just skip the fingerprint computation for these now. Perhaps once the activity loads, you will see that it has a point at the north pole or something.

@martin-ueding
Copy link
Owner

Version 0.20.0 is released you can update and try it out. If the issue persists, please reopen this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants