• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 22
v19 Playon Browser
(2017-04-05, 23:01)treyb0 Wrote: trying to download PlayOn Add-on and i get error when i click install. something about "dependency on script.module.skin.helper.artutils not satisfied"
some searching has led me to believe kodi v17.1 does not use script.module.skin.helper.artutils, but rather "script.module.metadatautils" instead
can anybody confirm this, if this is so, am i able to change the addon.xml to accommodate this change

this addon was going to be key in my kodi system. is anybody with 17.1 able to install this(not just those who carried it over from 16)

Fix in my repo, and should be pushed to Kodis repo soon.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
I've keep getting an error every time I try to open the browser:

Code:
11:13:39.384 T:2128   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: global name 'SimpleCache' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 794, in <module>
                                                mode       = Playon().get_argument_value('mode')
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 190, in __init__
                                                self.cache = SimpleCache()
                                            NameError: global name 'SimpleCache' is not defined
                                            -->End of Python script error report<--
11:13:39.423 T:1984  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.15)
11:13:39.429 T:7688   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.playonbrowser/
11:13:39.429 T:7688   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.playonbrowser/) failed

Any ideas why this is getting thrown? It was working about a week ago.
Reply
(2017-04-11, 17:21)blueiris8 Wrote: I've keep getting an error every time I try to open the browser:

Code:
11:13:39.384 T:2128   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: global name 'SimpleCache' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 794, in <module>
                                                mode       = Playon().get_argument_value('mode')
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 190, in __init__
                                                self.cache = SimpleCache()
                                            NameError: global name 'SimpleCache' is not defined
                                            -->End of Python script error report<--
11:13:39.423 T:1984  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.15)
11:13:39.429 T:7688   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.playonbrowser/
11:13:39.429 T:7688   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.playonbrowser/) failed

Any ideas why this is getting thrown? It was working about a week ago.
Without a full log... I'd guess you need to update the code. if no update is available try uninstalling and reinstalling the plugin from Kodi's repository.

Sent from my SM-G935T
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Sorry I left some out thinking it was unrelated. Below is the full log. I have uninstalled and reinstalled and I'm on version 1.0.21.

Code:
13:09:50.643 T:1488  NOTICE: metahandler: Initializing MetaHandlers version: 2.9.0
13:09:50.761 T:1488  NOTICE: metahandler: Loading sqlite3 as DB engine version: 3.10.2
13:09:50.797 T:1488  NOTICE: metahandler: No SQLite rows requiring update
13:09:50.799 T:1488   ERROR: artworkUtils Import failed! No module named artutils
13:09:50.804 T:1488   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: global name 'SimpleCache' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 794, in <module>
                                                mode       = Playon().get_argument_value('mode')
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 190, in __init__
                                                self.cache = SimpleCache()
                                            NameError: global name 'SimpleCache' is not defined
                                            -->End of Python script error report<--
13:09:50.839 T:7688   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.playonbrowser/
13:09:50.839 T:7688   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.playonbrowser/) failed
13:09:50.858 T:19424  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.15)
Reply
(2017-04-11, 19:13)blueiris8 Wrote: Sorry I left some out thinking it was unrelated. Below is the full log. I have uninstalled and reinstalled and I'm on version 1.0.21.

Code:
13:09:50.643 T:1488  NOTICE: metahandler: Initializing MetaHandlers version: 2.9.0
13:09:50.761 T:1488  NOTICE: metahandler: Loading sqlite3 as DB engine version: 3.10.2
13:09:50.797 T:1488  NOTICE: metahandler: No SQLite rows requiring update
13:09:50.799 T:1488   ERROR: artworkUtils Import failed! No module named artutils
13:09:50.804 T:1488   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: global name 'SimpleCache' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 794, in <module>
                                                mode       = Playon().get_argument_value('mode')
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 190, in __init__
                                                self.cache = SimpleCache()
                                            NameError: global name 'SimpleCache' is not defined
                                            -->End of Python script error report<--
13:09:50.839 T:7688   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.playonbrowser/
13:09:50.839 T:7688   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.playonbrowser/) failed
13:09:50.858 T:19424  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.15)
That's the correct version but the code isn't up to date, you probably got caught between updates from my personal beta repo and Kodi repository.

