• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15
[RELEASE] Disclose.tv Add-on (Video Plugin)
#31
Hi

Disclose.tv add-on is now saying script failed every time I attempt to open it.

I just updated OpenElec from version 4.0.7 (Gotham 13.1) to 4.2.0 (Gotham 13.2). It was working OK before this. I have this same problem on two different HTPCs I have tried.

Anyone else got the same problem?

Code:
19:32:13 T:140670731785984   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 500: Internal Server Error
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/plugin.video.disclose_tv/addon.py", line 117, in <module>
                                                plugin.run()
                                              File "/storage/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/storage/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/storage/.xbmc/addons/plugin.video.disclose_tv/addon.py", line 33, in show_topics
                                                topics = scraper.get_video_topics()
                                              File "/storage/.xbmc/addons/plugin.video.disclose_tv/resources/lib/scraper.py", line 38, in get_video_topics
                                                tree = self.__get_tree(url)
                                              File "/storage/.xbmc/addons/plugin.video.disclose_tv/resources/lib/scraper.py", line 99, in __get_tree
                                                html = self.__get_url(url)
                                              File "/storage/.xbmc/addons/plugin.video.disclose_tv/resources/lib/scraper.py", line 104, in __get_url
                                                response = urlopen(url).read()
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 126, in urlopen
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 406, in open
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 519, in http_response
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 444, in error
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
                                              File "/home/stephan/projects/openelec-4.2/build.OpenELEC-Generic.x86_64-4.2.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
                                            HTTPError: HTTP Error 500: Internal Server Error
                                            -->End of Python script error report<--

Thanks
#32
Yes. Same thing for me Sad
#33
(2014-10-01, 00:16)Spinalcrack Wrote: Yes. Same thing for me Sad

Hi

You also now on OpenElec 4.2.0 ?

Thanks
#34
Seems ok today must have just been a glitch.
#35
disclose_Lite add-on.

Never been able to play most videos on the raspberry pi with this add-on, seems the pi doesn't have enough memory, all I get is buffering
and stuttering.

I have created a lite version of this add-on of my own.

You can download it from here:-
http://celadoor.github.io/plugin.video.d...e_Lite.zip

Now all the videos play fine on the pi, so I thought I would share this with other pi users. Big Grin
#36
@celadoor thank you!!!!! video and audio are now sync and videos play right for the first time in months.
#37
At the moment i experience script failures when i start the ad-on within kodi 14.1, anyone else also have this problem?
#38
(2015-02-13, 03:00)Dexter_74 Wrote: At the moment i experience script failures when i start the ad-on within kodi 14.1, anyone else also have this problem?

Yep. Windows 7. When I play anything.
#39
After trying to start a couple of videos it's suggesting to check the log file bud i cant find it anywhere, somebody knows the right location?
#40
Yes the add-on appears to be broken for a few days now.

Debug Log File

http://xbmclogs.com/show.php?id=425324

Code:
12:54:51 T:140679319627520   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 control character at: line 33 column 29 (char 1718)
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.disclose_tv/addon.py", line 117, in <module>
                                                plugin.run()
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/storage/.kodi/addons/plugin.video.disclose_tv/addon.py", line 81, in play_video
                                                video_url = scraper.get_video_url(video_id)
                                              File "/storage/.kodi/addons/plugin.video.disclose_tv/resources/lib/scraper.py", line 78, in get_video_url
                                                data = self.__get_json(url)
                                              File "/storage/.kodi/addons/plugin.video.disclose_tv/resources/lib/scraper.py", line 96, in __get_json
                                                return json.loads(response)
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
                                            ValueError: Invalid control character at: line 33 column 29 (char 1718)
                                            -->End of Python script error report<--
12:54:51 T:140679850907520   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
12:54:51 T:140679319627520    INFO: Python script stopped

Thanks
#41
I hope it will be fixed, i cant vigger it out ... :-(
#42
Patched it and repacked as a separate addon until the author can update his. YEAH BUDDY!! Come get your Lizard people, Alien abducted, New World Order, Globalist Space News feast on! RAWR!

Click Here to Download - Disclose.tv Spinalcracker Mod
#43
Hi,

the add-on was broken due to website changes.

I fixed the add-on and uploaded the fixed version (0.1.0) you should receive an update shortly.

regards,
sphere
My GitHub. My Add-ons:
Image
#44
Mine just updated and works fine for now, great job, thnx!!!!
#45
(2015-02-14, 15:12)sphere Wrote: Hi,

the add-on was broken due to website changes.

I fixed the add-on and uploaded the fixed version (0.1.0) you should receive an update shortly.

regards,
sphere

Thank you for the quick fix!
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Disclose.tv Add-on (Video Plugin)1