LIRR Bralax showing no trains

“No trains found” Error.

somethings up with line 156
if stop_time["timestamp"] > tim and str(cur_date) in gtfs["calendar"] and gtfs["trips"][stop_time["trip_id"]]["service_id"] in gtfs["calendar"][str(cur_date)]:

in getId function, this line is never true so nothing gets returned

maybe the data format got changed on the LIRR side.

Is there a contact I could follow up?

I commented in the fix PR. hopefully it’ll get reinvigorated. But the author is bralax (Brandon Lax) · GitHub
I’ll adopt the changes and resubmit the PR if nothing happens.

Working Tavis! Thank you.

This is a much-appreciated fix!