public-transport / transitous

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

Error fetching 'feeds/us-or.json' #475

Closed transitous-bot closed 1 week ago

transitous-bot commented 2 weeks ago

CC: @mlundblad

An error occured while fetching a feed from feeds/us-or.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-08-31 01:30:47 UTC:

Postprocessing us-or-Trimet with gtfstidy…
Parsing GTFS feed in '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-us-or_Trimet.gtfs.zip' ...
Error while parsing GTFS feed:
could not open required file agency.txt

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

On 2024-08-31 20:50:27 UTC

Postprocessing us-or-Trimet with gtfstidy…
Parsing GTFS feed in '/woodpecker/src/github.com/public-transport/transitous/out/.tmp-us-or_Trimet.gtfs.zip' ...
Error while parsing GTFS feed:
could not open required file agency.txt

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

Added "fix": true for TriMet in #478

jbruechert commented 1 week ago

That shouldn't help with missing files I think, but let's see.

mlundblad commented 1 week ago

Ahh, right!

Yeah, let's see. As far as I know TriMet uses OTP internally for the journey planner, so maybe this gets caught anyway…