-
Notifications
You must be signed in to change notification settings - Fork 151
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
Zip import fails with: throw new Error('"toString()" failed') #72
Comments
Thanks for the report. I tried the config file and it worked with the latest version of node-gtfs 0.9.9 Try updating your global node-gtfs installation to the latest version:
Otherwise, it is a large GTFS file so perhaps the download is failing silently? |
Might be a large file issue indeed. |
Thanks for that suggestion. I made an update to the mongo connection timeout on import and it was able to handle importing the GTFS file you linked: https://github.com/BlinkTagInc/node-gtfs/releases/tag/0.9.10 You are right that it was in the removing of old data that it was timing out - perhaps I'll come up with a better way of doing this. |
I got also this issue, tried several node.js versions. Also when using the path option in config.json I got the same error. |
Config:
Output
When downloading and extracting first it works fine
The text was updated successfully, but these errors were encountered: