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
TypeError: Cannot read property '0' of null
[1] at C:\Users\dione\Desktop\Progetti\electron\scapix\node_modules\waifu2x\dist\waifu2x.js:423:78
[1] at step (C:\Users\dione\Desktop\Progetti\electron\scapix\node_modules\waifu2x\dist\waifu2x.js:33:23)
[1] at Object.next (C:\Users\dione\Desktop\Progetti\electron\scapix\node_modules\waifu2x\dist\waifu2x.js:14:53)
[1] at fulfilled (C:\Users\dione\Desktop\Progetti\electron\scapix\node_modules\waifu2x\dist\waifu2x.js:5:58)
Which produces the stderr "path name not valid"
While if i remove ffmpeg.exe from ffmpegPath i get this error:
fluent-ffmpeg expects the path of ffmpeg including the ffmpeg.exe at the end, example:
and instead the Waifu2x.parseFramerate function expects the path to be
as it needs to
cd
to that path.When i do:
i get the error:
Which produces the stderr "path name not valid"
While if i remove
ffmpeg.exe
from ffmpegPath i get this error:coming from fluent-ffmpeg
Fix would be to just remove "ffmpeg.exe" from ffmpegPath
The text was updated successfully, but these errors were encountered: