logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Login


Options
View
Go to last post Go to first unread
Benjamin  
#1 Posted : Tuesday, July 10, 2012 6:54:12 PM(UTC)
Benjamin

Rank: Advanced Member

Groups: Registered
Joined: 7/10/2011(UTC)
Posts: 34

Thanks: 1 times
I noticed that my app was displaying “(null)” instead of “Lincoln and Killarney” for the destination of the 220N Limited. The API response for GetDeparturesByStop looked fine to me; the relevant part was
Code:
"destination": {
    "stop_id": "LNCLNKLNRY:3"
}

I wasn’t sure whether this was a new stop point or what. When I tried to call GetStop for that stop, though, I got an empty response:
Code:
{
    "status": {
        "msg": "ok", 
        "code": 200
    }, 
    "rqst": {
        "params": {
            "stop_id": "LNCLNKLNRY"
        }, 
        "method": "GetStop"
    }, 
    "stops": [], 
    "new_changeset": true, 
    "time": "2012-07-10T19:48:39-05:00", 
    "changeset_id": "45F44AA60A2B6A3BB06F30DC68C766F9"
}


Any idea what’s causing this?
Ryan  
#2 Posted : Wednesday, July 11, 2012 8:04:09 AM(UTC)
Ryan

Rank: Administration

Groups: Administrators, Registered
Joined: 6/1/2011(UTC)
Posts: 88
United States
Location: Urbana

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi Benjiman,

It looks like someone made a typo when they were adding a long-term reroute to the system. This is whey you were getting LNCLNKLNRY instead of LNCLNKLRNY. I'm importing a new set of data now and the problem should be resolved soon. Thanks for bringing this to our attention.

Ryan
Benjamin  
#3 Posted : Wednesday, July 11, 2012 10:26:13 AM(UTC)
Benjamin

Rank: Advanced Member

Groups: Registered
Joined: 7/10/2011(UTC)
Posts: 34

Thanks: 1 times
OK, thanks!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.