Recorded jobs not finishing, regression? [FIXED]

Scheduled jobs still show as recording after done.
Don't see these lines in log for the recordings
[SNR] Buffer statistics
[MTS] Statistics
[DVR] Finished job
[DVR] Processing file
Screenshot 2022-10-16 at 14-10-29 Channels Settings

Screenshot 2022-10-16 at 13-53-06 Channels Schedule


Logs have been submitted as 6e4666f3-b0a8-4afa-83b4-eabfd244b73b

I can only guess it's from this

Okay, I'm rolling back part of this change to see if that makes the issue go away.

1 Like

If it helps, here are the jobs and files

/dvr/jobs
{
    "ID": "1665950400-ch6085",
    "Name": "Canary SUNDANCE Recording",
    "Time": 1665950400,
    "Duration": 600,
    "Channels": ["6085"],
    "Channel": "6085",
    "DeviceID": "TVE-Comcast_SSO",
    "RuleID": "",
    "Serial": 0,
    "FileID": "1179",
    "Skipped": false,
    "Failed": false,
    "Dead": false,
    "Error": "",
    "Airing": {
        "Source": "manual",
        "Channel": "6085",
        "Time": 1665950400,
        "Duration": 600,
        "Title": "Canary SUNDANCE Recording",
        "Summary": "Canary SUNDANCE Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s92041_ll_h9_aa.png",
        "SeriesID": "manual/6085"
    },
    "UpdatedAt": 1665950404192
}

{
    "ID": "1665951600-ch6108",
    "Name": "Canary DIY Recording",
    "Time": 1665951600,
    "Duration": 600,
    "Channels": ["6108"],
    "Channel": "6108",
    "DeviceID": "TVE-Comcast_SSO",
    "RuleID": "",
    "Serial": 0,
    "FileID": "1180",
    "Skipped": false,
    "Failed": false,
    "Dead": false,
    "Error": "",
    "Airing": {
        "Source": "manual",
        "Channel": "6108",
        "Time": 1665951600,
        "Duration": 600,
        "Title": "Canary DIY Recording",
        "Summary": "Canary DIY Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s67375_ll_h15_ad.png",
        "SeriesID": "manual/6108"
    },
    "UpdatedAt": 1665951603070
}

{
    "ID": "1665952800-ch6095",
    "Name": "Canary REELZ Recording",
    "Time": 1665952800,
    "Duration": 600,
    "Channels": ["6095"],
    "Channel": "6095",
    "DeviceID": "TVE-Comcast_SSO",
    "RuleID": "",
    "Serial": 0,
    "FileID": "1181",
    "Skipped": false,
    "Failed": false,
    "Dead": false,
    "Error": "",
    "Airing": {
        "Source": "manual",
        "Channel": "6095",
        "Time": 1665952800,
        "Duration": 600,
        "Title": "Canary REELZ Recording",
        "Summary": "Canary REELZ Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s52199_ll_h15_ab.png",
        "SeriesID": "manual/6095"
    },
    "UpdatedAt": 1665952803557
}
/dvr/files
{
    "ID": "1181",
    "JobID": "1665952800-ch6095",
    "GroupID": "manual/6095",
    "Path": "TV/Canary REELZ Recording/Canary REELZ Recording 2022-10-16-1340.mpg",
    "CreatedAt": 1665952800,
    "Duration": 0,
    "Airing": {
        "Source": "manual",
        "Channel": "6095",
        "Time": 1665952800,
        "Duration": 600,
        "Title": "Canary REELZ Recording",
        "Summary": "Canary REELZ Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s52199_ll_h15_ab.png",
        "SeriesID": "manual/6095"
    },
    "ChannelNumber": "6095",
    "DeviceID": "TVE-Comcast_SSO",
    "UpdatedAt": 1665952803446,
    "Version": 6,
    "JobTime": 1665952800,
    "JobDuration": 600
}

{
    "ID": "1180",
    "JobID": "1665951600-ch6108",
    "GroupID": "manual/6108",
    "Path": "TV/Canary DIY Recording/Canary DIY Recording 2022-10-16-1320.mpg",
    "CreatedAt": 1665951600,
    "Duration": 0,
    "Commercials": [401.134, 607.596],
    "Airing": {
        "Source": "manual",
        "Channel": "6108",
        "Time": 1665951600,
        "Duration": 600,
        "Title": "Canary DIY Recording",
        "Summary": "Canary DIY Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s67375_ll_h15_ad.png",
        "SeriesID": "manual/6108"
    },
    "ChannelNumber": "6108",
    "DeviceID": "TVE-Comcast_SSO",
    "UpdatedAt": 1665955745454,
    "Version": 6,
    "JobTime": 1665951600,
    "JobDuration": 600,
    "CommercialDetectSource": "tags"
}

{
    "ID": "1179",
    "JobID": "1665950400-ch6085",
    "GroupID": "manual/6085",
    "Path": "TV/Canary SUNDANCE Recording/Canary SUNDANCE Recording 2022-10-16-1300.mpg",
    "CreatedAt": 1665950400,
    "Duration": 0,
    "Airing": {
        "Source": "manual",
        "Channel": "6085",
        "Time": 1665950400,
        "Duration": 600,
        "Title": "Canary SUNDANCE Recording",
        "Summary": "Canary SUNDANCE Test Recording Day 1",
        "Image": "https://tmsimg.fancybits.co/assets/s92041_ll_h9_aa.png",
        "SeriesID": "manual/6085"
    },
    "ChannelNumber": "6085",
    "DeviceID": "TVE-Comcast_SSO",
    "UpdatedAt": 1665950404149,
    "Version": 6,
    "JobTime": 1665950400,
    "JobDuration": 600
}

Initial testing looks good. New recording now finished.

And the old recordings that showed as still recording are now marked as finished and interrupted (even though they weren't interrupted)

Looks good. Two recordings on two servers finished correctly.

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