You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
I'm getting this error when trying to activate the add-on on my Mac OS X kodi... the relevant part of the kodi.log is this:
NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2020-02-17 18:44:34.972 T:4604845504 WARNING: CGUIMediaWindow::OnMessage - updating in progress
2020-02-17 18:44:35.069 T:123145323524096 ERROR: Unable to load /Users/fflores/Library/Application Support/Kodi/addons/pvr.mythtv/pvr.mythtv.5.10.15.dylib, reason: dlopen(/Users/fflores/Library/Application Support/Kodi/addons/pvr.mythtv/pvr.mythtv.5.10.15.dylib, 1): no suitable image found. Did find:
/Users/fflores/Library/Application Support/Kodi/addons/pvr.mythtv/pvr.mythtv.5.10.15.dylib: code signature in (/Users/fflores/Library/Application Support/Kodi/addons/pvr.mythtv/pvr.mythtv.5.10.15.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
/Users/fflores/Library/Application Support/Kodi/addons/pvr.mythtv/pvr.mythtv.5.10.15.dylib: stat() failed with errno=84
2020-02-17 18:44:38.356 T:123145323524096 ERROR: UpdateAddons: Failed to create add-on MythTV PVR Client, status = 5
2020-02-17 18:44:56.472 T:123145322373120 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
Is there any workaround to deal with this issue?
The text was updated successfully, but these errors were encountered:
Thank you Janbar,
You're indeed correct!.. it's a notarization problem since the shared library is not notarized... it's not straightforward to solve given that the kodi binary (the release version) is in fact signed, contrary to the pvr.mythtv.5.10.15.dylib object...
The proper way to solve it is through a "synchronization" between the teams compiling kodi and the plugin (or both use notarization or none uses it, ... today there is a mismatch; or the other option is to use an entitlement in kodi's building process, basically saying "do not check for notarization in the libraries used")...
The workaround that I found that might be useful for others with this problem is to use not the kodi release version but one of the nightly build (that are not using notarization) than can be found here:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error when trying to activate the add-on on my Mac OS X kodi... the relevant part of the kodi.log is this:
Is there any workaround to deal with this issue?
The text was updated successfully, but these errors were encountered: