Kodi Community Forum
[RELEASE] muzu.tv - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] muzu.tv (/showthread.php?tid=100996)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: [RELEASE] muzu.tv - Oxize - 2013-01-17

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


RE: [RELEASE] muzu.tv - spoyser - 2013-01-17

(2013-01-17, 22:01)Oxize Wrote: http://xbmclogs.com/show.php?id=28628

What version on the addon are you running?


RE: [RELEASE] muzu.tv - Oxize - 2013-01-17

version 0.2.4. Why?


[RELEASE] muzu.tv - spoyser - 2013-01-17

Was checking you didn't have an older version.

I have just this second tested it again and all is working except the playlists, so what you are getting is weird!

What country are you in?


RE: [RELEASE] muzu.tv - Oxize - 2013-01-17

The Netherlands Smile


[RELEASE] muzu.tv - spoyser - 2013-01-17

Ah thats most likely it!

I am UK based, I assume the pages you are receiving are specific for the Netherlands.

I'll have a look and see what I can do.


RE: [RELEASE] muzu.tv - Oxize - 2013-01-17

(2013-01-17, 22:30)spoyser Wrote: Ah thats most likely it!

I am UK based, I assume the pages you are receiving are specific for the Netherlands.

I'll have a look and see what I can do.
Thanks. I hope you can fix it Smile




[RELEASE] muzu.tv - spoyser - 2013-01-17

Has it ever worked?


RE: [RELEASE] muzu.tv - Oxize - 2013-01-17

(2013-01-17, 22:43)spoyser Wrote: Has it ever worked?
No it never worked, was trying it out today, because there arent much other working music video addons. VeVo and Yahoo Music Video plugins (Bluecop) both arent working.

If i go to -> Official UK TOP 40 Dance i can play swedish house mafia. Its playing the video correctly.

But as soon i go to search or browse i get that error.

Edit:

Browse: Error
New Releases: Work
Jukebox: Work
Charts: Work
Playlist: Error
Channels: Work
Search: Doesnt work







RE: [RELEASE] muzu.tv - spoyser - 2013-01-18

Are you able to edit code?

If so can you go into this folder:

\XBMC\addons\plugin.video.muzu.tv\resources\lib

And open up this file:

muzutv.py

Near the top there is this line:

Code:
__BASE_URL = 'http://www.muzu.tv'

Can you try changing it to:

Code:
__BASE_URL = 'http://www.muzu.tv/gb'

And see if that helps.

I'm not promising, but I'd like to know what it does.


RE: [RELEASE] muzu.tv - Oxize - 2013-01-18

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\muzutv.py", line 260, in search
                                                return self.__parse_videos(xml)
                                              File "C:\Users\Oxize\AppData\Roaming\XBMC\addons\plugin.video.muzu.tv\resources\lib\muzutv.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



RE: [RELEASE] muzu.tv - spoyser - 2013-01-21

(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!




RE: [RELEASE] muzu.tv - Rhothgar - 2013-01-22

Thanks for the update to 0.2.4


RE: [RELEASE] muzu.tv - spoyser - 2013-01-24

Latest version and new thread here:

http://forum.xbmc.org/showthread.php?tid=152879


RE: [RELEASE] muzu.tv - bosiwow - 2013-06-26

Hello,

I just installed openelec on my raspberry pi 256mb model b

I wanted to install muzu.tv, because I enjoy it on my windwos pc with xbmc.

So I installed muzu.tv on the pi, but when I try to launch it, it gives an error, this is what my log file looks like:
https://www.dropbox.com/s/hq634quy9ck5kdf/error.bmp

Hope somebody can help me Wink

btw, I'm using frodo 12.2 (latest stable openelec raspberry pi build atm)


Thanks in advance