chrisbenincasa / tunarr

Create a classic TV experience using your own media - IPTV backed by Plex/Jellyfin
https://tunarr.com/
zlib License
180 stars 14 forks source link

Error: Zodios: Invalid Body parameter 'body' when attempting to add thousands of shows to channel #367

Closed markdavella closed 7 months ago

markdavella commented 7 months ago

I was testing out loading indicators when adding thousands of items to a channel and kept hitting the following when I would try and save the programming lineup on the Channel Programming Page. For this example I added about 20 collections of tv shows shows

image
chrisbenincasa commented 7 months ago

We have these fields a non-optional in our Plex types: https://github.com/chrisbenincasa/tunarr/blob/f3ac464ebd95a9a4a1e08c4201da5c9fbc8fbd60/types/src/plex/index.ts#L154-L155

TBH we should probably just mark all of these as optional at this point... i've gone through this dance a lot. My guess is that one piece of media in your library is just missing this metadata, for whatever reason.