You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
why apper this error? the file name is correct, the path is the same but this is the output...
sozi-to-video -b 2M -H 1080 -W 1920 -f 60 -i -o /media/juanca/CACHE/GOT GameofThrones_desarmado.sozi.html
Converting GameofThrones_desarmado.sozi.html to /media/juanca/CACHE/GOT
child_process.js:383
throw new TypeError('"file" argument must be a non-empty string');
^
TypeError: "file" argument must be a non-empty string
at normalizeSpawnArguments (child_process.js:383:11)
at exports.spawn (child_process.js:496:38)
at Object.exports.exec (/usr/local/lib/node_modules/sozi-export/node_modules/phantomjs-prebuilt/lib/phantomjs.js:72:10)
at Object.exports.convertToVideo (/usr/local/lib/node_modules/sozi-export/lib/index.js:120:21)
at Object. (/usr/local/lib/node_modules/sozi-export/cli/sozi-to-video.js:35:12)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
The text was updated successfully, but these errors were encountered:
the file name is correct, the path is the same but this is the output...
Yes. In this message, the "file" argument is the path of the video conversion tool, not the path of your file.
This issue seems related to this conversation on the Sozi community forum.
For short, Sozi-export is based on obsolete software that no longer works in recent environments and we need to find an alternative. I have already opened issue #17 about this.
why apper this error? the file name is correct, the path is the same but this is the output...
sozi-to-video -b 2M -H 1080 -W 1920 -f 60 -i -o /media/juanca/CACHE/GOT GameofThrones_desarmado.sozi.html
Converting GameofThrones_desarmado.sozi.html to /media/juanca/CACHE/GOT
child_process.js:383
throw new TypeError('"file" argument must be a non-empty string');
^
TypeError: "file" argument must be a non-empty string
at normalizeSpawnArguments (child_process.js:383:11)
at exports.spawn (child_process.js:496:38)
at Object.exports.exec (/usr/local/lib/node_modules/sozi-export/node_modules/phantomjs-prebuilt/lib/phantomjs.js:72:10)
at Object.exports.convertToVideo (/usr/local/lib/node_modules/sozi-export/lib/index.js:120:21)
at Object. (/usr/local/lib/node_modules/sozi-export/cli/sozi-to-video.js:35:12)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
The text was updated successfully, but these errors were encountered: