Brendan Nee
Brendan Nee
Thanks for reporting this. The dockerfile needed to have the node.js version updated to v20 - Check out the latest released of GTFS-to-HTML https://github.com/BlinkTagInc/gtfs-to-html/releases/tag/2.7.2 and it should work.
Can you let me know what value you have in your config.json file for sqlitePath? The directory you specify needs to exist - or you can remove this line from...
Can you try adding a sqlitePath config value to a folder that does exist? Maybe `C:\Users\gedim\gtfs-to-html\gtfs`? Let me know if that solves the issue.
Can you share with me the config.json you are using? And also which version of gtfs-to-html is installed? gtfs-to-html --version
Thanks for sharing the config. Can you let me know the full output of the command gtfs-to-html when you run it? For example, here is what I got when trying...
@sebastianknopf Yes - it would be great to see your sample files and configs to debug this issue. I think the first table that is queried when you run GTFS-to-HTML...
@sebastianknopf Can you think of any way to update the documentation https://gtfstohtml.com/docs/configuration#sqlitepath so that other people don't have the same issue you had with `sqlitePath`? @Lanxtot Can you let me...
That would be great to add - perhaps in an upcoming major release.
Hi, The updateGtfsRealtime function should be applying any prefixes specified in config.json. Can you share with me your config.json that you are using?
Thanks for sharing. Can you tell me which version of node-gifs you are using? If part of a project, check your node_modules/gtfs/package.json file to see what version is actually installed.