dougkeen / BartRunnerAndroid

BART Runner Android app
49 stars 20 forks source link

Seeing $null in current play store build #12

Open binamov opened 7 years ago

binamov commented 7 years ago

The release note said it should be fixed. Anything else I need to do?

binamov commented 7 years ago

2.2.8 running on Android 6.0.1

dougkeen commented 7 years ago

Looks like BART is having problems on their end again (I've notified them and hopefully they'll have it resolved soon). I'll try and get a better error message in the app, though.

binamov commented 7 years ago

Aha... Interesting that other apps work though... Maybe they're looking at a different endpoint at Bart...

dougkeen commented 7 years ago

Yeah, they might be using the GTFS-RT feed instead of the "Real BART API". The latter is definitely acting screwy right now. All their ETD endpoints are currently returning something similar to this:

<root>
<uri>
<![CDATA[ http://api.bart.gov/api/etd.aspx?cmd=etd&orig=RICH ]]>
</uri>
<date>11/02/2016</date>
<time>03:48:17 PM PDT</time>
<station>
<name>Richmond</name>
<abbr>RICH</abbr>
<message>
<error>Updates are temporarily unavailable.</error>
</message>
</station>
<message/>
</root>