hove-io / transit_model

Managing transit data with Rust
GNU Affero General Public License v3.0
53 stars 28 forks source link

Error reading "./ntfs/feed_infos.txt" #712

Closed sign0 closed 3 years ago

sign0 commented 3 years ago

Hello,

I am using the gtfs2ntfs tool for the first time with the latest GTFS 'fr-nw', but unfortunately I get this error message :

Oct 26 08:25:34.264 INFO Writing feed_infos.txt
Error reading "./ntfs/feed_infos.txt"
No such file or directory (os error 2)

My command line is :

gtfs2ntfs --input ./gtfs/ --output ./ntfs

Do you know how I can resolve this problem ?

ArnaudOggy commented 3 years ago

Did you create your output folder (./ntfs) with a mkdir before?

sign0 commented 3 years ago

Indeed I had not created the output folder, I thought the tool did it automatically ...

Thanks for the very quick response! :)

ArnaudOggy commented 3 years ago

it's true that the tool should create it itself :wink: Have fun !