-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change of dates make line data disappear #538
Comments
Can i be assigned to this? |
Of course you can! |
Hi @yael-naor , |
@NoamGaash I can't reproduce the issue - it might be irrelevant now |
@itsoriki did you try the right page and settings? |
Now I see it :) |
@NoamGaash After a serious investigation I have come up with the following:
ConclusionWe parse the routes from the GTFS API in a way that might and actually leads to problems - Let's discuss also changes in the backend to address the problem as a whole! |
@ShayAdler You got to see this 🤯 .filter((route) => route.date.getDate() <= toTimestamp.date() && route.date.getDate() >= fromTimestamp.date()) or something similar (?) |
That's exactly what I had in mind! I'll fix it right away :) |
On the page "אחוזי יציאה מכלל הנסיעות":
I'm requesting information on route 24 from Metropolin company.
When I request dates 5/2/24 until 25/2/24, I receive valid information
However, when I request dates 4/2/24 until 25/2/24, I receive a message that there's not such line.
F12 shows that the data exists for the latter dates as well.
The text was updated successfully, but these errors were encountered: