-
Notifications
You must be signed in to change notification settings - Fork 64
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
Bus System endpoint is down #356
Comments
Yeah, they introduced a new endpoint a while back. That one probably needs to be implemented instead of the one you mentioned. |
For anyone interested in looking into this, here is the new endpoint: I do not know if the data is in the same format as before. |
I kind of need this api so I'll look into it. |
I reimplemented this in fec9a27 but added all the bus routes in the country. I was wondering if there should be a neat way to get all the bus routes in only Reykjavik, such as adding Also, the new endpoint returns a different response so this might have been implemented a bit differently, maybe someone has an opininion on that? |
Also, if anyone has any information about other open Strætó APIs, such as bus stops and so on, please let me know. |
This should still be valid: |
One question, I just get 400 with the message |
I don't know what that is. I just tried setting that header to
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We should probably fix this. |
The tests run fine for me now so we might be missing coverage here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We're still working on getting the stale bot right. I've made changes so it won't mark bugs as stale. |
To make things easier: The server behind behind https://otp.straeto.is/otp/routers/default/plan?fromPlace=64.1445471646293%2C-21.80623378245718&toPlace=64.09814246436902%2C-21.88766086745632&time=18%3A26&date=2017-02-28&mode=TRANSIT%2CWALK&maxWalkDistance=10000&arriveBy=false&wheelchair=false&showIntermediateStops=false&numItineraries=3&locale=is I implemented my app that consumes this endpoint using the documentation from Barcelona TMB: https://developer.tmb.cat The comments are mostly in Catalan, but the variable names and example data is english. i don't speak Catalan and this was suficient for me. |
Hallo! Any luck on this issue 😸 |
The bus system endpoint has stopped working, the livemap url has been moved apparently.
When I send a get request to the livemap url I get the 404 page.
Steps to reproduce
npm test
or{"error":"Something is wrong with the data provided from the data source"}
orcurl -i https://straeto.is/bitar/bus/livemap/json.jsp
The text was updated successfully, but these errors were encountered: