• 1
  • 511
  • 512
  • 513(current)
  • 514
  • 515
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Morning

Just upgraded to Kodi 14.0 on Ubuntu. i updated PTL to the dev, then i uninstalled it all and deleted everything, grabed the dev zip and installed it and still have the same error. I must not have something installed...but have you seen this?

Code:
17:48:21 T:139647757833984   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named language
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 193, in <module>
                                                PseudoTV()
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 47, in PseudoTV
                                                import resources.lib.Overlay as Overlay
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/Overlay.py", line 29, in <module>
                                                from EPGWindow import EPGWindow
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/EPGWindow.py", line 27, in <module>
                                                from ChannelList import ChannelList
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/ChannelList.py", line 38, in <module>
                                                from tvdb import *
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/tvdb.py", line 40, in <module>
                                                from language import *
                                            ImportError: No module named language
                                            -->End of Python script error report<--

its the No module named language. I dont know what im missing but ill go through the first post again make sure i have it all, but i think i do as it was working before the upgrade, and i put that buggalo on as well

EDIT: Log: http://tny.cz/d7c93d2a


Cheers!
(2014-12-25, 01:51)wyild1 Wrote: Morning

Just upgraded to Kodi 14.0 on Ubuntu. i updated PTL to the dev, then i uninstalled it all and deleted everything, grabed the dev zip and installed it and still have the same error. I must not have something installed...but have you seen this?

Code:
17:48:21 T:139647757833984   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named language
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 193, in <module>
                                                PseudoTV()
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 47, in PseudoTV
                                                import resources.lib.Overlay as Overlay
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/Overlay.py", line 29, in <module>
                                                from EPGWindow import EPGWindow
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/EPGWindow.py", line 27, in <module>
                                                from ChannelList import ChannelList
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/ChannelList.py", line 38, in <module>
                                                from tvdb import *
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/tvdb.py", line 40, in <module>
                                                from language import *
                                            ImportError: No module named language
                                            -->End of Python script error report<--

its the No module named language. I dont know what im missing but ill go through the first post again make sure i have it all, but i think i do as it was working before the upgrade, and i put that buggalo on as well

EDIT: Log: http://tny.cz/d7c93d2a


Cheers!
Fix will be included in next update, thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-12-25, 03:20)Lunatixz Wrote:
(2014-12-25, 01:51)wyild1 Wrote: Morning

Just upgraded to Kodi 14.0 on Ubuntu. i updated PTL to the dev, then i uninstalled it all and deleted everything, grabed the dev zip and installed it and still have the same error. I must not have something installed...but have you seen this?

Code:
17:48:21 T:139647757833984   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named language
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 193, in <module>
                                                PseudoTV()
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/default.py", line 47, in PseudoTV
                                                import resources.lib.Overlay as Overlay
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/Overlay.py", line 29, in <module>
                                                from EPGWindow import EPGWindow
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/EPGWindow.py", line 27, in <module>
                                                from ChannelList import ChannelList
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/ChannelList.py", line 38, in <module>
                                                from tvdb import *
                                              File "/home/xbmc/.kodi/addons/script.pseudotv.live-development/resources/lib/tvdb.py", line 40, in <module>
                                                from language import *
                                            ImportError: No module named language
                                            -->End of Python script error report<--

its the No module named language. I dont know what im missing but ill go through the first post again make sure i have it all, but i think i do as it was working before the upgrade, and i put that buggalo on as well

EDIT: Log: http://tny.cz/d7c93d2a


Cheers!
Fix will be included in next update, thanks

Thank you for your quick response! I will wait for an update!

PS: As a short term fix i copied the language.py file from ~/.xbmc/addons/script.pseudotv.live-development/resources/lib from my livingroom/production HTPC still running XBMC Gotham and i was able to launch it now Kodi Helix.

Cheers!
I fixed my OTA EPG data problem by re-autotuning and replacing the old channels in the Settings2.xml with the new ones. Not sure what changed, but this fixed it.

On a different note, if browsing the TV GUIDE of PTVL it bogs down whenever I highlight a new show, and I'm guessing it's because it's downloading the artwork for it. Is there a way to force PTVL to download all the artwork at launch instead of as I'm using it?

Thanks!!

EDIT:

Front page, found my fix .
"Performance Issues with script.randomandlastitem and "script.module.myconnpy" if you notice PTVL slow downs try uninstalling this service."

=)

So much faster now.


Merry Christmas !
Is there a setting for altering the ratio of TV shows/movies on a mixed-format channel? I have a channel on my setup for anything animated, and I never seem to get more than three consecutive episodes of the various TV shows (and it's usually less than that) before another film comes along, and it's pretty common to get two, three or even four movies scheduled in a row. The movies are kind of overpowering the channel, but I'd rather not have to take them out of the schedule entirely.
Hello,
Running latest Master of PTVL and I noticed when I disable "Show info when changing channels" under the visuals section, it also disables my custom channel logos and uses the default PseudoTV Live logo.

Not sure if this is by design or a (very) minor bug.
(2014-12-25, 21:36)Zacharybinx34 Wrote: I fixed my OTA EPG data problem by re-autotuning and replacing the old channels in the Settings2.xml with the new ones. Not sure what changed, but this fixed it.

On a different note, if browsing the TV GUIDE of PTVL it bogs down whenever I highlight a new show, and I'm guessing it's because it's downloading the artwork for it. Is there a way to force PTVL to download all the artwork at launch instead of as I'm using it?

Thanks!!

EDIT:

Front page, found my fix .
"Performance Issues with script.randomandlastitem and "script.module.myconnpy" if you notice PTVL slow downs try uninstalling this service."

=)

