BartRunnerAndroid icon indicating copy to clipboard operation
BartRunnerAndroid copied to clipboard

Seeing $null in current play store build

Open binamov opened this issue 8 years ago • 4 comments

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

binamov avatar Nov 02 '16 23:11 binamov

2.2.8 running on Android 6.0.1

binamov avatar Nov 02 '16 23:11 binamov

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.

dougkeen avatar Nov 02 '16 23:11 dougkeen

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

binamov avatar Nov 02 '16 23:11 binamov

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>

dougkeen avatar Nov 03 '16 00:11 dougkeen