Dis90 / plugin.video.discoveryplus

discovery+ add-on for Kodi
65 stars 13 forks source link

nexus installation #89

Closed maaaatteo closed 1 year ago

maaaatteo commented 1 year ago

hi - is there any chance to get it working on kodi nexus?

Dis90 commented 1 year ago

It is already working on Kodi Nexus. Matrix version works on both.

maaaatteo commented 1 year ago

thanks for the quick reply :D i installed the repo, but when browsing it it's empty - so it's my side issue i guess

maaaatteo commented 1 year ago

no, wait. manually installing it shows:

"CAddonInstallJob[plugin.video.discoveryplus]: requires xbmc.python version 3.0.0 which is not available"

i'm on a fresh install of kodi nexus

Dis90 commented 1 year ago

Are you sure you have Kodi Nexus?

maaaatteo commented 1 year ago

yes sure. check snapshots;:

this one shows kodi 20.0

1

this one shows i installed your repo 2

this one shows the only choice in your repo is "add-on repository" 3

Dis90 commented 1 year ago

Which repository did you install? See https://forum.kodi.tv/showthread.php?tid=340055

Edit. looking your screenshot it looks to be correct repository. I don't know why it doesn't work :(

maaaatteo commented 1 year ago

yes i installed this one https://github.com/Dis90/repository.dis90/raw/matrix/repo/repository.dis90-1.0.1.zip tried to uninstall and reinstall, didn't work.

could be caused by the python version? your addon requires 3.0.0 but nexus has 3.0.1 and for this reason kodi doesn't show the addon in your repository?

Dis90 commented 1 year ago

Python version on addon.xml is minimum version required. When you tried manually installing did you choose .matrix.1 version? https://github.com/Dis90/plugin.video.discoveryplus/archive/refs/tags/v1.6.24+matrix.1.zip

maaaatteo commented 1 year ago

yes, just tried, here's log:

2023-01-23 15:58:08.822 T:10384 debug : CAddonInstaller: installing from zip 'C:\Users\maaaa\Downloads\plugin.video.discoveryplus-1.6.24-matrix.1.zip' 2023-01-23 15:58:08.840 T:18160 debug : Thread JobWorker start, auto delete: true 2023-01-23 15:58:08.841 T:18160 debug : ffmpeg[0x175eb923fe0]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2023-01-23 15:58:08.841 T:3688 debug : CAddonInstallJob[plugin.video.discoveryplus]: requires xbmc.python version 3.0.0 which is not available 2023-01-23 15:58:08.841 T:3688 error : CAddonInstallJob[plugin.video.discoveryplus]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

Dis90 commented 1 year ago

Thanks for log. This is very weird problem. I need to investigate why it doesn't work.

Dis90 commented 1 year ago

Can you try to install Netflix or Disney+ add-on? I just want to know if you get same error.

maaaatteo commented 1 year ago

check here https://forum.kodi.tv/showthread.php?tid=351745

maaaatteo commented 1 year ago

Can you try to install Netflix or Disney+ add-on? I just want to know if you get same error.

let me try immediately - could you give me direct link to addon or repo for netflix addon?

Dis90 commented 1 year ago

https://github.com/CastagnaIT/plugin.video.netflix

maaaatteo commented 1 year ago

same error - installed castagna's repo shows it as empty, and installing this addon manually https://castagnait.github.io/repository.castagnait/kodi19/plugin.video.netflix/plugin.video.netflix-1.20.5+matrix.1.zip

shows same output in log

2023-01-23 16:12:48.193 T:10384 debug : CAddonInstaller: installing from zip 'C:\Users\maaaa\Downloads\plugin.video.netflix-1.20.5+matrix.1.zip' 2023-01-23 16:12:48.233 T:2512 debug : CAddonInstallJob[plugin.video.netflix]: requires xbmc.python version 3.0.0 which is not available 2023-01-23 16:12:48.233 T:2512 error : CAddonInstallJob[plugin.video.netflix]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

maaaatteo commented 1 year ago

i guess it's not your side issue - but if you have a manual workaround please share :D

Dis90 commented 1 year ago

I was trying to find info if minimum Python version is bumped to Kodi 20 but couldn't find anything.

maaaatteo commented 1 year ago

i succesfully installed the addon on kodi nexus in 2 other devices (1 windows and 1 android) so the issue was on my side. sorry for wasting your time.