conveyal / gtfs-editor

A web-based GTFS editing framework. THIS PROJECT IS DEPRECATED. See https://github.com/ibi-group/datatools-ui for current version.
https://github.com/ibi-group/datatools-ui
MIT License
134 stars 63 forks source link

When I try to export GTFS, I get the following message .. #262

Open dimrizo opened 7 years ago

dimrizo commented 7 years ago

RuntimeException occured : java.io.FileNotFoundException: /home/dimrizo/Desktop/gtfs-editor/public/data/gtfs_6.zip (No such file or directory)

Which means that for some reason the folder does not exist .. Am I doing something wrong or this is an error ?

MKuranowski commented 7 years ago

Do you have the gtfs-editor/public/data directory?

dimrizo commented 7 years ago

I created it and fixed most of the problem, except for when I try to export GIS routes. Also the exports I do are blank. There are not entries in the txt files.

MKuranowski commented 7 years ago

I don't know, here - Devs have to look this up.

I was just wondering - should the GIS export save to gtfs_6.Zip?

dimrizo commented 7 years ago

Also the exports, they are all blank. They do not have entries in the txts.

JWJoubert commented 7 years ago

Hi, I had a different issue, so I wanted to "back up" by exporting the GTFS feed to disk. I also noticed, today only, that some of my files, routes.txt specifically, is empty. I tried exporting multiple agencies, single ones at a time, all empty.

Maybe I should just mention that I did not get the same error message @dimrizo gets.

JWJoubert commented 7 years ago

...I also noticed, today only, that some of my files, routes.txt specifically, is empty...

This turns out to be a NON-issue. I realised that only routes that have an APPROVED status will be exported. So, those _INPROGRESS routes are ignored. Whew! Thought I lost a LOT of work there...