So much faster now.


Merry Christmas !

I have "script.module.myconnpy" installed on mine. What does it do?
Has anyone else had an ongoing problem of losing your channel configuration? I have several installs of PTVL running on both android and pc and once maybe twice a month I'll have my settings2 get wiped out.

It seems like it happens when PTVL crashes, but I'm not 100% certain the two are related.
(2014-12-27, 21:52)Marshall Wrote: Has anyone else had an ongoing problem of losing your channel configuration? I have several installs of PTVL running on both android and pc and once maybe twice a month I'll have my settings2 get wiped out.

It seems like it happens when PTVL crashes, but I'm not 100% certain the two are related.

Yeah had that happened numerous times, sometimes just going into the channel configuration in PTVL all channels are blank. So I configure my channels from Windows and restore doesn't appear to work.
(2014-12-27, 22:19)bigsteel99 Wrote:
(2014-12-27, 21:52)Marshall Wrote: Has anyone else had an ongoing problem of losing your channel configuration? I have several installs of PTVL running on both android and pc and once maybe twice a month I'll have my settings2 get wiped out.

It seems like it happens when PTVL crashes, but I'm not 100% certain the two are related.

Yeah had that happened numerous times, sometimes just going into the channel configuration in PTVL all channels are blank. So I configure my channels from Windows and restore doesn't appear to work.

Yeah... I'm not totally sure how PTVL works with that file, but *I think* the problem might be it reads it all into memory and if something goes wrong before it gets to dump the channels from memory back to the configuration file you end up with a blank or messed up configuration.
For that kind of problem, I always have my settings2.xml openned in SublimeText (it is an editor) and also backup daily the file in DropBox (today file is settings2Dic27.xml) jaja! I am always covered, you shall too!!

(2014-12-27, 22:26)Marshall Wrote:
(2014-12-27, 22:19)bigsteel99 Wrote:
(2014-12-27, 21:52)Marshall Wrote: Has anyone else had an ongoing problem of losing your channel configuration? I have several installs of PTVL running on both android and pc and once maybe twice a month I'll have my settings2 get wiped out.

It seems like it happens when PTVL crashes, but I'm not 100% certain the two are related.

Yeah had that happened numerous times, sometimes just going into the channel configuration in PTVL all channels are blank. So I configure my channels from Windows and restore doesn't appear to work.

Yeah... I'm not totally sure how PTVL works with that file, but *I think* the problem might be it reads it all into memory and if something goes wrong before it gets to dump the channels from memory back to the configuration file you end up with a blank or messed up configuration.
Image
(2014-12-28, 04:36)Fallito Wrote: For that kind of problem, I always have my settings2.xml openned in SublimeText (it is an editor) and also backup daily the file in DropBox (today file is settings2Dic27.xml) jaja! I am always covered, you shall too!!

(2014-12-27, 22:26)Marshall Wrote:
(2014-12-27, 22:19)bigsteel99 Wrote: Yeah had that happened numerous times, sometimes just going into the channel configuration in PTVL all channels are blank. So I configure my channels from Windows and restore doesn't appear to work.

Yeah... I'm not totally sure how PTVL works with that file, but *I think* the problem might be it reads it all into memory and if something goes wrong before it gets to dump the channels from memory back to the configuration file you end up with a blank or messed up configuration.

It sure would be nice if you could restore that file from the PTVL settings. That would be a nice feature... a button that says restore my channels from settings2.BAK and maybe even an option to select the path to settings2.BAK
Guys, I up and running on Helix, just got a problem. F.T.V. is giving me a script fail. Have you xperiencing same problems?
Image
(2014-12-28, 07:16)Fallito Wrote: Guys, I up and running on Helix, just got a problem. F.T.V. is giving me a script fail. Have you xperiencing same problems?

I actually just upgraded to Helix and PTVL 5.6d this morning before work and wasn't able to launch PTVL at all (got script failed errors right off the bat after the update)

As a quick fix, I downgraded PTVL back to stable-master 5.6 and that version seems to work fine on Helix.

I didnt have time to post a log before I had to leave, but I'll do that when I get home.
(2014-12-28, 07:16)Fallito Wrote: Guys, I up and running on Helix, just got a problem. F.T.V. is giving me a script fail. Have you xperiencing same problems?

If you are seeing a script failure related to "Extended.Info.Script", it's because Trakk.tv is down for maintenance atm.
  • 1
  • 511
  • 512
  • 513(current)
  • 514
  • 515
  • 694

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