Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Puppeteer Error #94

Open
MxchuKing opened this issue May 3, 2024 · 12 comments
Open

Puppeteer Error #94

MxchuKing opened this issue May 3, 2024 · 12 comments

Comments

@MxchuKing
Copy link

MxchuKing commented May 3, 2024

Request Failed with status code 403

The video loads in Chromium, but it's different than before and it gives me this error while chromium closes

Sharedown, FFmpeg and YT-dlp are updated, but before updating it didn't work either

Log attached
sharedownLog.log

Captura de pantalla 2024-05-03 150019

@kylon
Copy link
Owner

kylon commented May 4, 2024

are you getting the link from sharepoint context menu -> copy link?

@MxchuKing MxchuKing reopened this May 5, 2024
@MxchuKing
Copy link
Author

Yeah, followed the same steps that the previous times. Maybe something changed in the way the organization shares the video :c
I really tried everything, the video even starts to play, but after a couple of seconds gives me that error :c

@kylon
Copy link
Owner

kylon commented May 6, 2024

i ll check later this week

@PeakeIT
Copy link

PeakeIT commented May 10, 2024

I'm getting the exact same error as well now. I'm trying to save a Microsoft Stream (recording of a Teams Meeting) which is stored in SharePoint.

@kylon
Copy link
Owner

kylon commented May 12, 2024

so, log is clean
for some reason you are not allowed the fetch the video manifest and i don't know why

@tmsss
Copy link

tmsss commented Jul 24, 2024

I have a "Waiting falied" error from Puppeteer, I would post the log, but somehow this error doesn't generate any log file.

imagem

@kylon
Copy link
Owner

kylon commented Jul 24, 2024

I have a "Waiting falied" error from Puppeteer, I would post the log, but somehow this error doesn't generate any log file.

imagem

don't use automatic login, leave all fields empty and set basic login

@Nozavi
Copy link

Nozavi commented Jul 25, 2024

@MxchuKing I see in your screenshot pasainvicto in the URL - are you in that organization?
I'm asking because I'm getting the same error (and the log file is pretty much identical). What is particular about this video link (that's generating the error for me) is that it belongs to a different organization than mine. Because of that, the login process is also different, of course, which means that in order to login I had to enter my email and then enter the code that was sent to my email address.
@kylon Could any of this be causing the issue?

@tmsss
Copy link

tmsss commented Jul 25, 2024

@MxchuKing I see in your screenshot pasainvicto in the URL - are you in that organization? I'm asking because I'm getting the same error (and the log file is pretty much identical). What is particular about this video link (that's generating the error for me) is that it belongs to a different organization than mine. Because of that, the login process is also different, of course, which means that in order to login I had to enter my email and then enter the code that was sent to my email address. @kylon Could any of this be causing the issue?

That seems to be the case for me, when I switch back to basic login as @kylon suggests, I get a Puppeteer "Request falied" error.

Until there is fix for this, in case you want to manually download the videos, what worked for me was copying the videomanifest URL from the browser devtools and use ffmpeg in the command line like this (make sure that the videomanifest URL ends with "hybridPlayback=true):

ffmpeg -i "videomanifest-copied-from-devtools" -codec copy video.mp4

@kylon
Copy link
Owner

kylon commented Jul 30, 2024

@Nozavi login modules are not universal, thats why sharedown lets you add them, a different login page/process needs a specific login module for it

@tmsss can you post a log for the request error?

@tmsss
Copy link

tmsss commented Jul 30, 2024

The log reports an access denied error, but when I enable the automatic login I get a waited failed error as I reported above.

imagem

@kylon
Copy link
Owner

kylon commented Jul 30, 2024

as i said login modules are not universal, your page may be different so a login for it must be written
are you getting the link from sharepoint context menu?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants