• 1
  • 157
  • 158
  • 159(current)
  • 160
  • 161
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Using the git from about a half hour ago. I have a few channels that are a single TV show from channel configuration, when I open PTVL it gets to the channel to build the playlist and says, "Parsing YouTube" hangs and then goes black screen.

Log: http://pastebin.com/zrQ18ERu
(2014-01-19, 22:00)Grbspltt Wrote: Using the git from about a half hour ago. I have a few channels that are a single TV show from channel configuration, when I open PTVL it gets to the channel to build the playlist and says, "Parsing YouTube" hangs and then goes black screen.

Log: http://pastebin.com/zrQ18ERu

are you a donor? if yes click activate/update, try again... if not Internet Trailers is for donors only!

Remember to follow the upgrading steps at the top of post1, "check all settings for changes"...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-19, 22:03)Lunatixz Wrote:
(2014-01-19, 22:00)Grbspltt Wrote: Using the git from about a half hour ago. I have a few channels that are a single TV show from channel configuration, when I open PTVL it gets to the channel to build the playlist and says, "Parsing YouTube" hangs and then goes black screen.

Log: http://pastebin.com/zrQ18ERu

are you a donor? if yes click activate/update, try again... if not Internet Trailers is for donors only!

Remember to follow the upgrading steps at the top of post1, "check all settings for changes"...


I am a donor. I have activate/update toggle selected. I did miss a character in the password you sent me, so that's fixed now. I checked all the settings from post 1 and looks fine.
I reset the channels which gave me a black screen again. Started it back up and went straight to black screen.
This is the log: http://pastebin.com/20viypNu
(2014-01-19, 22:20)Grbspltt Wrote:
(2014-01-19, 22:03)Lunatixz Wrote:
(2014-01-19, 22:00)Grbspltt Wrote: Using the git from about a half hour ago. I have a few channels that are a single TV show from channel configuration, when I open PTVL it gets to the channel to build the playlist and says, "Parsing YouTube" hangs and then goes black screen.

Log: http://pastebin.com/zrQ18ERu

are you a donor? if yes click activate/update, try again... if not Internet Trailers is for donors only!

Remember to follow the upgrading steps at the top of post1, "check all settings for changes"...


I am a donor. I have activate/update toggle selected. I did miss a character in the password you sent me, so that's fixed now. I checked all the settings from post 1 and looks fine.
I reset the channels which gave me a black screen again. Started it back up and went straight to black screen.
This is the log: http://pastebin.com/20viypNu

K, I think I see the problem, can't push to git now, but you can fix yourself... open channelist.py with notepad++

go to line 3679:

change
Code:
# try:
TrailerLST = self.Donor.InternetTrailer(TrailerCachePath)
self.writeCache(TrailerLST, TrailerCachePath, TrailerInternetCache)
# except:
# self.log("Donor Code Unavailable")
# pass

to

Code:
try:
                    TrailerLST = self.Donor.InternetTrailer(TrailerCachePath)
                    self.writeCache(TrailerLST, TrailerCachePath, TrailerInternetCache)
                except:
                    self.log("Donor Code Unavailable")
                    pass

make sure indentations are correct, try: should match except:
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-19, 21:22)Lunatixz Wrote:
(2014-01-19, 21:21)tromy Wrote: With the last version 3.1 I get script error pseudotv.py.Luna, can you help?
http://xbmclogs.com/show.php?id=112917

Use master, I just updated
Thanks,ok now,but no lack with the ascii characters I still copy paste (This is a movie) from v 1.9.
(2014-01-19, 22:48)tromy Wrote:
(2014-01-19, 21:22)Lunatixz Wrote:
(2014-01-19, 21:21)tromy Wrote: With the last version 3.1 I get script error pseudotv.py.Luna, can you help?
http://xbmclogs.com/show.php?id=112917

Use master, I just updated
Thanks,ok now,but no lack with the ascii characters I still copy paste (This is a movie) from v 1.9.

