OS X Problem with new Zattoo PVR addon
#1
I'm trying to get the newly updated pvr.zattoo addon (Zattoo --> legal IPTV service from Switzerland) from user rbuehlma at kodinerds.net to work on Mac OS.

Unfortunately the addon can't be loaded:

Code:
Add-on couldn't_t be loaded. Can't load shared library.
Code:
10:42:09 T:140735193579520   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.zattooboxExt has been installed.'
10:42:09 T:140735193579520   DEBUG: ADDON: cpluff: 'Plug-in pvr.zattoo has been installed.'
10:42:09 T:140735193579520   DEBUG: LocalizeStrings: loaded 102 strings from file /Users/macmini_home/Library/Application Support/Kodi/addons/plugin.video.zattooboxExt/resources/language/English/strings.po
10:42:33 T:140735193579520   DEBUG: PVR - Create - creating PVR add-on instance 'Zattoo PVR Client'
10:42:33 T:140735193579520   DEBUG: ADDON: Dll Initializing - Zattoo PVR Client
10:42:33 T:140735193579520   DEBUG: SECTION:LoadDLL(/Users/macmini_home/Library/Application Support/Kodi/addons/pvr.zattoo/pvr.zattoo.0.1.1.dylib)
10:42:33 T:140735193579520   DEBUG: Loading: /Users/macmini_home/Library/Application Support/Kodi/addons/pvr.zattoo/pvr.zattoo.0.1.1.dylib
10:42:33 T:140735193579520   ERROR: Unable to load /Users/macmini_home/Library/Application Support/Kodi/addons/pvr.zattoo/pvr.zattoo.0.1.1.dylib, reason: dlopen(/Users/macmini_home/Library/Application Support/Kodi/addons/pvr.zattoo/pvr.zattoo.0.1.1.dylib, 1): Library not loaded: /Users/travis/build/rbuehlma/pvr.zattoo/build/build/depends/lib/libyajl.2.dylib
                                              Referenced from: /Users/macmini_home/Library/Application Support/Kodi/addons/pvr.zattoo/pvr.zattoo.0.1.1.dylib
10:42:40 T:140735193579520   ERROR: UpdateAddons - failed to create add-on Zattoo PVR Client, status = 6
10:42:42 T:140735193579520   DEBUG: CAddonMgr: enabled pvr.zattoo
10:42:49 T:140735193579520   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.zattooboxExt has been uninstalled.'
10:42:49 T:140735193579520   DEBUG: ADDON: cpluff: 'Plug-in pvr.zattoo has been uninstalled.'

My current setup:

- addon-pvr.zattoo-0.1.2
- Kodi Krypton Beta 1
- OS X 10.11.6

The addon dev has no experience with Mac OS and therefore can't help with the error.


However he provided the log of the build for further investigation.

Can someone please have a look and explain whats causing the error? Thanks in advance!
Reply
#2
If you got it at kodinerds, why are you asking here?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
Because the addon dev has no clue and nobody else is interested in Mac OS deveplopment over there. All they care is Raspberry Pies, OpenEelec and Linux.

The dev community is much bigger here and so i thought i try to find some help here. Is that not allowed?
Reply
#4
For sure, but the author is probably the best person to get advice from.

Anyway, try a FULL debug log perhaps.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
Well, the original author of the addon has been gone for quite some time and nobody knows when he's going to pick up development again.

So another user was kind enough to cross-compile and provide a new Krypton-version of it.
He's willing to adjust the build process if someone can figure out the error.

What i've read so far it could be some kind of permission issue on Mac OS / Linux regarding the issue with loading the .dll / library file.

Anyway, here's the full log.
The addon is disabled on startup of Kodi. When i try to enable it, the errors pop up.

I really appreciate any help! Thanks.
Reply
#6
Reading the debug log, it seems to be related to the change to libyajl (the previous json library was removed from Kodi).

Could you check if I did correctly include the library. I'm not really used to cmake. Its all in this commit:

https://github.com/rbuehlma/pvr.zattoo/c...6e179334c3
Reply
#7
(2016-08-29, 14:26)Natronch Wrote: Reading the debug log, it seems to be related to the change to libyajl (the previous json library was removed from Kodi).

Could you check if I did correctly include the library. I'm not really used to cmake. Its all in this commit:

https://github.com/rbuehlma/pvr.zattoo/c...6e179334c3

Can somebody please have a look at this commit? Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with new Zattoo PVR addon0