2015-06-21, 18:03
So , i pushed a workaround included in next release 1.12.21. The release will coming soon in ppa.
(2015-06-21, 17:14)janbar Wrote: @MikeB2013 after investigation, seems it is a bug in MythTV backend 0.28-pre. In all ways it no longer takes care for args StartIndex and Count. Even specified the backend returns all channel list !!! breaking the stop guard if you have exactly 100 channels. We should open a ticket in MythTV tracker.
sample call to run the bug: http://<backendIP>:6544/Channel/GetChannelInfoList?StartIndex=10&Count=2&SourceID=1&OnlyVisible=true&Details=false will return the full list.
(2015-06-21, 05:57)mattlach Wrote:(2015-06-13, 03:02)mattlach Wrote: So, I have started having a new issue. No longs yet, as it is not easily reproducible. Will post logs when I can.
Essentially, during playback of a given channel, all of sudden it exits to the main Kodi menu on its own.
After this, it can be restarted, and sometimes will exit right away again, and sometimes continue playing like normal.
Is there a way to record log files without displaying the white text in the top left of the screen, when you enable logging from the system menu?
This happens a lot, but it is at random, because of this I don't want to leave the debug mode (with white text) on until it occurs.
Thanks,
Matt
(2015-06-13, 03:21)nickr Wrote: http://kodi.wiki/view/Log_file/Advanced#..._debugging
Thank you. Have enabled basic log level 1 now, and left a notepad near the TV for my fiance to write down the time of each crash to make it easier to search the logfile. (it always happens when she is watching TV. I never see it.) I will upload this log, and times of occurrences as we collect a few of them.
When I went in to enable the logging, I found that each time kodi crashed it dumped a crashlog (file date corresponds to each time kodi, quits to main screen while watching live TV). Are these of any use?
Here is an example. I have zipped up the rest here, if having more of them helps.
Really appreciate the help!
--Matt
(2015-06-22, 07:28)janbar Wrote: The crash log is empty:
############### STACK TRACE #################
gdb not installed, can't get stack trace.
############# END STACK TRACE ###############
@mattlach , you have to install gdb. Without kodi doesn't dump the stack trace. To do : "sudo apt-get install gdb"
(2015-06-22, 07:28)janbar Wrote: The crash log is empty:
############### STACK TRACE #################
gdb not installed, can't get stack trace.
############# END STACK TRACE ###############
@mattlach , you have to install gdb. Without kodi doesn't dump the stack trace. To do : "sudo apt-get install gdb"
(2015-06-25, 19:15)janbar Wrote: @mattlach, i found a crash bug yesterday. Maybe your crash has the same root cause. I pushed a new release to fix it:
HELIX = 1.12.24 , GOTHAM = 1.9.22-57 and DEV = latest branch "doityourself"
For ubunto PPA is uptodate, and github.io page of the project is also uptodate http://janbar.github.io/pvr.mythtv/download/index.html
br
EDIT: this crash bug is easily reproducible with isengard x86-64/cpu-4cores or more: kodi make screenshot of all recordings and the addon start/stop thread very often during these processes). Else never seen this bug with helix but i prefered backported the fix.
I will prepare the PR for kodi-pvr at the end of the week-end.
(2015-07-24, 01:17)mattlach Wrote: Yikes,
Just accidentally upgraded to Kodi 15.0, and the MythTV PVR plugin will no longer load.
Will provide log shortly, but for now, is everyone else having the same problem?
Thanks,
Matt
19:20:18 T:140639080601536 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
19:20:19 T:140637957515008 DEBUG: RegisterClient - registering add-on 'MythTV PVR Client'
19:20:19 T:140637957515008 DEBUG: PVR - Create - creating PVR add-on instance 'MythTV PVR Client'
19:20:19 T:140637957515008 DEBUG: ADDON: Dll Initializing - MythTV PVR Client
19:20:19 T:140637957515008 DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/pvr.mythtv/pvr.mythtv.so)
19:20:19 T:140637957515008 DEBUG: Loading: /usr/lib/kodi/addons/pvr.mythtv/pvr.mythtv.so
19:20:19 T:140637957515008 ERROR: PVR - Add-on 'MythTV PVR Client' is using an incompatible API version. XBMC minimum API version = '1.9.6', add-on API version '1.9.2'
19:20:19 T:140637957515008 WARNING: UpdateAndInitialiseClients - failed to create add-on MythTV PVR Client, status = 6
19:20:19 T:140637957515008 WARNING: UpdateAndInitialiseClients - failed to load the dll for add-on MythTV PVR Client, disabling it