-
Notifications
You must be signed in to change notification settings - Fork 10
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
XCSoar Map Generator Error - cup file upload #17
Comments
Could you please attach the file, so i can trigger the error? it seems to work for me. |
@jstells can you check again please? i did quite some updates to mapgen (mostyl structural) |
Same problem, I always get error "Unsupported waypoint file". |
Still broken, another CUP from World Wide Turnpoint Exchange attached, Thanks! |
I currently don't have time. Please try fixing yourself or find someone to do it for you. |
This function is still broken or broken again. Uploading .cup files that used to work now it now says "Unsupported waypoint file" |
As nobody stepped up, its still broken. |
I have created a repo to try and debug the 'Unsupported waypoint file" issue - see https://github.com/paynterf/XCSoarMapGenDebug. This project extracts the 'back-end' code from the mapgen repo and runs it in a modified 'XCSoarMapServerDebug.py' file. When run this file reads 'WaypointFile.cup' and emulates most of the waypoint file related code. At this point, it appears to me that all the .CUP file parsing works (I used a truncated Condor .cup file as input - didn't try any other formats), so I'm now thinking the issue has to do with the 'front-end' code that accepts a filename on the web page and hands it off to the back-end python code. Any thoughts? |
Trying to convert .cup file to an XCM but every time, no matter what .cup file I select, I get error "Unsupported waypoint file"
The text was updated successfully, but these errors were encountered: