[mythtv-users] New Android client for MythTV - force close on download guide

Bill Meek keemllib at gmail.com
Wed Aug 1 18:07:00 UTC 2012


On 08/01/2012 11:53 AM, Timothy Krantz wrote:
> I am getting a force close on the latest mythtv android client when it tries
> to download the guide data.
>
> This is in the logcat:
>
> 08-01 11:32:58.620: E/AndroidRuntime(24027): Caused by:
> org.codehaus.jackson.JsonParseException: Illegal character ((CTRL-CHAR, code
> 31)): only regular white space (\r, \n, \t) is allowed between tokens
> 08-01 11:32:58.620: E/AndroidRuntime(24027):  at [Source:
> org.apache.http.conn.EofSensorInputStream at 40890828; line: 1, column: 2]
>
> Sure enough I was able to find a 0x31 in the http response.
>
> If there is anything more I can do to diagnose I will be glad to do that.
>
> I am running the latest 0.25 master code and the latest mythtv-for-android
> code.

Hi;

Are you sure you're on the latest MythTV for Android? If you are, ignore the
rest of this response.

The 0x31 is the ID1 character in a gziped response.

Some releases of MythTV for Android ask for a gzipped response, however, a
bug prevents it from handling it.

0.25 doesn't return gzipped data, 0.26 does (and I see from your follow-up
you're truly on 0.26.)

Get the 7/11 version from:

  https://github.com/MythTV-Android/mythtv-for-android/downloads

-- 
Bill


More information about the mythtv-users mailing list