Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Saving Stats doesn't work anymore #156

Open
Knuspel opened this issue Sep 23, 2020 · 1 comment
Open

Saving Stats doesn't work anymore #156

Knuspel opened this issue Sep 23, 2020 · 1 comment

Comments

@Knuspel
Copy link

Knuspel commented Sep 23, 2020

When I run the application with --stats enabled I run into the following error.

 (node:14229) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'format' of undefined
    at /root/repos/h265ize/lib/classes/video.js:1137:56
(node:14229) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:14229) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

It crashes the whole application.

I wasn't able to figure out the issue as to why this happens unfortunatly.

@platima
Copy link

platima commented Dec 9, 2020

Seconded in latest (0.5.0) also using latest stable ffmpeg (4.3.1) compiled from scratch on Debian 9 x64.

Needed this as 4K MOV files from iPhone was throwing issues with the unknown mebx streams not copying ("Could not find tag for codec none in stream #2, codec not currently supported in container").

Not sure if in the end moving to 0.5.0 fixed it with 6fe44eb but had to update ffmpeg to fix something else anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants