-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi, I'm trying to use this library and I'm following a workflow like this:
- Find stations by name (query='mollstr')
- Select a station and get details (name='Berlin, Mollstr./Otto-Braun-Str.' id='900000100040')
- Select a line from the station (name=M8 id='17463_900')
- Select the variant with most trips (the one with 371 trips)
- Get the first and last stop of that variant (first_stop_id='070301009267' last_stop_id='070301008858')
Last step throws an error like this:
{
"isHafasError": true,
"request": "{\"lang\":\"en\",\"svcReqL\":[{\"meth\":\"LocDetails\",\"req\":{\"locL\":[{\"type\":\"S\",\"lid\":\"A=1@L=001009267@\"}]}}],\"client\":{\"type\":\"IPA\",\"id\":\"VBB\",\"name\":\"vbbPROD\",\"v\":\"4010300\"},\"ext\":\"VBB.1\",\"ver\":\"1.16\",\"auth\":{\"type\":\"AID\",\"aid\":\"hafas-vbb-apps\"}}",
"url": "https://fahrinfo.vbb.de/bin/mgate.exe?mic=bb4618f0b209632fb61e9dae462aabe2&mac=a246d90418328ad9249c3dda23fdc111",
"statusCode": 400,
"isClient": true,
"code": "INVALID_REQUEST",
"message": "location/stop not found",
"hafasErrorCode": "LOCATION",
"hafasErrorMessage": "HCI Service: location missing or invalid",
"error": true,
"msg": "HAFAS error: location/stop not found"
}
The query I'm running looks like this https://v5.vbb.transport.rest/stops/070301009267
I think my workflow is correct and this is a bug. Can you confirm?
Reactions are currently unavailable