[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2013-12-28, 04:36)bbaldino Wrote:
(2013-12-28, 03:51)Lunatixz Wrote:
(2013-12-28, 03:32)bbaldino Wrote: Still looking around but here's a log in the meantime:
http://xbmclogs.com/show.php?id=102545

You need to enable debugging in your log!

I really hope redhalo is taking note of this!

You mean enable debugging in the PseudoTV Live settings? I did that but don't see much extra logging. I can't upload another log right now because xbmclogs.com is accusing me of spamming, but I do think I found out what was causing my problem. For me, it was the call to calculating the duration of the episode:

Code:
dur = self.videoParser.getVideoLength(uni(match.group(1)).replace("\\\\", "\\"))
(in buildFileList in ChannelList.py)

That's what was causing the IOErrors I saw it looks like. If I comment that out (and just hardcode in 'dur = 10') then the TV channels start loading. Not sure what's causing issues with the call to getVideoLength, though.


EDIT: Looks like it's in the logic to mount the file onto a temporary mount point to get the duration (my files are shared over SMB). Digging deeper to find out exactly where.

You can dig as deep as you want, but I believe you're on a wild goose chase...

Your problem has nothing to do with that line of code... and more likely has something to do with your network share permissions... The log you sent me was useless as it was missing almost all relevant debug information.

You should consider re sending a log with debug information, rather then waste your time "digging" around the code...
I, along with many users use smb shares without a problem...

(2013-12-28, 05:01)redhalo Wrote: Latest master has failed for me since the Christmas update. Here's a log.
https://gist.github.com/redhalo/8155639

Perhaps this section helps.
Code:
21:45:32 T:8108   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'ADDON_ID' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\Robert\AppData\Roaming\XBMC\addons\script.pseudotv.live-master/pseudotv.py", line 25, in <module>
                                                from resources.lib.ga import *
                                              File "C:\Users\Robert\AppData\Roaming\XBMC\addons\script.pseudotv.live-master\resources\lib\ga.py", line 10, in <module>
                                                import EPGWindow
                                              File "C:\Users\Robert\AppData\Roaming\XBMC\addons\script.pseudotv.live-master\resources\lib\EPGWindow.py", line 31, in <module>
                                                from ChannelList import ChannelList
                                              File "C:\Users\Robert\AppData\Roaming\XBMC\addons\script.pseudotv.live-master\resources\lib\ChannelList.py", line 38, in <module>
                                                cache = StorageServer.StorageServer(ADDON_ID, 24) # (Your plugin name, Cache time in hours)
                                            NameError: name 'ADDON_ID' is not defined
                                            -->End of Python script error report<--

easy fix, my bad... lazy coding... I will update git later
::Update::
Try latest git or this updated file:
https://github.com/Lunatixz/script.pseud...nelList.py
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?


Messages In This Thread
RE: [FORK] - by jcaa6479 - 2013-07-16, 23:25
Re: RE: - by bry - 2013-07-19, 08:42
Audio Muting Consistently ? - by gjwAudio - 2013-08-18, 08:25
PTVL Anomalies... - by gjwAudio - 2013-08-25, 01:15
Help Find The BAD Channel... - by gjwAudio - 2013-08-27, 02:12
RE: - by DLWhittet - 2013-10-13, 02:48
Problems with Pseudo TV Live - by media-mogul - 2013-11-07, 22:45
Setup wifi cam stream - by rebelmaveric19 - 2013-12-12, 00:54
RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - by Lunatixz - 2013-12-28, 05:06
Black Screen - by Antisthenes - 2014-03-03, 02:06
RE: [FORK] - by Lunatixz - 2014-03-25, 18:21
Re: RE: - by Lunatixz - 2014-04-26, 17:10
Update breaks autostart? - by grumpygamer - 2014-07-12, 11:48
Re: RE: Update breaks autostart? - by bry - 2014-07-12, 13:44
PseudoTV Live + HDHomerun Tutorial - by bry - 2014-07-25, 23:17
RE: [FORK] - by tromy - 2014-09-22, 19:14
Custom Live Channel - by GavinCampbell - 2014-11-01, 18:20
Options menu? - by Pendragon445 - 2014-11-02, 20:23
Prevent Stop Button - by GavinCampbell - 2014-11-13, 22:45
RE: [FORK] - by herpkektop - 2015-02-11, 11:22
RE: [FORK] - by herpkektop - 2015-02-11, 17:55
PseudoTv issue - by adamp237 - 2015-03-02, 03:41
No Guide - Android Arm - by MoRbIdBoY - 2015-03-14, 20:26
Chanel Issues - by BlueKalel - 2015-05-03, 07:23
RE: donation - by gkithes - 2015-06-11, 02:27
RE: donation - by bornagainpenguin - 2015-06-11, 03:55
Channel Sharing Feature Freezing - by RORO-RR - 2015-07-11, 18:48
Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45