NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 7 8 9 10 11 43 Next »
Latest Kodi 19 MAtrix Nightly Breaks NPVR

 
  • 0 Vote(s) - 0 Average
Latest Kodi 19 MAtrix Nightly Breaks NPVR
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#1
2020-10-19, 04:45 PM
Hello, 

Please note that latest Kodi 19 Matrix Alpha alpha disables nextpvr with the below message:

2020-10-19 19:39:10.748 T:22140  DEBUG <general>: CAddonInstallJob[inputstream.ffmpegdirect]: requires kodi.binary.instance.inputstream version 2.3.3 which is not available
2020-10-19 19:39:10.748 T:22140  ERROR <general>: CAddonInstallJob[pvr.nextpvr]: The dependency on kodi.binary.instance.inputstream version 2.3.3 could not be satisfied.
2020-10-19 19:39:10.753 T:22140    INFO <general>: ADDON: inputstream.adaptive version 2.6.0 is incompatible
2020-10-19 19:39:10.782 T:22140  DEBUG <general>: CAddonMgr: inputstream.adaptive disabled
2020-10-19 19:39:10.782 T:22140    INFO <general>: ADDON: inputstream.ffmpegdirect version 1.15.5 is incompatible
2020-10-19 19:39:10.813 T:22140  DEBUG <general>: CAddonMgr: inputstream.ffmpegdirect disabled
2020-10-19 19:39:10.814 T:28864  DEBUG <general>: Thread JobWorker start, auto delete: true
2020-10-19 19:39:10.814 T:22896  DEBUG <general>: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms


I guess it is because Kodi 19 obviously discontinues the below addons?

2020-10-19 19:39:10.782 T:22140  DEBUG <general>: CAddonMgr: inputstream.adaptive disabled
2020-10-19 19:39:10.813 T:22140  DEBUG <general>: CAddonMgr: inputstream.ffmpegdirect disabled

What is the way forward?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#2
2020-10-19, 05:19 PM
Did you try the nightly? I've mentioned that they have screwed up installation in Matrix recently trying to make if "safer" which is not always trued because the people use the pirate plugins often use custom Kodi.exe's that could easily disable the check.

In discussion with Kodi dev's the alpha versions are not more stable then then nightly they are simply milestone releases.

This file is an optional requirement for transcoding so if you didn't install it you probably wouldn't have an issue.

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#3
2020-10-19, 05:54 PM (This post was last modified: 2020-10-19, 05:54 PM by aderlopas.)
(2020-10-19, 05:19 PM)mvallevand Wrote: Did you try the nightly?
Martin

Thanks Martin, 

Alpha 1 was working. This is the nightly 19/10/2020.

From the log I see nextpvr requires the below?

2020-10-19 19:39:10.744 T:22140  DEBUG <general>: ADDONS: update check: addonID = pvr.nextpvr / Origin = repository.xbmc.org
2020-10-19 19:39:10.744 T:22140  DEBUG <general>: ADDONS: -- found -->: addonID = pvr.nextpvr / Origin = repository.xbmc.org / Version = 7.1.1
2020-10-19 19:39:10.748 T:22140  DEBUG <general>: CAddonInstallJob[inputstream.ffmpegdirect]: requires kodi.binary.instance.inputstream version 2.3.3 which is not available
2020-10-19 19:39:10.748 T:22140  ERROR <general>: CAddonInstallJob[pvr.nextpvr]: The dependency on kodi.binary.instance.inputstream version 2.3.3 could not be satisfied.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#4
2020-10-19, 06:04 PM
It doesn't require it, it is optional but you must have installed it. I checked here on an existing install and it worked. If you remove inputstream.ffmpegdirect are you ok?

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#5
2020-10-19, 06:14 PM
(2020-10-19, 06:04 PM)mvallevand Wrote: It doesn't require it, it is optional but you must have installed it.  I checked here on an existing install and it worked.  If you remove inputstream.ffmpegdirect are you ok?

Martin

Thanks Martin, 

Yes, after uninstalling those two it works.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#6
2020-10-19, 07:26 PM
Did you have to reinstall or just enable the addon?

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#7
2020-10-19, 07:30 PM
(2020-10-19, 07:26 PM)mvallevand Wrote: Did you have to reinstall or just enable the addon?

Martin

Hi Martin, 

I uninstalled the two addons and then I closed Kodi and loaded it again and it worked.
Did nothing else.
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#8
2020-10-20, 12:06 PM
(2020-10-19, 07:30 PM)aderlopas Wrote:
(2020-10-19, 07:26 PM)mvallevand Wrote: Did you have to reinstall or just enable the addon?

Martin

Hi Martin, 

I uninstalled the two addons and then I closed Kodi and loaded it again and it worked.
Did nothing else.

But it still complaint about the addon not being installed now.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#9
2020-10-20, 01:12 PM
Can you put a Kodi debug log on a paste site please? I have been working with the people who build this trying to see what went wrong.

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#10
2020-10-20, 03:28 PM
(2020-10-20, 01:12 PM)mvallevand Wrote: Can you put a Kodi debug log on a paste site please?  I have been working with the people who build this trying to see what went wrong.

Martin

Sure, here it is.


Attached Files
.zip   kodi.zip (Size: 21.63 KB / Downloads: 2)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Channel not updating aTF6i 2 488 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 464 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 872 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,279 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,307 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,218 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,539 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 4,411 2024-08-06, 10:00 PM
Last Post: sub
  Kodi-V5 WiFi Problem? kerryball 0 399 2024-06-26, 06:49 AM
Last Post: kerryball
  Adding/editing timer to one time (manual) recording from Kodi guide has no effect mmortal03 6 1,157 2024-06-25, 09:30 PM
Last Post: mmortal03

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode