public-transport / transitous

Free and open public transport routing.
https://transitous.org
199 stars 55 forks source link

Error fetching 'feeds/nz.json' #667

Open transitous-bot opened 1 day ago

transitous-bot commented 1 day ago

CC: @Hoverth

An error occured while fetching a feed from feeds/nz.json. If the error is not temporary, please consider replacing or removing the feed. Thanks!

Here are the logs of the error(s): On 2024-12-01 01:01:25 UTC:

Fetching nz-AT…
Fetching nz-Metlink…
Fetching nz-Metlink…
Fetching nz-Otago-Regional-Council…
Fetching nz-Metro-Christchurch…
Postprocessing nz-Metro-Christchurch with gtfstidy…
Parsing GTFS feed in '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-nz_Metro-Christchurch.gtfs.zip' ... done.
Removing trips travelling too fast...done. (-0 trips [-0.00%])
Removing redundant stops... done. (-0 stops [-0.00%])
Removing redundant routes... done. (-0 routes [-0.00%])
Removing service duplicates... done. (-0 services [-0.00%])
Outputting GTFS feed to '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-nz_Metro-Christchurch.gtfs.zip'... done.

Fetching nz-Metro-Christchurch…
Fetching nz-BUSIT…
Postprocessing nz-BUSIT with gtfstidy…
Parsing GTFS feed in '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-nz_BUSIT.gtfs.zip' ...
Error while parsing GTFS feed:
stops.txt:393 - expected float for field 'stop_lon', found 'WKO00_CBD'

You may want to try running gtfsclean with --fix for error fixing / skipping. See --help for details.
Error: Could not postprocess nz-BUSIT: Command '['gtfsclean', '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-nz_BUSIT.gtfs.zip', '--fix-zip', '--check-null-coords', '--empty-agency-url-repl', 'https://transitous.org', '--remove-red-routes', '--remove-red-services', '--remove-red-stops', '--output', '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-nz_BUSIT.gtfs.zip', '--drop-too-fast-trips']' returned non-zero exit status 1.
Fetching nz-Baybus…
Error: 1 errors occurred during fetching.
Hoverth commented 1 day ago

Can reproduce, seems a new version of the GTFS feed was uploaded today. Transitland reports that there are the same number of stops, but it seems that the new version differs in the info, might be a typo in the content? Can someone with access to the historic GTFS feeds throw me a diff or something? Though now that I think about it I'm not sure what good that'd do, but oh well.

I'll flick BUSIT an e-mail tomorrow if this persists.

Hoverth commented 17 hours ago

Seems to be fixed now.