Closed snowcross closed 7 months ago
here are the logs
fillLoginFieldsFromPwdManager: no credentials found for module 0, skip..
fillLoginFieldsFromPwdManager: no credentials found for module 0, skip..
startDownload: start
startDownload: valid data: true
WARNING: custom chrome executable, Sharedown may not work as expected!
runPuppeteerGetVideoData: goto XXX
_sharepointLogin: start login procedure
_sharepointLogin: has login data
_waitForVideoPlayer: ignore: Protocol error (DOM.describeNode): Cannot find context with specified id
_waitForVideoPlayer: ignore: Execution context was destroyed, most likely because of a navigation.
_waitForVideoPlayer: ignore: Execution context was destroyed, most likely because of a navigation.
_getDataFromResponseListDataRow: No match for undefined
_makeDirectUrl: no filterlink in vID: undefined
runPuppeteerGetVideoData: error no video data found in SP.List.GetListDataAsStream?listFullUrl
downloadVideo: has vdata: false
startDownload: failed undefined
direct only works in few cases, thats expected, what is the error with yt-dlp or ffmpeg? you get the same error with built-in chrome?
also, I'm running this from "yarn start" I can't run an unsigned app on my Mac due to profile restrictions.
is this file present in sharedown folder?
do you have chrome folder in path node_modules/puppeteer/chrome/
yes .puppeteerrc.cjs is in the folder
and yes node_modules/puppeteer/chrome/ is in my path. (it wasn't, I added it and tried again) still can't find chrome
so chrome was not installed for some reason, the chrome folder must exists and not empty mac M or intel? you got any error when installing dependencies?
No there were no errors on install, also the chrome folder does exist. What kind of structure of files am I looking for in that folder? So so I can verify.
Mac M
here is the tree structure of the chrome folder under Sharedown/node_modules/puppeteer/chrome
this should now find built-in chrome so you can test with that
i see, are you getting the link from context menu in sharepoint -> copy link? if not, try that way
can you post yt-dlp log? is there an error if you try yt-dlp or ffmpeg, ie not direct?
it works using yt-dlp now ! thanks!!
so can be closed?
hi, after the login process the video starts to play and then I get an error of "no video data found in SP.List.GetListDataAsStream?listFullUrl" this is when download is set to direct. I get similar errors when trying the other 2 download types.