kylon / Sharedown

Electron application to download Sharepoint videos (especially meant for students)
GNU General Public License v3.0
349 stars 40 forks source link

"Player can't load, please try again". Probably MS Stream 2.0 #45

Closed FraH90 closed 2 years ago

FraH90 commented 2 years ago

Lately I'm not able to download any video using sharedown.

I'm trying to download one, and after login it opens a new page, a Microsoft Stream page (though it's a video hosted on sharepoint). I guess they're creating a new platform, a new MS Stream for the video hosted on sharepoint.

The login happens successfully, but then it opens this web page, which seems to be the new microsoft stream for sharedown, and it says "player can't load, please try again".

How to fix this? Does sharedown needs to be updated for this new platform?

kylon commented 2 years ago

can you attach logs, i see no mention of changes in sharepoint

the "player can't load" is not an error and can be ignored

FraH90 commented 2 years ago

So, this is the webpage I get:

screen

It stays a lot of time on this page, it doesnt automatically close like it always does, and then I get this error on sharedown:

screen2

I've tried enabling logs, but when I open the log folder it's empty.

I guess they've changed something, they're migrating to ms streams 2.0, which embedded the videos from sharepoint, so I guess the code you used which was able to get the video from "just sharepoint", now it's not able to get the videos from the new platform (just my guess)

kylon commented 2 years ago

uh..

you must apply the settings when you enable logs

maybe it will work, but don't have much hope

Sharedownt1.zip

unpack open a terminal in unpacked folder type npm i or yarn install to download required files type npm start or yarn start to start sharedown

FraH90 commented 2 years ago

uh..

you must apply the settings when you enable logs

maybe it will work, but don't have much hope

Sharedownt1.zip

unpack open a terminal in unpacked folder type npm i or yarn install to download required files type npm start or yarn start to start sharedown

I'll give it a go when I come back home

FraH90 commented 2 years ago

uh..

you must apply the settings when you enable logs

maybe it will work, but don't have much hope

Sharedownt1.zip

unpack open a terminal in unpacked folder type npm i or yarn install to download required files type npm start or yarn start to start sharedown

I've just run your custom version of sharedown.. it says something like this:

"Execution context was destroyed, most likely because of a navigation"

kylon commented 2 years ago

can you post logs

FraH90 commented 2 years ago

can you post logs

I really don't know why.. but log folder is always empty.

I've enabled logs, I've closed and opened sharedown, and the option says "logs enabled". But log folder won't populate.

kylon commented 2 years ago

ok stuck at the start then, it is not using the same response

i don't have any video using that yet, so no idea

alperokur commented 2 years ago

No response of type 'RenderListDataAsStream?@a1=' found

No response of type 'RenderListDataAsStream?@listUrl' found

No response of type 'SP.List.GetListDataAsStream?listFullUrl' found

How can I resolve these error messages? Can you help me? @kylon

nutzboi commented 2 years ago

Confirming the "Player can't load" bug, and the logs folder is always empty when logging is enabled.

kylon commented 2 years ago

@alperokur if it is a stream v2 page, there is no support yet

alperokur commented 2 years ago

@alperokur if it is a stream v2 page, there is no support yet

I'm trying to record educational videos from school. Do you know any other way? @kylon

nutzboi commented 2 years ago

@alperokur if it is a stream v2 page, there is no support yet

I'm trying to record educational videos from school. Do you know any other way? @kylon

this method works well for me https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/index.html

alperokur commented 2 years ago

Ekran görüntüsü 2022-08-13 11-09-17-last It's not work for me. =/ @nutzboi

kylon commented 2 years ago

that is what sharedown is doing but in a different way from my tests it was not always reliable but it was long time ago and actually it costs nothing to add as fallback

i ll post a new test version

nutzboi commented 2 years ago

Ekran görüntüsü 2022-08-13 11-09-17-last It's not work for me. =/ @nutzboi

use the first method described under step 7. ffmpeg -i "https://theURLtoTheManifestYouCopiedHere" -codec copy downloadedVideo.mp4

you should end up seeing something like this when it starts downloading: image

alperokur commented 2 years ago

Ekran görüntüsü 2022-08-13 11-09-17-last It's not work for me. =/ @nutzboi

use the first method described under step 7. ffmpeg -i "https://theURLtoTheManifestYouCopiedHere" -codec copy downloadedVideo.mp4

you should end up seeing something like this when it starts downloading: image

We cannot access the recordings directly with a Microsoft account. We can only access it through a system provided by the school, thanks to the link routing. In the "ShareDown" program, when I logged into that system and clicked on the link where the record was found, it automatically started the download process. As I said again, we cannot log in with a Microsoft account. The school itself had a mechanism that made it look as if we were logging into the recording with a Microsoft account in the background. When I try to log in via the link on the terminal screen, I get an access denied error because I cannot access it with a microsoft account.

2022-08-13 13 07 26 ekran görüntüsü 2022-08-13 13 08 01 ekran görüntüsü 2022-08-13 13 08 23 ekran görüntüsü Ekran görüntüsü 2022-08-13 13-17-34

kylon commented 2 years ago

@alperokur Sharedownt1.zip

that seems to be a stream v2 page, not "classic" sharepoint, that is why sharedown does not work, if the test does not work, i have no other solution without access to a stream v2 video (my uni is still using sharepoint)

nutzboi commented 2 years ago

Ekran görüntüsü 2022-08-13 13-17-34 @alperokur

read the steps in the website man! you have to copy the videomanifest not the shared link!

nutzboi commented 2 years ago

@alperokur Sharedownt1.zip

* unpack

* open a terminal in unpacked folder

* type `npm i` or `yarn install` to download required files

* type `npm start` or `yarn start` to start sharedown

that seems to be a stream v2 page, not "classic" sharepoint, that is why sharedown does not work, if the test does not work, i have no other solution without access to a stream v2 video (my uni is still using sharepoint)

Doesn't work either, and I don't know if that'll help or not but 😓 here's a picture of the console when the page is opened. image

kylon commented 2 years ago

that should be the container error https://github.com/kylon/Sharedown/issues/45#issuecomment-1180811247 Sharedownt21.zip

removed the check

alperokur commented 2 years ago

that should be the container error #45 (comment) Sharedownt21.zip

removed the check Ekran görüntüsü 2022-08-13 16-55-49

I guess it works now. Thank you very much for your help. I'll post again when I get the full result.

Ekran görüntüsü 2022-08-13 17-00-50

I was able to get the full result again, thank you very much to all of you. @kylon @nutzboi

kylon commented 2 years ago

success with t21?

@alperokur can you also try t1 please?

alperokur commented 2 years ago

success with t21?

@alperokur can you also try t1 please?

I tried it first, but as you said, when I applied the "npm start" command, I was getting an error somewhere. If I'm not mistaken, "??" in the "app.js" file. It was written that he gave because of his statement.

t21 running successfully.

@kylon

kylon commented 2 years ago

success with t21? @alperokur can you also try t1 please?

I tried it first, but as you said, when I applied the "npm start" command, I was getting an error somewhere. If I'm not mistaken, "??" in the "app.js" file. It was written that he gave because of his statement.

t21 running successfully.

what error?, just to be sure, because i don't want to make changes that could break for others in next release

alperokur commented 2 years ago

success with t21? @alperokur can you also try t1 please?

I tried it first, but as you said, when I applied the "npm start" command, I was getting an error somewhere. If I'm not mistaken, "??" in the "app.js" file. It was written that he gave because of his statement. t21 running successfully.

what error?, just to be sure, because i don't want to make changes that could break for others in next release Ekran görüntüsü 2022-08-13 20-09-43

When you first uploaded the zip, I was getting an error on the terminal screen, but now when I tried again, I didn't get an error on the terminal screen. I'm getting "Unable to load player" error in T1 version. I am attaching the photo as well.

@kylon

kylon commented 2 years ago

thanks

