snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 441 forks source link

Message "More?" on Windows #317

Closed wantolinez4 closed 3 years ago

wantolinez4 commented 3 years ago

OS:

Launch command used:

Verbose log ``` PASTE VERBOSE LOG HERE ```

Hi Everyone, I'm new using GITHUB.

When I run destreamer on Windows using this command:

destreamer.cmd -i ^https://web.microsoftstream.com/video/581efe5a-21b7-4b37-bed7-xxxxxxxxxxxx^

I get the message:

More?

What am I doing wrong? Thanks in advance

snobu commented 3 years ago

What's up with that ^ (caret) symbol there? You don't need to quote the URL, but if you must, use double quotes "https://...". Also, make sure you're running this in either cmd.exe or PowerShell.

wantolinez4 commented 3 years ago

Hi, thanks for your quick answer.

Now I have this error:

image

How can I solve this? Thanks in advance for your help!

lukaarma commented 3 years ago

It happens every time you run it? Or was it a one time deal?

wantolinez4 commented 3 years ago

Every time that I run it

wantolinez4 commented 3 years ago

When I run only "destreamer.cmd"

image

wantolinez4 commented 3 years ago

When I do every step

image

lukaarma commented 3 years ago

could you please tun the last step like this destreamer.cmd -i "https://web.microsoftstream.com/video/581efe5a-21b7-4b37-bed7-xxxxxxxxxxxx" -v

wantolinez4 commented 3 years ago

Doesn't work :(

image

lukaarma commented 3 years ago

@snobu please help... I'm really scratching my head on this one

snobu commented 3 years ago

Judging by this - https://nodejs.org/api/process.html#process_exit_codes

Exit Code 4: Internal JavaScript Evaluation Failure: The JavaScript source code internal in the Node.js bootstrapping process failed to return a function value when evaluated. This is extremely rare, and generally can only happen during development of Node.js itself.

There may be something wrong with your Node installation. Make sure you're using the latest Node or at least version 10+, or try reinstalling.

wantolinez4 commented 3 years ago

Now I get another error :(

image

lukaarma commented 3 years ago

It seems that you directory structure is not how it should be and it's not finding files to build correctly. I suggest that you wipe the folder from disk and clone/download a new clean copy of Destreamer and npm i; npm run build that one.

wantolinez4 commented 3 years ago

I erased the folder and install again, but now I get this message when I write npm run build

image

wantolinez4 commented 3 years ago

Is there a way to undo the clone instruction? To star the process from the beginning

lukaarma commented 3 years ago

you can delete the folder you originally created (or move to another folder) if you want to start with a fresh clone instruction

wantolinez4 commented 3 years ago

I changed the directory, but I still get the same error:

image

lukaarma commented 3 years ago

Sorry for the delayed response, update your ffmpeg to a more recent release (2019 or up) and all should be good