question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Something went wrong when loading GPX

See original GitHub issue

Hi, can someone help me getting this to run in native windows? All dependecies and venv work, but if i pass a gpx dir (that confirmed works on linux) i get the above error.The error is in track.py:76 except Exception as e: # raise TrackLoadError("Something went wrong when loading GPX.") from e Sadly that doesn’t tell me much.

If i remove the exception, I end up with an assertion error in create_poster-script.py:11, in <module> load_entry_point('gpxtrackposter==0.1', 'console_scripts', 'create_poster')() I’m not familiar with all that build framework around that script so any help or pointers would be appreciated, because i think it’s not an issue with the script itself or gpxpy.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
floppcommented, Mar 11, 2021

I’ve just added a command line option --workers NUMBER_OF_WORKERS.

  • If omitted, the default number of processes will be used for track loading (~ number of CPU cores);
  • if > 1, the specified number of processes will be used;
  • if <= 1, tracks will be loaded without any multi-processing (in a plain for-loop without concurrent.futures...)

So, if there are any problems with loading, --workers 1 should help.

1reaction
luiscruzcommented, May 26, 2021

After specifying --workers 1, I was able to generate my poster successfully on my Mac! Thanks!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Oops! Something went wrong loading your courses Waypoint ...
I'm getting an error message saying "Oops! Something went wrong loading your courses" This only happens when I try to export GPX Waypoints...
Read more >
GPS Joystick Appninjas GPX Import Something went wrong
Hello I am using GPS Joystick Version 4.1.2 I just upgraded it from my old GPS Joystick because i needed GPX routes. My...
Read more >
GPX file fails to load - WordPress.org
I have a GPX file that is not displaying. Here is what I am doing: [leaflet-map]. [leaflet-gpx src=my-site/200802-RomanRd.gpx”].
Read more >
GPX files not loading into Google Earth Pro - Google Support
Can't load .gpx files. I've done it literally hundreds of times in the past. No error message - no reaction whatsoever.
Read more >
Steps to diagnose a GPX that fails to import - Gaia GPS
I have the same issue. Its used to work fine. Last night I tried to upload a new file and its not working....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found