@FraH90 can you try https://github.com/kylon/Sharedown/issues/45#issuecomment-1214158366 it may work for you too

FraH90 commented 2 years ago

thanks

@FraH90 can you try #45 (comment) it may work for you too

Ok, I've just tried it, it seems to work! It only stays a little bit longer than usual on the downloading page, like it give some errors at some time, but then after a while it starts the download!

FraH90 commented 2 years ago

thanks

@FraH90 can you try #45 (comment) it may work for you too

PS: it works, but you need to click two times on the browser when it opens! When clicking, the video appears for a short while, then it gives the "error page" (which is okay); then you need to click again, the same happens, and only then it starts the download. Otherwise the download will never start

nutzboi commented 2 years ago

t21 properly detects the container for me as well. Thanks.

kylon commented 2 years ago

thanks @FraH90 can you try #45 (comment) it may work for you too

PS: it works, but you need to click two times on the browser when it opens! When clicking, the video appears for a short while, then it gives the "error page" (which is okay); then you need to click again, the same happens, and only then it starts the download. Otherwise the download will never start

not sure to follow this, clicking what? what you see should be the thumbnail of the video right before the player is loaded

you are not supposed to click anything, it should start automatically unless it is stuck somehow, what happens if you wait? anything in console?

it is a bit "slower" to get the video because it is the last thing it tries, so there are a few delays

FraH90 commented 2 years ago

thanks @FraH90 can you try #45 (comment) it may work for you too

PS: it works, but you need to click two times on the browser when it opens! When clicking, the video appears for a short while, then it gives the "error page" (which is okay); then you need to click again, the same happens, and only then it starts the download. Otherwise the download will never start

not sure to follow this, clicking what? what you see should be the thumbnail of the video right before the player is loaded

you are not supposed to click anything, it should start automatically unless it is stuck somehow, what happens if you wait? anything in console?

it is a bit "slower" to get the video because it is the last thing it tries, so there are a few delays

Yes my fault, you don't have to click anything sorry It's just a little bit slower than usual to retrieve the video.. but when the download starts everything's fine

If it could be possible to eliminate entirely that long delay it should be okay.. but even like it's now I guess you can merge it in the main repository, so everyone for now can download ms streams 2.0 videos

kylon commented 2 years ago

mh, yeah, probably better to optimize it now, tomorrow i ll post a new test which should be much faster

kylon commented 2 years ago

@alperokur @FraH90 @nutzboi Sharedownt3.zip

faster and less error prone, the container check has changed hoping that stream v2 didn't change it

please test multiple videos

alperokur commented 2 years ago

@alperokur @FraH90 @nutzboi Sharedownt3.zip

faster and less error prone, the container check has changed hoping that stream v2 didn't change it

please test multiple videos

Ekran görüntüsü 2022-08-14 16-43-17

I cannot download multiple files in T3 version due to the school login system, but when I try to download a single file, I get the error in the picture. @kylon

nutzboi commented 2 years ago

For v1 videos, both t21 and t3 say Player can't load but sharedown still does the expected behaviour and the video gets detected (somehow) and properly downloaded.

For v2 videos, t3 says Player can't load, the chromium window terminates, and I get the same error as alperokur.

kylon commented 2 years ago

the player error is not an error

is there any error or message in console?

nutzboi commented 2 years ago

(t3 with stream v2 video. sorry for bad quality. logs folder empty btw.) image

kylon commented 2 years ago

Sharedownt31.zip

clear the console on start so that only logs are present

nutzboi commented 2 years ago

Huh, quite the strange thing happened just now.

First time it gave the 401 error and I didn't have a chance to capture the browser console log, so I redid it.

The second time I increased the Video response catch timeout, just so I can take my time typing the verification code. Then I proceeded to download it again with no additional steps and it worked.

clear the console on start so that only logs are present

Not sure which console you meant, but the system terminal was empty after run (yarn), and idk how to clear sharedown's console.

This time there were logs however. And they seem to contain data from the succeeded attempt.

kylon commented 2 years ago

i mean the browser console

the video response catch timeout is no longer valid in t3, so changing that has no effect

even if it gives you an error, the brower console should print something because that will not be closed

nutzboi commented 2 years ago

the browser console terminated the first time, wdym?

kylon commented 2 years ago

when you run t3 it runs sharedown with dev tools window, in that window it prints logs in console and that is closed only when sharedown is closed

nutzboi commented 2 years ago
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:738 af login
VM121 E:\com\Sharedownt31\preload.js:740 test resp
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@a1=
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@listUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test SP.List.GetListDataAsStream?listFullUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test videomanifest?provider
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:740 test resp
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@a1=
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@listUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test SP.List.GetListDataAsStream?listFullUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test videomanifest?provider
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:740 test resp
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@a1=
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@listUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test SP.List.GetListDataAsStream?listFullUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test videomanifest?provider
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:740 test resp
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@a1=
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test RenderListDataAsStream?@listUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test SP.List.GetListDataAsStream?listFullUrl
VM121 E:\com\Sharedownt31\preload.js:745 false
VM121 E:\com\Sharedownt31\preload.js:744 test videomanifest?provider
VM121 E:\com\Sharedownt31\preload.js:745 true
VM121 E:\com\Sharedownt31\preload.js:748 found match videomanifest?provider
VM121 E:\com\Sharedownt31\preload.js:755 get donor
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM121 E:\com\Sharedownt31\preload.js:730 add resp
VM121 E:\com\Sharedownt31\preload.js:726 catch true
VM482 E:\com\Sharedownt31\node_modules\axios\lib\adapters\xhr.js:220          GET https://XXXX-my.sharepoint.com/personal/XXXX/_api/v2.0/drives/b!hJXXXXtD8kur-55iVnU7NeebhtQd-VBJpeXXXXw1BEq-EFwRyA4GRoIAojIFRaGK/items/01MMCLV73KBOKK35IXXXXZCO5ROSVUT2BG?version=Published&access_token=null 401 (Unauthorized)
dispatchXhrRequest @ VM482 E:\com\Sharedownt31\node_modules\axios\lib\adapters\xhr.js:220
xhrAdapter @ VM482 E:\com\Sharedownt31\node_modules\axios\lib\adapters\xhr.js:16
dispatchRequest @ VM475 E:\com\Sharedownt31\node_modules\axios\lib\core\dispatchRequest.js:58
request @ VM472 E:\com\Sharedownt31\node_modules\axios\lib\core\Axios.js:109
Axios.<computed> @ VM472 E:\com\Sharedownt31\node_modules\axios\lib\core\Axios.js:131
wrap @ VM471 E:\com\Sharedownt31\node_modules\axios\lib\helpers\bind.js:9
_getFileName @ VM121 E:\com\Sharedownt31\preload.js:510
api.runPuppeteerGetVideoData @ VM121 E:\com\Sharedownt31\preload.js:784
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
processTicksAndRejections @ VM33 task_queues:96
await in processTicksAndRejections (async)
util.getVideoData @ utils.js:108
(anonymous) @ sharedown.js:459
downloadVideo @ sharedown.js:442
startDownload @ sharedown.js:489
(anonymous) @ sharedown.js:563

t31. Everything before that is a bunch of "Unexpeced end of JSON input"

kylon commented 2 years ago

ok, the error is when it tries to get the file name and a minor thing i forgot i don't understand why it is random tho

Sharedownt33.zip

can you post logs for 1 success and 1 error?

nutzboi commented 2 years ago
Expand logs ```VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:739 af login VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 true VM121 E:\com\Sharedownt32\preload.js:749 found match videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:756 get donor VM121 E:\com\Sharedownt32\preload.js:784 fname mani url https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%2Fpersonal%2FXXXX_XXXX_XXX_XXX_XXX_XX%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpXXXXhw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=null&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 GET https://XXXX-my.sharepoint.com/personal/XXXX_XXXX_XXX_XXX_XXX_XX/_api/v2.0/drives/b!hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK/items/01MMCLV73KBXXXX5IPK5BZCO5ROSXXXX?version=Published&access_token=null 401 (Unauthorized) dispatchXhrRequest @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 xhrAdapter @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:16 dispatchRequest @ VM436 E:\com\Sharedownt32\node_modules\axios\lib\core\dispatchRequest.js:58 request @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:109 Axios. @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:131 wrap @ VM432 E:\com\Sharedownt32\node_modules\axios\lib\helpers\bind.js:9 _getFileName @ VM121 E:\com\Sharedownt32\preload.js:510 api.runPuppeteerGetVideoData @ VM121 E:\com\Sharedownt32\preload.js:785 processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) util.getVideoData @ utils.js:108 (anonymous) @ sharedown.js:459 downloadVideo @ sharedown.js:442 startDownload @ sharedown.js:489 (anonymous) @ sharedown.js:563 //failed attempt^ (timeout 9000) undefined bootstrap.min.js:6 [Violation] 'setTimeout' handler took 79ms bootstrap.min.js:6 [Violation] 'setTimeout' handler took 79ms [Violation] Forced reflow while executing JavaScript took 79ms VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:739 af login VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 true VM121 E:\com\Sharedownt32\preload.js:749 found match SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:756 get donor VM121 E:\com\Sharedownt32\preload.js:784 fname mani url https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%3A443%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvZWdtb2V0NC1teS5zaGFyZXBvaW50LmNvbUA5ZTJiNzhmYi0zYjliLTQxZTItYTI5MC03MjM5MjI3YmIyMmMiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNjYwNTAwMDAwIiwiZXhwIjoiMTY2MDUyMTYwMCIsImVuZHBvaW50dXJsIjoiQlZjR2ZkTzc1d2xQQnYxN3U0ZnJ4WjNZZURnaHBIR3VMVjJFWm56RGdLdz0iLCJlbmRwb2ludHVybExlbmd0aCI6IjExNyIsImlzbG9vcGJhY2siOiJUcnVlIiwidmVyIjoiaGFzaGVkcHJvb2Z0b2tlbiIsInNpdGVpZCI6Ik1XTTJORGsxT0RRdE5ETmtZaTAwWW1ZeUxXRmlabUl0T1dVMk1qVTJOelV6WWpNMSIsIm5hbWVpZCI6IjAjLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2FndWVzdCNrYXJpbS4yNTIxMDMzQHN0ZW1lbHNhZGF0Lm1vZS5lZHUuZWciLCJuaWkiOiJtaWNyb3NvZnQuc2hhcmVwb2ludCIsImlzdXNlciI6InRydWUiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2FndWVzdCNrYXJpbS4yNTIxMDMzQHN0ZW1lbHNhZGF0Lm1vZS5lZHUuZWciLCJzaGFyaW5naWQiOiJKR0VSRlpkaVlrQ2VUbDZlMWRjcEl3IiwidHQiOiIwIiwidXNlUGVyc2lzdGVudENvb2tpZSI6IjIiLCJpcGFkZHIiOiIxOTcuNDguODcuMjI5In0.WXYxYkxUa2pXU1lxOHhWUnNJM1g5VktMT0hmQTVuclVnSnFWM2RRblFPcz0&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM121 E:\com\Sharedownt32\preload.js:789 https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%3A443%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvZWdtb2V0NC1teS5zaGFyZXBvaW50LmNvbUA5ZTJiNzhmYi0zYjliLTQxZTItYTI5MC03MjM5MjI3YmIyMmMiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNjYwNTAwMDAwIiwiZXhwIjoiMTY2MDUyMTYwMCIsImVuZHBvaW50dXJsIjoiQlZjR2ZkTzc1d2xQQnYxN3U0ZnJ4WjNZZURnaHBIR3VMVjJFWm56RGdLdz0iLCJlbmRwb2ludHVybExlbmd0aCI6IjExNyIsImlzbG9vcGJhY2siOiJUcnVlIiwidmVyIjoiaGFzaGVkcHJvb2Z0b2tlbiIsInNpdGVpZCI6Ik1XTTJORGsxT0RRdE5ETmtZaTAwWW1ZeUxXRmlabUl0T1dVMk1qVTJOelV6WWpNMSIsIm5hbWVpZCI6IjAjLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2FndWVzdCNrYXJpbS4yNTIxMDMzQHN0ZW1lbHNhZGF0Lm1vZS5lZHUuZWciLCJuaWkiOiJtaWNyb3NvZnQuc2hhcmVwb2ludCIsImlzdXNlciI6InRydWUiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHx1cm4lM2FzcG8lM2FndWVzdCNrYXJpbS4yNTIxMDMzQHN0ZW1lbHNhZGF0Lm1vZS5lZHUuZWciLCJzaGFyaW5naWQiOiJKR0VSRlpkaVlrQ2VUbDZlMWRjcEl3IiwidHQiOiIwIiwidXNlUGVyc2lzdGVudENvb2tpZSI6IjIiLCJpcGFkZHIiOiIxOTcuNDguODcuMjI5In0.WXYxYkxUa2pXU1lxOHhWUnNJM1g5VktMT0hmQTVuclVnSnFWM2RRblFPcz0&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM121 E:\com\Sharedownt32\preload.js:790 FunnyVideo.mp4 //successful^ (timeout 40000) undefined VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:739 af login VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 true VM121 E:\com\Sharedownt32\preload.js:749 found match videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:756 get donor VM121 E:\com\Sharedownt32\preload.js:784 fname mani url https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%2Fpersonal%2FXXXX_XXXX_XXX_XXX_XXX_XX%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=null&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 GET https://XXXX-my.sharepoint.com/personal/XXXX_XXXX_XXX_XXX_XXX_XX/_api/v2.0/drives/b!hJVkHNtD8kur-55iVnU7XXXXhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK/items/01MMCLV73KBOKK35IPK5BZCO5ROSXXXX?version=Published&access_token=null 401 (Unauthorized) dispatchXhrRequest @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 xhrAdapter @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:16 dispatchRequest @ VM436 E:\com\Sharedownt32\node_modules\axios\lib\core\dispatchRequest.js:58 request @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:109 Axios. @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:131 wrap @ VM432 E:\com\Sharedownt32\node_modules\axios\lib\helpers\bind.js:9 _getFileName @ VM121 E:\com\Sharedownt32\preload.js:510 api.runPuppeteerGetVideoData @ VM121 E:\com\Sharedownt32\preload.js:785 processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) util.getVideoData @ utils.js:108 (anonymous) @ sharedown.js:459 downloadVideo @ sharedown.js:442 startDownload @ sharedown.js:489 (anonymous) @ sharedown.js:563 //failed^ (timeout 9000) undefined sharedown.js:622 [Violation] 'DownloadFail' handler took 22835ms VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:739 af login VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 true VM121 E:\com\Sharedownt32\preload.js:749 found match videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:756 get donor VM121 E:\com\Sharedownt32\preload.js:784 fname mani url https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%2Fpersonal%2FXXXX_XXXX_XXX_XXX_XXX_XX%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=null&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 GET https://XXXX-my.sharepoint.com/personal/XXXX_XXXX_XXX_XXX_XXX_XX/_api/v2.0/drives/b!hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK/items/01MMCLV73KBOKK35IPK5BZCO5ROSXXXX?version=Published&access_token=null 401 (Unauthorized) dispatchXhrRequest @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 xhrAdapter @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:16 dispatchRequest @ VM436 E:\com\Sharedownt32\node_modules\axios\lib\core\dispatchRequest.js:58 request @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:109 Axios. @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:131 wrap @ VM432 E:\com\Sharedownt32\node_modules\axios\lib\helpers\bind.js:9 _getFileName @ VM121 E:\com\Sharedownt32\preload.js:510 api.runPuppeteerGetVideoData @ VM121 E:\com\Sharedownt32\preload.js:785 processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) util.getVideoData @ utils.js:108 (anonymous) @ sharedown.js:459 downloadVideo @ sharedown.js:442 startDownload @ sharedown.js:489 (anonymous) @ sharedown.js:563 // failed^ (timeout 40000) undefined VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:717 add resp VM121 E:\com\Sharedownt32\preload.js:739 af login VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:741 test resp VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@a1= VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test RenderListDataAsStream?@listUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test SP.List.GetListDataAsStream?listFullUrl VM121 E:\com\Sharedownt32\preload.js:746 false VM121 E:\com\Sharedownt32\preload.js:745 test videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:746 true VM121 E:\com\Sharedownt32\preload.js:749 found match videomanifest?provider VM121 E:\com\Sharedownt32\preload.js:756 get donor VM121 E:\com\Sharedownt32\preload.js:784 fname mani url https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2FXXXX-my.sharepoint.com%2Fpersonal%2FXXXX_XXXX_XXX_XXX_XXX_XX%2F_api%2Fv2.0%2Fdrives%2Fb%21hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK%2Fitems%2F01MMCLV73KBOKK35IPK5BZCO5ROSXXXX%3Fversion%3DPublished&access_token=null&action=Access&part=Index&format=dash&useScf=True&pretranscode=0&transcodeahead=0 VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 GET https://XXXX-my.sharepoint.com/personal/XXXX_XXXX_XXX_XXX_XXX_XX/_api/v2.0/drives/b!hJVkHNtD8kur-55iVnU7NeebhtQd-VBJpeuY9hw1BEq-EFwRyA4GRoIAojIFRaGK/items/01MMCLV73KBOKK35IPK5BZCO5ROSXXXX?version=Published&access_token=null 401 (Unauthorized) dispatchXhrRequest @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:220 xhrAdapter @ VM443 E:\com\Sharedownt32\node_modules\axios\lib\adapters\xhr.js:16 dispatchRequest @ VM436 E:\com\Sharedownt32\node_modules\axios\lib\core\dispatchRequest.js:58 request @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:109 Axios. @ VM433 E:\com\Sharedownt32\node_modules\axios\lib\core\Axios.js:131 wrap @ VM432 E:\com\Sharedownt32\node_modules\axios\lib\helpers\bind.js:9 _getFileName @ VM121 E:\com\Sharedownt32\preload.js:510 api.runPuppeteerGetVideoData @ VM121 E:\com\Sharedownt32\preload.js:785 processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) processTicksAndRejections @ VM33 task_queues:96 await in processTicksAndRejections (async) util.getVideoData @ utils.js:108 (anonymous) @ sharedown.js:459 downloadVideo @ sharedown.js:442 startDownload @ sharedown.js:489 (anonymous) @ sharedown.js:563 //failed^ (timeout 40000) undefined ```

These are 3 errors and 1 successes. after the success you'll find "//successful^" and after the fails you'll find "// failed" or "//failed".

i know you said the timeout has no effect, forgive me.

this is t32 btw. pls post new test builds in separate comments since edits confuse me.

nutzboi commented 2 years ago

btw there's also an error that appears every now and then where sharedown attempts to rename logs or something then fails. image

i'm not sure if this is sharedown's fault or windows's fault. since the last windows 11 update has been having some little problems with accessing some files.

i'll test t33 now. also can you make the window resizable in the next release :3

nutzboi commented 2 years ago

not getting any successful attempts with t33. first attempt ended with the same 401 error. in the second one nothing happened, it just said player can't load till the browser terminated and sharedown said it timed out, no logs printed in the console.

but it looks to me from the 401 errors in both t32 and t33 that the sharedown does get the videomanifests but then attempts to GET another URL which I uhh actually am not quite sure what it may lead to.

kylon commented 2 years ago

not sure if there are different manifest responses, url to get file name is wrong or incomplete sometimes for stream v2

are you able to reproduce on t21? it should happen there too if you try more than 1 time

eperm issue is windows only, was supposed to be fixed, i ll check

kylon commented 2 years ago

Sharedownt34.zip