cast-localvideo icon indicating copy to clipboard operation
cast-localvideo copied to clipboard

POST http://localhost:8000/metadata 500 (Internal Server Error)

Open jbuchbinder opened this issue 10 years ago • 0 comments

Chrome: 35.0.1916.153 Google Cast Extension: 14.605.0.10

Clicking "PLAY" for any media produced a 500 error (displayed in the console).

node app.js displayed:

TypeError: Cannot read property 'logger' of undefined
    at new <anonymous> (/home/test/cast-localvideo/node_modules/fluent-ffmpeg/lib/metadata.js:255:17)
    at Object.handle (/home/test/cast-localvideo/app.js:201:20)
    at next_layer (/home/test/cast-localvideo/node_modules/express/lib/router/route.js:103:13)
    at Route.dispatch (/home/test/cast-localvideo/node_modules/express/lib/router/route.js:107:5)
    at /home/test/cast-localvideo/node_modules/express/lib/router/index.js:213:24
    at Function.proto.process_params (/home/test/cast-localvideo/node_modules/express/lib/router/index.js:286:12)
    at next (/home/test/cast-localvideo/node_modules/express/lib/router/index.js:207:19)
    at next (/home/test/cast-localvideo/node_modules/express/lib/router/index.js:182:38)
    at next (/home/test/cast-localvideo/node_modules/express/lib/router/index.js:182:38)
    at next (/home/test/cast-localvideo/node_modules/express/lib/router/index.js:182:38)
POST /metadata 500 4.413 ms - 1188

jbuchbinder avatar Jun 23 '14 20:06 jbuchbinder