planarnetwork / gtfsmerge

Merge GTFS datasets
24 stars 4 forks source link

process killed without any error #11

Open gharaviSara opened 1 year ago

gharaviSara commented 1 year ago

hi , i am trying to run the code as in the instruction with two gtfs file for quebec and levis city , but while loading the first file the process is killed without ant output file generated !

linusnorton commented 1 year ago

Do you have a link to the files and the command you're using to run it?

tweska commented 1 year ago

I have the same problem with the Subway and MTA Bus schedules from here: https://new.mta.info/developers

Command I used is just: gtfsmerge Subway.zip Bus.zip merged.zip

linusnorton commented 1 year ago

I've tried to debug but the issue seems to be in the https://github.com/staeco/gtfs-stream library. There's no output or error, the stream just terminates.

jnath commented 9 months ago

Hello i have a same bug in latest version in node 20. did you fix it ?

linusnorton commented 9 months ago

I believe we're still waiting on a resolution to https://github.com/staeco/gtfs-stream/issues/7 - it might be possible to fork the repository and try a few things out