Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

The remote server returned an error: (403) Forbidden. #131

Closed
noammaoz opened this issue Jul 28, 2015 · 6 comments
Closed

The remote server returned an error: (403) Forbidden. #131

noammaoz opened this issue Jul 28, 2015 · 6 comments

Comments

@noammaoz
Copy link

Hi,

I'm working with the latest version and some of YouTube videos URL throw exception of "The remote server returned an error: (403) Forbidden."

For example:
https://www.youtube.com/watch?v=g_2X59Cycrc working fine without any exception
https://www.youtube.com/watch?v=jKbR7u8J5PU throw exception in VideoDownloader.cs

using (WebResponse response = request.GetResponse())

Can you please help with this issue?

Thanks,

@Zyano
Copy link

Zyano commented Jul 30, 2015

Hey there

The issues is related to the way signature decryption is done a solution to the issue have been posted in this issues from a couple of days ago

#129

The work around was posted by @tariqalkhassa

remember to search :)

@Lesslie123
Copy link

I've did the above step and it doesn't work. I think too that it has something to do how the signature is put into the dictionary in HttpHelper.ParseQueryString().

From an European IP-Range it doesn't matter but from the US it does somehow.

@flagbug
Copy link
Owner

flagbug commented Nov 17, 2015

Should be fixed with #151

@flagbug flagbug closed this as completed Nov 17, 2015
@Taki7o7
Copy link

Taki7o7 commented May 13, 2017

i've the same problem now for some videos

But i am using an if

if (video.RequiresDecryption)
                    {
                        DownloadUrlResolver.DecryptDownloadUrl(video); 
                    }

@ghost
Copy link

ghost commented Sep 3, 2017

I tried to use what you. But unfortunately it did not help .. I still have a 403 error.. this problem I have in audio/video

@MaxtorCoder
Copy link

I have the same issue, with downloading a video.

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

No branches or pull requests

6 participants