I added a show with non English characters to my xbmc database so I can test problems... And At least thought I fixed them all.... Since on my end they went away. Logs are the only way to narrow down the problem spots.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-19, 21:57)Lunatixz Wrote:
(2014-01-19, 21:47)moontan77 Wrote: well it only happens with ptvl

here last few last lines of log

19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8559 on client 1
19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8563 on client 1
19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8565 on client 1
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction 122
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction return
19:45:01 T:140683360433984 DEBUG: Activating window ID: 12901
19:45:01 T:140683360433984 DEBUG: ------ Window Init (VideoOSD.xml) ------
19:45:03 T:140680538040064 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:03 T:140680747796224 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:03 T:140680747796224 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:06 T:140680563218176 DEBUG: CPullupCorrection: detected pattern of length 1: 40000.00, frameduration: 40000.000000
19:45:07 T:140680496076544 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:08 T:140680538040064 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:08 T:140680538040064 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:11 T:140680479291136 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:13 T:140680496076544 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:13 T:140680496076544 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:15 T:140682316474112 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:18 T:140680479291136 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:18 T:140680479291136 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:19 T:140680538040064 DEBUG: script.pseudotv.live-FileLock: refreshLocks

Yeah that's my notification bar code not XBMC.... What you described was xbmcs info bar.

IMO your looking in the wrong place. I would look for stray keypress or stray xbmc activity....


Well whether you want to believe it or not, there is some link to pseudotv live. Possibly a skin issue (happens with both refocus big and confluence so far, haven't tried another skin yet) or version of xbmc (i'm using openelec 3.2.4 which uses frodo 12.2). There's no keyboard connected to my pc and i removed the batteries from my remote and it still happens..


It always happens after this

19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction 122
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction return
(2014-01-19, 23:05)moontan77 Wrote:
(2014-01-19, 21:57)Lunatixz Wrote:
(2014-01-19, 21:47)moontan77 Wrote: well it only happens with ptvl

here last few last lines of log

19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8559 on client 1
19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8563 on client 1
19:45:00 T:140681024620288 DEBUG: PVRTimers - UpdateEntries - updated timer 8565 on client 1
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction 122
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction return
19:45:01 T:140683360433984 DEBUG: Activating window ID: 12901
19:45:01 T:140683360433984 DEBUG: ------ Window Init (VideoOSD.xml) ------
19:45:03 T:140680538040064 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:03 T:140680747796224 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:03 T:140680747796224 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:06 T:140680563218176 DEBUG: CPullupCorrection: detected pattern of length 1: 40000.00, frameduration: 40000.000000
19:45:07 T:140680496076544 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:08 T:140680538040064 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:08 T:140680538040064 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:11 T:140680479291136 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:13 T:140680496076544 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:13 T:140680496076544 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:15 T:140682316474112 DEBUG: script.pseudotv.live-FileLock: refreshLocks
19:45:18 T:140680479291136 DEBUG: script.pseudotv.live-TVOverlay: notificationAction
19:45:18 T:140680479291136 DEBUG: script.pseudotv.live-TVOverlay: startNotificationTimer
19:45:19 T:140680538040064 DEBUG: script.pseudotv.live-FileLock: refreshLocks

Yeah that's my notification bar code not XBMC.... What you described was xbmcs info bar.

IMO your looking in the wrong place. I would look for stray keypress or stray xbmc activity....


Well whether you want to believe it or not, there is some link to pseudotv live. Possibly a skin issue (happens with both refocus big and confluence so far, haven't tried another skin yet) or version of xbmc (i'm using openelec 3.2.4 which uses frodo 12.2). There's no keyboard connected to my pc and i removed the batteries from my remote and it still happens..


It always happens after this

19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction 122
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction return

Send me a full log then, So I can see activity in xbmc
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-19, 23:16)Lunatixz Wrote:
(2014-01-19, 23:05)moontan77 Wrote:
(2014-01-19, 21:57)Lunatixz Wrote: Yeah that's my notification bar code not XBMC.... What you described was xbmcs info bar.

IMO your looking in the wrong place. I would look for stray keypress or stray xbmc activity....


