[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2015-06-09, 02:09)Lunatixz Wrote:
(2015-06-09, 02:05)bornagainpengui Wrote:
(2015-06-08, 17:18)Lunatixz Wrote: No need for a fresh install, won't matter... You can hold off on sending me info, tonight I'm going to push an update that fixes a few user issues. Maybe this build will work for you.

Didn't see this until it was too late...

Code:
https://drive.google.com/file/d/0B_NU560Dvw3DaTMtVVFydmdMYVU/view?usp=sharing

Seems to be an exception which is causing memory issues again:

Code:
18:43:43 T:4673720320   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: invalid literal for int() with base 10: 'plugin://5400'
                                            Traceback (most recent call last):
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 431, in onInit
                                                if self.readConfig() == False:
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 681, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 195, in setupList
                                                self.setupChannel(i + 1, self.background, makenewlists, False)
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 404, in setupChannel
                                                if self.channels[channel - 1].setPlaylist(CHANNELS_LOC + 'channel_' + str(channel) + '.m3u') == True:
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/Channel.py", line 47, in setPlaylist
                                                return self.Playlist.load(filename)
                                              File "/Users/davidchamberlain/Library/Application Support/Kodi/addons/script.pseudotv.live/resources/lib/Playlist.py", line 217, in load
                                                tmpitem.duration = int(line[8:index])
                                            ValueError: invalid literal for int() with base 10: 'plugin://5400'
                                            -->End of Python script error report<--

This issue was fixed already, has to do with donor internettv autotune... fix in next update, but you will either have to remove the old settings, or re autotune after update.

Well when the update came out it seemed to take a really long time to build the channels after I autotuned and the program seemed to hang at the Initialing channels section and I was about to give it up and even posted a log but eventually it started creating the playlists for the channels.Thing sbuilt up to channel 308 and then seemed to hang. Reading the log produced this:

Code:
22:41:23 T:139675842877184   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: expected string or buffer
                                            Traceback (most recent call last):
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 439, in onInit
                                                if self.readConfig() == False:
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 681, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 194, in setupList
                                                self.setupChannel(i + 1, self.background, makenewlists, False)
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 402, in setupChannel
                                                if self.makeChannelList(channel, chtype, chsetting1, chsetting2, chsetting3, chsetting4, append) == True:
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 655, in makeChannelList
                                                fileList = self.createYoutubeFilelist(setting1, setting2, setting3, setting4, limit)
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2505, in createYoutubeFilelist
                                                showList = self.BuildMultiYoutubeChannelNetwork(setting1, setting2, setting3, setting4, limit)
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2572, in BuildMultiYoutubeChannelNetwork
                                                tmpstr = self.createYoutubeFilelist(channelList[n], '1', setting3, setting4, limit)
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2492, in createYoutubeFilelist
                                                showList = self.getYoutubeVideos(1, setting1, '', limit, YTMSG)
                                              File "/home/bornagainpenguin/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2677, in getYoutubeVideos
                                                YT_IDS = re.search('"id" *: *"(.*?)"', f)
                                              File "/usr/lib/python2.7/re.py", line 146, in search
                                                return _compile(pattern, flags).search(string)
                                            TypeError: expected string or buffer
                                            -->End of Python script error report<--

Are you sure it was fixed in this release? Am I doing something wrong? Here's the whole log:

Code:
https://drive.google.com/file/d/0B_NU560Dvw3DeU5OV0JCLXVQS1U/view?usp=sharing

Here's the Settings2.xml file just in case it helps:

Code:
https://drive.google.com/file/d/0B_NU560Dvw3DbEpYemZrM28yNmM/view?usp=sharing


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
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: PseudoTV Live w/ LiveTV, InternetTV and added Strm Support - by bornagainpenguin - 2015-06-15, 06:05
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