Open
Description
Summary
While testing the historical stop times view, several bus lines that are known to operate regularly (verified via Moovit or personal experience) return Χ§Χ ΧΧ Χ ΧΧ¦Χ
("line not found") on specific dates, despite being available on nearby days.
This appears across multiple operators and lines, and in one case, the same line appears under a different operator on the same date, suggesting the issue may relate to operator/date mismatches, data gaps, or filtering logic.
Note: Line 15 with Electra Afikim (operatorId=25) demonstrates a critical bug, beyond the regular behavior observed in other cases
QA Test Matrix β Line Availability by Date and Operator
Date | Line Number | Operator Name | operatorId | Source Verified | Result | Conflict Detected? |
---|---|---|---|---|---|---|
1/5/25 | 45 | Dan | 5 | Personal ride | Not Found | No |
1/5/25 | 377 | Metropoline | 15 | Moovit | Not Found | No |
4/5/25 | 174 | Egged | 3 | Personal ride | Found | No |
5/5/25 | 45 | Dan | 5 | Personal ride | Found | No |
6/5/25 | 377 | Metropoline | 15 | Moovit | Found | No |
7/5/25 | 174 | Egged | 3 | Personal ride | Not Found | No |
1/5/25 | 10 | Kavim | 6 | Moovit | Not Found | β Found in Moovit |
4/5/25 | 10 | Kavim | 6 | Moovit | Found | No |
Line | Operator Name | operatorId | Dates (4β8.5.25) | Result | Notes |
---|---|---|---|---|---|
15 | Electra Afikim | 25 | 4β8.5.25 | Not Found | β Missing entire workweek |
451 | Superbus | 16 | 4β8.5.25 | Not Found | β Critical β intercity line |
174-Eged

45-Dan

10-Kavim

15-Elecra Afikim

451-superbus

QA Observations
- Issues occur across different operators, not just one.
- Verified lines that work on one day disappear on another.
- In one case, line 15 appears under a different operator than expected.
- These issues do not correlate with Shabbat limitations:
- Saturdays (Shabbat): Missing lines may be expected
- Fridays: Lines should still appear, even with reduced service
Optional QA Insight
From the QA perspective, this may be due to:
- Partial GTFS data on some dates
- Lines are being assigned to the wrong operator in GTFS
- Filtering logic hides valid lines when no trips are found
These are only observations β technical investigation is up to the development team.
π Example timeline URL
Metadata
Metadata
Assignees
Labels
No labels