-
Notifications
You must be signed in to change notification settings - Fork 38
Description
When installing casparcg-scanner from the deb of release 1.3.4, I get the following error when I try to launch scanner in the correct folder.
`casparcg-scanner
pkg/prelude/bootstrap.js:1872
throw error;
^
TypeError: Cannot read properties of undefined (reading 'paths')
at /snapshot/media-scanner/dist/config.js
at Parser. (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:318:18)
at Parser.emit (node:events:537:28)
at SAXParser.onclosetag (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:276:26)
at emit (/snapshot/media-scanner/node_modules/sax/lib/sax.js:624:35)
at emitNode (/snapshot/media-scanner/node_modules/sax/lib/sax.js:629:5)
at closeTag (/snapshot/media-scanner/node_modules/sax/lib/sax.js:889:7)
at SAXParser.write (/snapshot/media-scanner/node_modules/sax/lib/sax.js:1436:13)
at Parser.parseString (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:337:31)
at Parser.parseString (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:5:59)
Emitted 'error' event on Parser instance at:
at Parser.parseString (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:341:16)
at Parser.parseString (/snapshot/media-scanner/node_modules/xml2js/lib/parser.js:5:59)
at Object. (/snapshot/media-scanner/dist/config.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:834:12)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at Module.require (pkg/prelude/bootstrap.js:1851:31)
at require (node:internal/modules/cjs/helpers:102:18)
Node.js v18.5.0
`