Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

The remote server returned an error #73

Open
bananarama42 opened this issue Aug 6, 2024 · 9 comments
Open

The remote server returned an error #73

bananarama42 opened this issue Aug 6, 2024 · 9 comments

Comments

@bananarama42
Copy link

I keep running into this error quite often now. It starts downloading and then at a random percentage it throws this error. After a few tries it usually downloads everything though, but it makes it hard to download anything in a batch as I need to re-run it several times.
image

@Sion89
Copy link

Sion89 commented Aug 8, 2024

Yes. Also quite often now.
401 or 403

@mike365sofresh
Copy link

Yes, same here. It has been happening randomly for the past several weeks, but today it will error every time.

@Sion89
Copy link

Sion89 commented Aug 8, 2024

@rytsikau , we need your help again, nothing is downloading at all, only the first 10-13 MB, then - error "Forbidden 403". It started 20 hours ago.

@bananarama42
Copy link
Author

I guess there aren't really any updates on this? ☹

@chengquan100
Copy link

chengquan100 commented Aug 15, 2024

Untitled.mp4

Does anyone have this problem? It's been bothering me for a long time :(
Cannot print exception string because Exception.ToString() failed

@Sion89
Copy link

Sion89 commented Aug 18, 2024

Untitled.mp4
Does anyone have this problem? It's been bothering me for a long time :( Cannot print exception string because Exception.ToString() failed

Downloads only the first 10-13MB? I think it's the same 403 error just without a detailed description.

Please help with alternatives...

@Sion89
Copy link

Sion89 commented Aug 30, 2024

any news?...

@bananarama42
Copy link
Author

I was hoping it would have magically fixed itself, but still has a 100% fail rate.

@ststoshev
Copy link

I have discovered the workaround.
When downloading a clip of less than 1min 20 seconds, it manages to finish the streams before it breaks with 403 error. So to download a 10 minute clip, you need to download 10 streams each of 1 minute (for example), then by using ffmpeg to join (-concatenate) the 10 mp4 files in one concatenated big file (without recompression). Under fast internet connection we get around 50 megabytes of data or 1 min: 20 seconds at 1080 pixels resolution. On slower internet, it breaks with 403 and downloads smaller data. So I assume the 403 error is programmed to come up some seconds after the download start.
So we need to automate a large clip to be requested in 1 minute chunks or less, check if all 1-minute intervals are downloaded, and then concatenate the received mp4 files back to the initial clip. Currently I do it manually, but it can easily be automated.

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

No branches or pull requests

5 participants