[RELEASE] muzu.tv

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Oxize Offline
Member
Posts: 56
Joined: Dec 2012
Reputation: 0
Post: #191
Didnt help. Tried Browse and Search. Still get the same error.

In log muzu.tv starts somewhere around line 884

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

me sad panda now.....

Code:
16:29:53 T:4936   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'find'
                                            Traceback (most recent call last):
                                              File "C:\Users\Oxize\AppData\Roaming\XBMC\addons\plugin.video.muzu.tv\default.py", line 401, in <module>
                                                videos = muzu.search(query, Addon.get_setting('country'))
                                              File "C:\Users\Oxize\AppData\Roaming\XBMC\addons\plugin.video.muzu.tv\resources\lib\mu​zutv.py", line 260, in search
                                                return self.__parse_videos(xml)
                                              File "C:\Users\Oxize\AppData\Roaming\XBMC\addons\plugin.video.muzu.tv\resources\lib\mu​zutv.py", line 382, in __parse_videos
                                                mi    = mv.find('muzuinfo')
                                            AttributeError: 'NoneType' object has no attribute 'find'
                                            -->End of Python script error report<--

[EDIT]

Found the problem!!! It was an faulty API Key which i entered. Instead of using an "L" i used an "I". Blush

Problem solved Angel
(This post was last modified: 2013-01-18 21:11 by Oxize.)
find quote
spoyser Offline
Senior Member
Posts: 236
Joined: Oct 2011
Reputation: 10
Post: #192
(2013-01-18 17:33)Oxize Wrote:  Found the problem!!! It was an faulty API Key which i entered. Instead of using an "L" i used an "I". Blush

Problem solved Angel[/color]

Glad you sorted it, I will have to add some error checking for that one!
find quote
Rhothgar Offline
Junior Member
Posts: 39
Joined: Sep 2012
Reputation: 0
Post: #193
Thanks for the update to 0.2.4
find quote
spoyser Offline
Senior Member
Posts: 236
Joined: Oct 2011
Reputation: 10
Post: #194
Latest version and new thread here:

http://forum.xbmc.org/showthread.php?tid=152879
find quote
Post Reply