[mythtv-users] Mythtv Android Fronend list shows but no episodes
Henk Poley
henkpoley at gmail.com
Sun Mar 9 07:01:14 UTC 2014
I'm seeing the same thing, I upgraded to the Android Frontend beta.
$ mythbackend --version
Please attach all output as a file in bug reports.
MythTV Version : v0.27-162-g65668cd
MythTV Branch : fixes/0.27
Network Protocol : 77
Library API : 0.27.20140103-1
QT Version : 4.8.1
Options compiled in:
linux profile use_hidesyms using_alsa using_oss using_pulse
using_pulseoutput using_backend using_bindings_perl using_bindings_python
using_bindings_php using_crystalhd using_dvb using_firewire using_frontend
using_hdhomerun using_ceton using_hdpvr using_ivtv using_joystick_menu
using_libcec using_libcrypto using_libdns_sd using_libfftw3 using_libxml2
using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit
using_qtscript using_qtdbus using_sdl using_taglib using_v4l2 using_x11
using_xra
adb logcat; after pressing the sync button in 'recordings' ::
D/lights ( 386): set_light_buttons: color=0xffffffff, tlc=1.
V/DvrNavigationDrawerActivity( 9149): onOptionsItemSelected : enter
V/DvrNavigationDrawerActivity( 9149): onOptionsItemSelected : exit
D/AbstractMythtvFragmentActivity( 9149): onOptionsItemSelected : enter
D/AbstractMythtvFragmentActivity( 9149): onOptionsItemSelected : exit
V/RecordingsFragment( 9149): onOptionsItemSelected : enter
D/RecordingsFragment( 9149): onOptionsItemSelected : refresh selected
V/RunningServiceHelper( 9149): isServiceRunning : enter
D/RunningServiceHelper( 9149): isServiceRunning : checking for running
server 'org.mythtv.service.dvr.RecordedDownloadService'
D/AudioHardware( 97): AudioHardware pcm playback is exiting standby.
D/AudioHardware( 97): openPcmOut_l() mPcmOpenCnt: 0
V/RunningServiceHelper( 9149): isServiceRunning : exit
I/ActivityManager( 386): Start proc org.mythtv:recorded for service
org.mythtv/.service.dvr.RecordedService: pid=9760 uid=10069 gids={50069,
3003, 1015, 1028}
V/MainApplication( 9760): onCreate : enter
V/MainApplication( 9760): onCreate : exit
D/RecordedService( 9760): onHandleIntent : enter
I/RecordedService( 9760): onHandleIntent : DOWNLOAD action selected
V/RecordedHelperV27( 9760): process : enter
V/RecordedHelperV27( 9760): downloadRecorded : enter
D/RecordedHelperV27( 9760): downloadRecorded : etag=null
D/AudioHardware( 97): AudioHardware pcm playback is going to standby.
D/AudioHardware( 97): closePcmOut_l() mPcmOpenCnt: 1
D/lights ( 386): set_light_buttons: color=0xff000000, tlc=0.
E/RecordedHelperV27( 9760): process : non UTF-8 exception
E/RecordedHelperV27( 9760):
org.springframework.http.converter.HttpMessageNotReadableException: Could
not read JSON: Can not construct instance of int from String value
'4294967295': Overflow: numeric value (4294967295) out of range of Integer
(-2147483648 - 2147483647)
E/RecordedHelperV27( 9760): at [Source:
java.util.zip.GZIPInputStream at 420fb890; line: 1, column: 87554] (through
reference chain:
org.mythtv.services.api.v027.beans.ProgramList["Programs"]->org.mythtv.services.api.v027.beans.Program["Channel"]->org.mythtv.services.api.v027.beans.ChannelInfo["ChanId"]);
nested exception is
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
construct instance of int from String value '4294967295': Overflow: numeric
value (4294967295) out of range of Integer (-2147483648 - 2147483647)
E/RecordedHelperV27( 9760): at [Source:
java.util.zip.GZIPInputStream at 420fb890; line: 1, column: 87554] (through
reference chain:
org.mythtv.services.api.v027.beans.ProgramList["Programs"]->org.mythtv.services.api.v027.beans.Program["Channel"]->org.mythtv.services.api.v027.beans.ChannelInfo["ChanId"])
E/RecordedHelperV27( 9760): at
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter.readInternal(MappingJackson2HttpMessageConverter.java:126)
E/RecordedHelperV27( 9760): at
org.springframework.http.converter.AbstractHttpMessageConverter.read(AbstractHttpMessageConverter.java:147)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.HttpMessageConverterExtractor.extractData(HttpMessageConverterExtractor.java:76)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.RestTemplate$ResponseEntityResponseExtractor.extractData(RestTemplate.java:655)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.RestTemplate$ResponseEntityResponseExtractor.extractData(RestTemplate.java:641)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:484)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:453)
E/RecordedHelperV27( 9760): at
org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:429)
E/RecordedHelperV27( 9760): at
org.mythtv.services.api.v027.impl.DvrTemplate.getRecordedList(DvrTemplate.java:282)
E/RecordedHelperV27( 9760): at
org.mythtv.service.dvr.v27.RecordedHelperV27.downloadRecorded(RecordedHelperV27.java:211)
E/RecordedHelperV27( 9760): at
org.mythtv.service.dvr.v27.RecordedHelperV27.process(RecordedHelperV27.java:126)
E/RecordedHelperV27( 9760): at
org.mythtv.service.dvr.RecordedService.onHandleIntent(RecordedService.java:108)
E/RecordedHelperV27( 9760): at
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
E/RecordedHelperV27( 9760): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/RecordedHelperV27( 9760): at android.os.Looper.loop(Looper.java:137)
E/RecordedHelperV27( 9760): at
android.os.HandlerThread.run(HandlerThread.java:61)
E/RecordedHelperV27( 9760): Caused by:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
construct instance of int from String value '4294967295': Overflow: numeric
value (4294967295) out of range of Integer (-2147483648 - 2147483647)
E/RecordedHelperV27( 9760): at [Source:
java.util.zip.GZIPInputStream at 420fb890; line: 1, column: 87554] (through
reference chain:
org.mythtv.services.api.v027.beans.ProgramList["Programs"]->org.mythtv.services.api.v027.beans.Program["Channel"]->org.mythtv.services.api.v027.beans.ChannelInfo["ChanId"])
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:626)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseInteger(StdDeserializer.java:315)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:319)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:301)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:464)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:98)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:295)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:464)
E/RecordedHelperV27( 9760): at
com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodP
V/RecordedHelperV27( 9760): process : exit
D/RecordedService( 9760): onHandleIntent : exit
I/RecordingsFragment( 9149): RecordedDownloadReceiver.onReceive : enter
I/RecordingsFragment( 9149): RecordedDownloadReceiver.onReceive :
complete=Recorded Programs Download Service Finished
I/RecordingsFragment( 9149): RecordedDownloadReceiver.onReceive : exit
2014-03-09 2:22 GMT+01:00 Bill Meek <keemllib at gmail.com>:
> On 03/08/2014 06:54 PM, DryHeat122 . wrote:
>
>> I have installed MythTV Android Frontend on a Galaxy Note 10.1 2014. It
>> seems to connect to the backend ok. So for example when I click on the
>> guide icon it shows the guide, and when I click recordings it gives a list
>> of shows. But then when I click one of the shows in the list nothing
>> happens, i.e. it doesn't list the episodes. Anyone know what the problem
>> is?
>>
>
> If the 10.1 you mention above is the MythTV Android Frontend issue,
> then you're better off using the 1.20.6 beta version. See:
>
> https://play.google.com/apps/testing/org.mythtv
>
> (as opposed to 10.1 the Galaxy model.)
>
> Your earlier post said you have/will have "latest mythtv" suggests
> that you're running MythTV version 0.27 and 1.20.6 runs better with
> it.
>
> As to not seeing anything when you click on a show, if you haven't
> already, press the resync icon (circled arrows) and try again. There
> is a problem with the apps handling of corrupt time stamps. Go to the
> FAQ (press the vertical ellipses in the upper right.) The see the
> 3rd suggestion from the bottom.
>
> And, both of your posts regarding this question made it to the
> mailing list OK.
>
> --
> Bill
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140309/f170243f/attachment.html>
More information about the mythtv-users
mailing list