jorke
1
I just need to confirm i’m not loosing it - my reading of the docs should return debug output - but i’m getting a 404…
curl -X GET -H "Authorization: Bearer xxx-xxx-xxx-xxx" "https://api.transport.nsw.gov.au/v1/gtfs/realtime/sydneytrains?debug=true"
{
"ErrorDetails":
{
"TransactionId":"000001543b0c0eba-2102",
"ErrorDateTime":"2016-04-22T15:34:43.244+10:00",
"Message":"Requested resource was not found",
"RequestedUrl":"/v1/gtfs/realtime/sydneytrains",
"RequestedMethod":"GET"
}
}
We’re getting the same result.
We’re adding it to the backlog.
Good news is that you are not loosing it.
@jorke Can you retry this? Looks like it’s working for us again. Could be due to some changes we made over the weekend or something else.
jxeeno
4
I’m now getting a protobuf encoded response. Not sure if that’s the intended result?
iirc, debug=true
returns a JSON object for /gtfs/vehiclepos/sydneytrains
.
$ curl -X GET -H "Authorization: Bearer [redacted]" "https://api.transport.nsw.gov.au/v1/gtfs/realtime/sydneytrains?debug=true"
1.0???d
%164U.1452.102.4-20160425.A.8.41513068;
3
%164U.1452.102.4-20160425.A.8.41513068 RTTA_REV ????d
%240J.1452.102.4-20160425.H.4.41513235;
3
%240J.1452.102.4-20160425.H.4.41513235 RTTA_REV ????a
%163S.1452.102.4-20160425.A.8.415133928
0
%163S.1452.102.4-20160425.A.8.41513392 *WL_1b ????d
%162U.1452.102.4-20160425.A.8.41521847;
[etc...]
1 Like
jorke
5
Hi,
well it’s better than a 404 - i’m having the same result as @jxeeno
thanks
jorke
1 Like
The intended result is meant to be JSONish text so to me it looks correct…