Code4HR / hrt-bus-finder

Web app for the HRT bus API, GitHub Pages, @bschoenfeld and @wbprice
hrtb.us
16 stars 33 forks source link

New Uservoice Issue: HRTB.US System down? #198

Closed BretFisher closed 7 years ago

BretFisher commented 7 years ago

I have not been able to get any results, just an opening "refresh" page for two days now.

I hope the system will be back up... I rely on this app almsot daily... It is VERY helpful!

http://hrtbus.uservoice.com/admin/tickets/40

bschoenfeld commented 7 years ago

Step 1

Step 2

Step 3

Traceback (most recent call last):
  File "process-gtfs.py", line 89, in <module>
    'stopId': row['stop_id'],
KeyError: 'stop_id'

TODO

bschoenfeld commented 7 years ago

Resolution

GTFS files now contains UTF-8 BOM in the beginning, probably by mistake. Update the script to remove these characters http://stackoverflow.com/a/18664752/438281

Fixed by Code4HR/hrt-bus-api#83