Cannot edit recording metadata

I'm unable to Edit Metadata of this Pluto recording. The modal to edit never appears.

I'm assuming it's caused by "Airing.OriginalDate":"2023061113" that appears to be a truncated version of <episode-num system="original-air-date">20230611133000 -0700</episode-num> from the Pluto EPG as seen in the recorded file json

Console output is showing these errors

RangeError: Invalid time value
    ix2 index.js:392
    w3 react-datepicker.min.js:1
    zi react-datepicker.min.js:1
    yh react-datepicker.min.js:1
    value react-datepicker.min.js:1
    value react-datepicker.min.js:1
    React 13
    showModal globals.jsx:386
    setTimeout handler*n4.showModal globals.jsx:383
    Q File.jsx:132
    T DropdownItem.js:41
    d6 useEventCallback.js:6
    c SafeAnchor.js:40
    React 11
    unstable_runWithPriority scheduler.production.min.js:18
    React 3
react-dom.production.min.js:216:199
Uncaught RangeError: Invalid time value
    ix2 index.js:392
    w3 react-datepicker.min.js:1
    zi react-datepicker.min.js:1
    yh react-datepicker.min.js:1
    value react-datepicker.min.js:1
    value react-datepicker.min.js:1
    React 13
    showModal globals.jsx:386
    setTimeout handler*n4.showModal globals.jsx:383
    Q File.jsx:132
    T DropdownItem.js:41
    d6 useEventCallback.js:6
    c SafeAnchor.js:40
    React 11
    unstable_runWithPriority scheduler.production.min.js:18
    React 3
index.js:392:10

Same with this one

<episode-num system="original-air-date">20230423085900 -0700</episode-num>

Console errors

RangeError: Invalid time value
    ix2 index.js:392
    w3 react-datepicker.min.js:1
    zi react-datepicker.min.js:1
    yh react-datepicker.min.js:1
    value react-datepicker.min.js:1
    value react-datepicker.min.js:1
    React 13
    showModal globals.jsx:386
    setTimeout handler*n4.showModal globals.jsx:383
    Q File.jsx:132
    T DropdownItem.js:41
    d6 useEventCallback.js:6
    c SafeAnchor.js:40
    React 11
    unstable_runWithPriority scheduler.production.min.js:18
    React 3
react-dom.production.min.js:216:199
Uncaught RangeError: Invalid time value
    ix2 index.js:392
    w3 react-datepicker.min.js:1
    zi react-datepicker.min.js:1
    yh react-datepicker.min.js:1
    value react-datepicker.min.js:1
    value react-datepicker.min.js:1
    React 13
    showModal globals.jsx:386
    setTimeout handler*n4.showModal globals.jsx:383
    Q File.jsx:132
    T DropdownItem.js:41
    d6 useEventCallback.js:6
    c SafeAnchor.js:40
    React 11
    unstable_runWithPriority scheduler.production.min.js:18
    React 3
index.js:392:10

Here's an airing tonight from the PBS Nature channel on Pluto

I see the Pluto API EPG has Season and Episode numbers, but the Pluto for Channels docker doesn't pick them up.
episode.number:8
episode.season:22
According to TMDB Nature: Season 22 (2003) — The Movie Database (TMDB) ,
S22E08 OAD is 2004-02-15, which matches both episode.firstAired:"2004-02-15T00:00:00.000Z" and episode.clip.originalReleaseDate:"2004-02-15T00:00:00.000Z" from the Pluto API EPG and is close to the Pluto for Docker EPG programme date 20040214

PLUTO API EPG

"_id": "6474079f5348f4001aadcf73",
"start": "2023-06-12T06:52:00.000Z",
"stop": "2023-06-12T08:00:00.000Z",
"title": "Nature",
"episode": {
    "_id": "641cef211a5081001a4da719",
    "number": 8,
    "season": 22,
    "description": "The future of the macaw, whose survival may depend on the poachers who brought them to the brink of extinction.",
    "duration": 4080000,
    "originalContentDuration": 4080000,
    "genre": "Instructional & Educational",
    "subGenre": "Science",
    "distributeAs": {
        "AVOD": false
    },
    "clip": {
        "originalReleaseDate": "2004-02-15T00:00:00.000Z"
    },
    "rating": "TV-PG",
    "name": "The Real Macaw",
    "slug": "the-real-macaw-live-epg-1-0",
    "poster": {
        "path": "https://images.pluto.tv/episodes/641cef211a5081001a4da719/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
    },
    "firstAired": "2004-02-15T00:00:00.000Z",
    "thumbnail": {
        "path": "https://images.pluto.tv/episodes/641cef211a5081001a4da719/thumbnail.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
    },
    "liveBroadcast": true,
    "featuredImage": {
        "path": "https://images.pluto.tv/episodes/641cef211a5081001a4da719/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
    },
}

Pluto for Channels docker EPG

<programme start="20230611235200 -0700" stop="20230612010000 -0700" channel="pbs-nature">
	<title lang="en">Nature</title>
	<icon src="https://images.pluto.tv/series/641b6c8e72e1ff001ae10861/tile.jpg?fill=blur&amp;fit=fill&amp;fm=jpg&amp;h=900&amp;q=75&amp;w=900"/>
	<date>20040214</date>
	<category lang="en">Series</category>
	<series-id system="pluto">641b6c8e72e1ff001ae10861</series-id>
	<desc lang="en">The future of the macaw, whose survival may depend on the poachers who brought them to the brink of extinction.</desc>
	<category lang="en">Instructional &amp; Educational</category>
	<category lang="en">Science</category>
	<live/>
	<episode-num system="original-air-date">20230611235200 -0700</episode-num>
	<category lang="en">Educational</category>
	<sub-title lang="en">The Real Macaw</sub-title>
</programme>
1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.