Well whether you want to believe it or not, there is some link to pseudotv live. Possibly a skin issue (happens with both refocus big and confluence so far, haven't tried another skin yet) or version of xbmc (i'm using openelec 3.2.4 which uses frodo 12.2). There's no keyboard connected to my pc and i removed the batteries from my remote and it still happens..


It always happens after this

19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction 122
19:45:01 T:140680737310464 DEBUG: script.pseudotv.live-TVOverlay: onAction return

Send me a full log then, So I can see activity in xbmc

Its not PTVL, onaction means PTVL recorded a keypress, no where in my code do I send that action.

I speculate that since PTVL is an addon that is running all the time. Some other plugin, maybe PVR is being called in the background. Perhaps there is a ticket for this bug in xbmc git??

I'm almost 95% sure its not a bug in PTVL....
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-18, 03:47)cybeard Wrote: Hey Lunatixz, good news... I've just found how to get the correct rss feeds from youtube for keywords searches, I didn't test it on the PTVL but it should work, the url is:

http://gdata.youtube.com/feeds/base/vide...y%20videos

I found it on the youtube api page:

https://gdata.youtube.com/demo/index.html

I will test it correctly on this weekend!

Thanks for the great plugin!

No, the rss links doesn´t load in PTVL, can you get me any directions Lunatixz?
(2014-01-20, 01:58)cybeard Wrote:
(2014-01-18, 03:47)cybeard Wrote: Hey Lunatixz, good news... I've just found how to get the correct rss feeds from youtube for keywords searches, I didn't test it on the PTVL but it should work, the url is:

http://gdata.youtube.com/feeds/base/vide...y%20videos

I found it on the youtube api page:

https://gdata.youtube.com/demo/index.html

I will test it correctly on this weekend!

Thanks for the great plugin!

No, the rss links doesn´t load in PTVL, can you get me any directions Lunatixz?

I mentioned last time that I will add support for YouTube search terms when I get around to it, just keep your eye out for it...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
ok, I will... thanks!
(2014-01-20, 03:08)cybeard Wrote: ok, I will... thanks!


Beside, Search terms are their any other youtube features wanted? let me know, since i'll be working on it.
I know some users requested random? any other sort orders?

::Update::

On further review of the code, there is no reason why random doesn't shuffle the youtube playlist... So no need to add random mix.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-01-20, 01:58)cybeard Wrote:
(2014-01-18, 03:47)cybeard Wrote: Hey Lunatixz, good news... I've just found how to get the correct rss feeds from youtube for keywords searches, I didn't test it on the PTVL but it should work, the url is:

http://gdata.youtube.com/feeds/base/vide...y%20videos

I found it on the youtube api page:

https://gdata.youtube.com/demo/index.html

I will test it correctly on this weekend!

Thanks for the great plugin!

No, the rss links doesn´t load in PTVL, can you get me any directions Lunatixz?

I'm taking a guess here, but the rss feeds don't give a typical video stream, but a youtube stream, which requires the youtube addon to play it. But as it is now the youtube addon doesn't doesn't play rss feeds in PTVL.

edit: disregard, I missed an entire page of responses apparently.

(2014-01-20, 03:11)Lunatixz Wrote:
(2014-01-20, 03:08)cybeard Wrote: ok, I will... thanks!


Beside, Search terms are their any other youtube features wanted? let me know, since i'll be working on it.
I know some users requested random? any other sort orders?

Reverse ordering and random ordering for your streaming channels would be awesome.
Lunatixz, I'm new to your forum and have read through several of them. Adding a youtube line in the user interface to the code instead of manually adding it through the xml file. I don't know how much work there is in that.

NOTE: Can you add this to your instructions for MAC users or something to the effect?

1. Mac Users: When editing that settings2.xml file, you must unhide your file settings The library file is hidden. The location of the file is under username/library/application support/xmbc/

2. Mac Users: If you are missing the advancedsettings.xml, you must create it. (this is to add that code you specified).

  • 1
  • 157
  • 158
  • 159(current)
  • 160
  • 161
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45