-
Notifications
You must be signed in to change notification settings - Fork 46
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
Importing GTFS shows Error #169
Comments
Hi @anwernkp , First check : Can you ensure you're having the exact version of tinydb lib installed as mentioned in requirements.txt? Next: These issues coming up on Windows systems are difficult, as I myself am now working on linux machines only and am not in a position to debug for Windows or to recreate a new .exe file (windows doesn't allow making those from non-windows os - proprietary crap). This tool was tested on Windows 7 back when I'd developed it. I'm seriously considering getting rid of the .exe file and insisting that folks use Docker, which by now is quite nice on Windows. Please install Docker Desktop : https://docs.docker.com/desktop/install/windows-install/ You can run either by typing .<batname> in the terminal, or by opening the files in a text editor, copying their contents and pasting into the terminal / command prompt which should be open on the program folder. |
hello i have same problem |
I think I may have found a solution for this issue. Within the GTFSserverfunctions.py file it appears a function has changed with regards to the tinydb. on line 1250 within this .py code change db2.drop_tables() to db2.purge() I had the 500 error and doing this resolved the issue. The program is working fine now. What's happening here is that you probably have installed a newer version of tinydb and this function was updated to .purge |
I tried Importing a GTFS File (Generated Previously by Same GTFS Manager).But It shows 500: Internal Server Error
Attaching the screenshots
I am using Windows 10, Opening using gtfsmanager.exe
The text was updated successfully, but these errors were encountered: