CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.91k stars 259 forks source link

Watch list, "Next Page": "Error TypeError: Actor: name property must not be empty" #1655

Closed citronalco closed 9 months ago

citronalco commented 9 months ago

Netflix add-on version

1.23.1+matrix.1

Operative systems used

OSMC

Kodi version used

Kodi 20 (Nexus)

Description of the bug

If the Watch List contains many entries, it gets split into pages. When clicking on "Next Page", "Error TypeError: Actor: name property must not be empty" pops up. So it is only possible to see page 1.

Steps to reproduce the behavior

  1. Populate the Watch List with many entries
  2. Open Watch List
  3. At the bottom click "next page"

Debug log - mandatory

https://paste.kodi.tv/ehetozafit

Possible fix

No response

Additional context

No response

Screenshots

No response

Falke-Design commented 9 months ago

This happens if the Cast has some empty entries. For example the movie Misfit

{
   "Title":"Misfit",
   "Cast":[
      "Selina Mour",
      "Lion Wasczyk",
      "Lisa-Marie Koroll",
      "Jonathan Elias Weiske",
      "Vivien Wulf",
      "Meriel Hinsching",
      "",
      "Moritz Schirdewahn",
      "Simon Will",
      "Sylvie Meis"
   ],
   "MediaType":"movie",
   "Year":2019,
   "Plot":"Nachdem ihre Familie mit ihr nach Deutschland gezogen ist, will eine entschlossene Teenagerin in einem Talentwettbewerb Flugtickets gewinnen, um in die USA zurückzukehren.",
   "PlotOutline":"Nachdem ihre Familie mit ihr nach Deutschland gezogen ist, will eine entschlossene Teenagerin in einem Talentwettbewerb Flugtickets gewinnen, um in die USA zurückzukehren.",
   "UserRating":0,
   "Mpaa":"Alle",
   "Duration":4924,
   "Trailer":"plugin://plugin.video.netflix/play/supplemental/81666820/",
   "Director":[
      "Erwin van den Eshof"
   ],
   "Writer":[

   ],
   "Genre":[
      "Musik",
      "Deutsch",
      "Komödien",
      "Teen-Filme",
      "Deutsche Komödien"
   ],
   "Tag":[

   ],
   "PlayCount":0
}
CastagnaIT commented 9 months ago

@citronalco please update the addon with this: plugin.video.netflix_1.23.1+matrix.1_20240101_dbg.zip

and provide a FULL debug log by following all the steps explained here: https://github.com/CastagnaIT/plugin.video.netflix#something-doesnt-work

citronalco commented 9 months ago

Done. See https://paste.kodi.tv/atayinibob.kodi

CastagnaIT commented 9 months ago

thank you this helped me to solve it