I'd suggest you uninstall, locate your plugin temp directory ex Kodi/userdata/addons/package and delete any playon browser zips. Now install the plugin via Kodi's repository.

Sent from my SM-G935T
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Thanks, that cleared it up.
Reply
So now I'm trying to integrate Playon Browser with a TV Guide addon (TV Guide Fullscreen). I can link to my streaming channels that Playon has, but the links seem to go bad after a while (a week or so). I'm assuming there is something with how the references are created, but I'm not sure if the links time out and get reset in the Playon Browser addon or something, so I thought I would check here (also posted the issue on the TV Guide Fullscreen thread). Below is the only error I seem to get and it doesn't seem too helpful.

Code:
21:51:31.422 T:19332 WARNING: Previous line repeats 7 times.
21:51:31.422 T:19332   ERROR: Unable to find plugin
21:51:31.422 T:13140   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://
21:51:31.422 T:13140   ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed


I would love to get them integrated because I have a Direct TV Now account and the Playon Browser addon seems to be the only way I can figure out to get the channels into Kodi.
Reply
Got it to produce a more detailed log:
Code:
22:12:12.072 T:17816   ERROR: EXCEPTION: Non-Existent Control 60021
22:12:12.072 T:17816   ERROR: EXCEPTION: Non-Existent Control 6013
22:12:12.072 T:17816   ERROR: EXCEPTION: Non-Existent Control 6014
22:12:12.203 T:17816   ERROR: EXCEPTION: Non-Existent Control 60091
22:12:13.775 T:2332   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: 'NoneType' object is not iterable
                                            Traceback (most recent call last):
                                              File "C:\Users\ryani\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser\default.py", line 829, in <module>
                                                src, name, art, desc = Playon().parseURL(nametree)
                                            TypeError: 'NoneType' object is not iterable
                                            -->End of Python script error report<--
22:12:19.356 T:17816   ERROR: EXCEPTION: Non-Existent Control 4410
22:12:19.356 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.356 T:17816   ERROR: EXCEPTION: Non-Existent Control 4411
22:12:19.356 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.356 T:17816   ERROR: EXCEPTION: Non-Existent Control 4412
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4413
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4414
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4415
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4416
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4417
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4418
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4419
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4420
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4421
22:12:19.357 T:17816   ERROR: Previous line repeats 1 times.
22:12:19.357 T:17816   ERROR: EXCEPTION: Non-Existent Control 4422
22:12:19.378 T:22316   ERROR: Previous line repeats 1 times.
22:12:19.378 T:22316   ERROR: EXCEPTION: Non-Existent Control 77021
22:12:19.378 T:22316   ERROR: EXCEPTION: Non-Existent Control 7029
22:12:19.379 T:22316   ERROR: EXCEPTION: Non-Existent Control 7030
22:12:19.381 T:22316   ERROR: EXCEPTION: Non-Existent Control 77021
22:12:19.381 T:22316   ERROR: EXCEPTION: Non-Existent Control 7029
22:12:19.382 T:22316   ERROR: EXCEPTION: Non-Existent Control 7030
Reply
I don't accept log snippets. Please enable debugging in both Kodi and in Playon Browser.

There are three possible issues related to your experience.

1. UPNP server id changed. Playon browser has code to automatically fix this.

2. Individual content token expired. Playon browser again has code to fix this, disable direct play setting.

3. Content is no longer available through playon, no fix possible.

Sent from my SM-G935T
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
its extremely...extremely slow. i was excited to see this plugin as i wanted to keep the media center as a one for all solution. it takes a total of 2 minutes to login and view directv now (of just logging into browse directv guide) through playon. playon standalone browser is snappy so i dont think its that.

Completely vanilla kodi install latest at the time (cant remember the exact release)
i7 3930k
nvidia 1060 ti gtx
10gb fiber lines run for internal lan
google fiber isp

so really with my setup it should fly...
Reply
I'm in the process of refactoring the playon browser... Stay tuned for a update.

Sent from my SM-G935T
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Updated to v.2.0.0 features 100% all new refactored code and includes Playlater recording support.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Sweet I'll give it a try
Reply
Wow, adding playlater support is absolutely awesome
Reply
Was the ability to automatically mark strms watched ever added? If not, is there interest in doing it?

Thanks
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 22

Logout Mark Read Team Forum Stats Members Help
Playon Browser4