Skip to content

Stops not showing in table or map #160

@brodyFlannigan

Description

@brodyFlannigan

Operating system

Windows x64
GTFS-Manager 3.4.3

Python version

3.7.6
Running on Miniconda

Problem description

When I open the "Stops" tab of the GTFS-Manager, no stops appear in the table. When I add a stop, after clicking the "Add to list" button, nothing happens in the table.
However, the stops seem to get created, but there is no way to save the database as the button to do so in the stops table is not available (it seems it hasn't detected any changes to the table to save)

Console / terminal output if any

tableReadSave GET call for table=stops
readTableDB: Loaded stops, 420 records
tableReadSave GET call for table=stops took 0.04 seconds.

Note that I was able to import GTFS flawlessly, hence the 420 stops...

Expected Action

I should be able to view the stops in the list and on the map.

Details of data you are working with, if relevant

Q: Is there anything peculiar about the data you are working with, which may be causing the issue? Any extra files in the feed? Extra columns? Any mandatory columns/fields omitted?
A: In the imported GTFS, yes, but nothing in stops. Feed passes validation with no warnings except for fast travel. I was also having this issue when experimenting with creating a feed from scratch.

Q: What is the size of the dataset : how many lines in stops.txt, routes.txt and stop_times.txt?
A: Current dataset: 420 stops, 10 routes and 2315 stop_times

Q: Are you starting a new feed from scratch and haven't filled in any of the other files like calendar.txt?
A: Yes, I tried creating stops only after creating an agency. I then imported existing GTFS, problem persists.

Anything else

Nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions