-
Notifications
You must be signed in to change notification settings - Fork 32
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
Symbian - PTV (Victoria, Australia) searches not working #250
Comments
Thanks for the report, i will have a look |
Looks like API endpoint (http://jp.ptv.vic.gov.au/ptv/) is no longer there. Either we have to find a correct one, or we can only remove the service. |
edit: While im no coder i decided to have a look at the source of Fahrplan anyway looks like its not using the PTV supplied api but is passing queries straight to the journey planner itself (so my original comment should probably be ignored however ive kept it below for histories sake) the journey planned now lives here https://www.ptv.vic.gov.au/journey however i cant figure out how to get it to accept the sample queries in the parser_efa.cpp source file (even after i tweak the urls) -- Old comment which should be ignored regarding the official api -- Seems they have got a new version of the API out V3.0 replacing V2.3 https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/ A migration guide is here and the full API info is available via the main page but does contain this info You can access the PTV Timetable API through a HTTP or HTTPS interface, as follows: base URL / version number / API name / query string so it looks like they have moved a bunch of things around |
The old endpoint uses the EFA api. It seems the new journey planner still uses it (the request params are still the EFA names) But as we use EFA XML we need to check if we still can get XML responses. If this fails, we probably need to switch to the official api. Edit: Looks like EFA is out: schildbach/public-transport-enabler@dee663e |
Searches using the PTV http://ptv.vic.gov.au/ provider do not appear to be working in the 2.0.28 Version of fahrplan - (the earlier version didnt work either but i noticed applist had an update and updated to see if that would fix the problem)
any search ends up with a "no results found" error and while typing in new station names no autocomplete results appear either.
Im running Fahrplan on a Nokia E7-00 Belle Refresh - 111.040.1511 and have tested using both cellular data and a wifi connection (and can see the phone bringing the wifi connection up prior to attempting to search)
(Thank you btw for creating the App - its far better than trying to get the ptv website to search on my E7)
The text was updated successfully, but these errors were encountered: