• 1
  • 189
  • 190
  • 191(current)
  • 192
  • 193
  • 224
Release Netflix Add-on [input-stream]
Probably a weird question, but if I'm exporting to STRM files and have automatic library updates enabled, will the add-on look to see if a show or movie has been removed from the service and delete the STRM files?
Reply
Is there a way to help with figuring out if Netflix serves AV1, for support with the addon?
I have a FireTV Stick 4K Max, which supports 2160p60 AV1.
Reply
(2021-10-08, 01:14)quietvoid Wrote: Is there a way to help with figuring out if Netflix serves AV1, for support with the addon?
I have a FireTV Stick 4K Max, which supports 2160p60 AV1.

the website lists the AV1 profile, but I have not been able to get it in the manifest request(last attempt a few months ago)

but this is not enough, DASH CBCS decoding appears to be required
and currenlty is not implemented in InputStream Adaptive
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
(2021-10-08, 15:20)CastagnaIT Wrote: the website lists the AV1 profile, but I have not been able to get it in the manifest request(last attempt a few months ago)

but this is not enough, DASH CBCS decoding appears to be required
and currenlty is not implemented in InputStream Adaptive

Okay, thanks.
I'm not sure if it's possible to know what codec is being used with the native Netflix app, but I will try.

According to the multimedia debug info, I'm only getting HEVC 4K SDR with HDR disabled.
And dolby-vision codec with HDR enabled, with no specified actual video codec.
Reply
The Netflix show "Sex/Life" is exported as "Sex" on my CoreELEC-installation. I think because of the slash. Kodi then can't find a matching TVShow.
After renaming the "Sex" folder to "SexLife" Kodi scrapes the Show fine.

Can you please add a automatic changing of "difficult" characters in the addon?
Either remove the characters or change them to "-"
Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2021-10-21, 14:00)Solo0815 Wrote: The Netflix show "Sex/Life" is exported as "Sex" on my CoreELEC-installation. I think because of the slash. Kodi then can't find a matching TVShow.
After renaming the "Sex" folder to "SexLife" Kodi scrapes the Show fine.

Can you please add a automatic changing of "difficult" characters in the addon?
Either remove the characters or change them to "-"
Thx

Thanks for the report
usually not allowed chars are removed but this is missing, i add it to next release
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
It seems that when my Netflix 'My List' is empty and I have a widget for it, there's no silent handling of the error.
So there's a 401 pop up every time the addon refreshes, until I add an item to 'My List' again.

I wonder if this could be silently handled.
edit: I should really have kept the debug log.. sorry.
Reply
Here is a bug i've been having trouble with lately, i've been able to reproduce this on 3 raspberry pi's so far.

OS: LibreElec
KODI : V19.1 Matrix
Hardware: Raspberry Pi 4

Basically, this ONLY happens while watching 15ish minute TV shows, it occurs pretty much after the 9th minute of watching the show, the show starts freezing, then the PI reboots ... it really sucks because you have to sit through 9-10 minutes of TV show to reproduce this, but my kids keep watching these types of shows and it happends frequently. (so use a kids show to reproduce, example would be "44 cats")

FYI this never happends during 30+ minute tv shows or hour long movies either, so i have no idea whats going on, but this is like clockwork, any short show, exactly at 9ish minute, bang, the PI freezes for 5-10 seconds then reboots, here's what i found in the log : 

Note that the crash occurs at 11:19,  so the video was started at 11:10 here :

Code:

 INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2021-10-28 11:10:21.559 T:787      INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2021-10-28 11:10:21.671 T:770      INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2021-10-28 11:10:21.675 T:770      INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-10-28 11:10:21.716 T:770      INFO <general>: [WHITELIST] Searching the whitelist for: width: 1280, height: 720, fps: 25.000, 3D: false
2021-10-28 11:10:21.717 T:770      INFO <general>: Display resolution ADJUST : 1920x1080 @ 60.000000 Hz (16) (weight: -65134352.000)
2021-10-28 11:10:24.496 T:770      INFO <general>: Loading skin file: /storage/.kodi/addons/plugin.video.netflix/resources/skins/default/1080i/plugin-video-netflix-Skip.xml, load type: LOAD_ON_GUI_INIT
2021-10-28 11:10:25.200 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'locos'
2021-10-28 11:10:25.207 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 72, in _process_event_request
                                                       self.loco_data = self.nfsession.get_loco_data()
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/nfsession_ops.py", line 296, in get_loco_data
                                                       if context_name in loco_data['locos'][loco_root]:
                                                   KeyError: 'locos'
                                                   
2021-10-28 11:11:24.740 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'NoneType' object is not subscriptable
2021-10-28 11:11:24.740 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 76, in _process_event_request
                                                       self._build_event_params(event_type,
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 179, in _build_event_params
                                                       'lolomo_id': loco_data['root_id'],
                                                   TypeError: 'NoneType' object is not subscriptable
                                                   
2021-10-28 11:11:45.578 T:770      INFO <general>: Samba is idle. Closing the remaining connections
2021-10-28 11:12:24.771 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'NoneType' object is not subscriptable
2021-10-28 11:12:24.772 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)

the above repeats for 5-6 pages, then below occurs and repeats as well :

Code:


2021-10-28 11:19:47.522 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.522 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 225
2021-10-28 11:19:47.522 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.535 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.535 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 228
2021-10-28 11:19:47.535 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.548 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.548 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 229
2021-10-28 11:19:47.548 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.561 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.561 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 226
2021-10-28 11:19:47.561 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.574 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.574 T:770 ERROR

after, this occurs:

Code:


   ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 228
2021-10-28 11:19:48.986 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Invalid argument
2021-10-28 11:19:48.986 T:4160    ERROR <general>: CDMAHeapBufferObject::CreateBufferObject - ioctl DMA_HEAP_IOCTL_ALLOC failed, errno=Too many open files

############### END LOG FILE ################



any help appreciated, thanks !
Reply
@Extraze
Have you tried disable "ask to skip intro" in addon "playback" settings?
The logs seem to show up when loading plugin-video-netflix-Skip.xml
Reply
(2021-10-29, 04:58)QianyuLi Wrote: @Extraze
Have you tried disable "ask to skip intro" in addon "playback" settings?
The logs seem to show up when loading plugin-video-netflix-Skip.xml

Hey, thanks for the feedback, i did try disabling "ask to skip intro" but i get the same error,  i looked through the log and there was more than what i pasted above in the repeating section, so here is some additional info (see bold part, that part only repeats a couple of times at the end of the block that repeats 100's of times), it seems related to buffering or something (when the show crashes, i do see the "CACHE 100%" flicker for half a second before it reboots.
 
Quote:general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-30 11:08:01.108 T:770     ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 225
2021-10-30 11:08:01.108 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-30 11:08:01.109 T:1038  WARNING <general>: OutputPicture - timeout waiting for buffer
2021-10-30 11:08:01.118 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-30 11:08:01.118 T:770     ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 228
2021-10-30 11:08:01.118 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-30 11:08:01.128 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-30 11:08:01.128 T:770     ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 229
2021-10-30 11:08:01.128 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-30 11:08:01.138 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-30 11:08:01.138 T:770     ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 226
2021-10-30 11:08:01.138 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-30 11:08:01.148 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-30 11:08:01.148 T:770     ERROR <general>:

is anyone able to reproduce this with shows smaller than 15 minutes ?
Reply
(2021-10-28, 20:20)Extraze Wrote: Here is a bug i've been having trouble with lately, i've been able to reproduce this on 3 raspberry pi's so far.

OS: LibreElec
KODI : V19.1 Matrix
Hardware: Raspberry Pi 4

Basically, this ONLY happens while watching 15ish minute TV shows, it occurs pretty much after the 9th minute of watching the show, the show starts freezing, then the PI reboots ... it really sucks because you have to sit through 9-10 minutes of TV show to reproduce this, but my kids keep watching these types of shows and it happends frequently. (so use a kids show to reproduce, example would be "44 cats")

FYI this never happends during 30+ minute tv shows or hour long movies either, so i have no idea whats going on, but this is like clockwork, any short show, exactly at 9ish minute, bang, the PI freezes for 5-10 seconds then reboots, here's what i found in the log : 

Note that the crash occurs at 11:19,  so the video was started at 11:10 here :

Code:

 INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2021-10-28 11:10:21.559 T:787      INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2021-10-28 11:10:21.671 T:770      INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2021-10-28 11:10:21.675 T:770      INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-10-28 11:10:21.716 T:770      INFO <general>: [WHITELIST] Searching the whitelist for: width: 1280, height: 720, fps: 25.000, 3D: false
2021-10-28 11:10:21.717 T:770      INFO <general>: Display resolution ADJUST : 1920x1080 @ 60.000000 Hz (16) (weight: -65134352.000)
2021-10-28 11:10:24.496 T:770      INFO <general>: Loading skin file: /storage/.kodi/addons/plugin.video.netflix/resources/skins/default/1080i/plugin-video-netflix-Skip.xml, load type: LOAD_ON_GUI_INIT
2021-10-28 11:10:25.200 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'locos'
2021-10-28 11:10:25.207 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 72, in _process_event_request
                                                       self.loco_data = self.nfsession.get_loco_data()
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/nfsession_ops.py", line 296, in get_loco_data
                                                       if context_name in loco_data['locos'][loco_root]:
                                                   KeyError: 'locos'
                                                   
2021-10-28 11:11:24.740 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'NoneType' object is not subscriptable
2021-10-28 11:11:24.740 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 76, in _process_event_request
                                                       self._build_event_params(event_type,
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 179, in _build_event_params
                                                       'lolomo_id': loco_data['root_id'],
                                                   TypeError: 'NoneType' object is not subscriptable
                                                   
2021-10-28 11:11:45.578 T:770      INFO <general>: Samba is idle. Closing the remaining connections
2021-10-28 11:12:24.771 T:898     ERROR <general>: [plugin.video.netflix (0)] [Event queue monitor] An error has occurred: 'NoneType' object is not subscriptable
2021-10-28 11:12:24.772 T:898     ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/events_handler.py", line 58, in run
                                                       self._process_event_request(event_type, event_data, player_state)

the above repeats for 5-6 pages, then below occurs and repeats as well :

Code:


2021-10-28 11:19:47.522 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.522 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 225
2021-10-28 11:19:47.522 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.535 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.535 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 228
2021-10-28 11:19:47.535 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.548 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.548 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 229
2021-10-28 11:19:47.548 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.561 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.561 T:770 ERROR <general>:
Object: plane ID: 91
Property: FB_ID ID: 17 Value: 226
2021-10-28 11:19:47.561 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Bad file descriptor
2021-10-28 11:19:47.574 T:770 ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - test commit failed: (Bad file descriptor) - falling back to last successful atomic request
2021-10-28 11:19:47.574 T:770 ERROR

after, this occurs:

Code:


   ERROR <general>:
                                                   Object: plane    ID: 91
                                                     Property: FB_ID    ID: 17    Value: 228
2021-10-28 11:19:48.986 T:770     ERROR <general>: CDRMAtomic:Big GrinrmAtomicCommit - atomic commit failed: Invalid argument
2021-10-28 11:19:48.986 T:4160    ERROR <general>: CDMAHeapBufferObject::CreateBufferObject - ioctl DMA_HEAP_IOCTL_ALLOC failed, errno=Too many open files

############### END LOG FILE ################



any help appreciated, thanks !

@Extraze with the exception of the first errors mentioned (keyerror's) that not prevent to playback videos,
all others are RPI errors, no fixes possible from the addon, you have to report to LibreElec
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
I am watching another life season 2 but the colors are all wrong, only purple and green.
Using Nvidia shield 2019 with kodi 18.9.
The good is its only this serie as far as can see.
never had it before. Do i need to change anything?

solved it.
As my tv does not support DV , i had to turn it of in settings.
Reply
Try Kodi 19.3.
Reply
(2021-11-05, 16:58)Sholander Wrote: Try Kodi 19.3.

Kodi 19.x is unuseable with shield due to stuttering of video.
Reply
There are (test) builds that solve stuttering problem on Shield
Reply
  • 1
  • 189
  • 190
  • 191(current)
  • 192
  • 193
  • 224

Logout Mark Read Team Forum Stats Members Help
Netflix Add-on [input-stream]14