ERROR: Unable to download webpage: HTTP Error 403: Forbidden in youtube-dl - youtube-dl

I want to download Udemy site videos with youtube-dl.
This is a sample code:
enter image description here
I also used the following command but the problem was not solved
youtube-dl --rm-cache-dir
I also use the latest version of youtube-dl.
Please help me!

https://github.com/ytdl-org/youtube-dl/issues/26600
It's a known issue. There's no fix for it at this time. Udemy changed how their cookies and session-id's are handled.

First, find the directory which youtube-dl
For me it was '/usr/bin/youtube-dl' in Ubuntu 20.04.
Then grant the permission sudo chmod a+rx /usr/bin/youtube-dl.
Then enter the command.
This worked for me though the download speed is really low.
Hope this will work for you as well.
** Try --verbose if the problem is still there.

Related

cannot install OCaml on windows: permission error

I am trying to follow this guide to install OCaml on windows. All I've done is download the latest installer from here, but when I try to run it I get:
FATAL [ebe9e0f2]. rename C:\Users\<myusername>\AppData\Local\Programs\DiskuvOCaml\bin\bos-08440b.tmp to C:\Users\<myusername>\AppData\Local\Programs\DiskuvOCaml\bin\opam-real.exe: Permission denied
I tried running it as administrator but I get the same error. I can't find information on that error code anywhere, even in the troubleshooting guide.. any ideas?

I can't download minGW packages [duplicate]

I'm trying to set up MinGW. I have downloaded the latest installer, which installs mingw-get but this utility fails to fetch the packages and gives the following kind of messages:
mingw-get: * ERROR * Get package: http://prdownloads.sourceforge.net/mingw/gcc-4.5.2-1-mingw32-lic.tar.lzma?download: download failed
There is no firewall running. Anyone had the same problem?
Thanks to all.
Try with "Administrator rights" . It helped me.
This problem has happened to me too and was due to - I guess - temporary problems to either the network or sourgeforge itself. I suggest retrying after a while.
This problem comes from the network. I can't download it by using my fiber broadband microtalk communication bit it still downloading by using my jio mobile network.
Try installing it from osdn.net
Here's the link: https://osdn.net/projects/mingw/releases/
It's same as sourceforge but was able to connect and download
worked for me and my friends!

bitnami redmine problem running post-install step

I’m trying to install Bitnami Redmine on my computer but the following worning appears:
Problem running post-install step. installationmay not comrrectly
Error running c:\ noysarah/apps/redmine\scripts\redmineini.bet : rake aborted!
HOME environment variable (or HOMEDRIVE and HOMEPATH) must be set and point a directory
If I’m pressing the ‘X’ button the downloads continues. But then when the browser open I’m getting the following message:
“The requested URL was not found on this server”
If someone can help it will be amazing. Thank you.
Bitnami developer here,
Could you please run the following command in a prompt?
set HOME
If you don't have set HOMEDRIVE or HOMEPATH, you have to set them before running the installer. For example, you could set them like this (if your user is Administrator):
HOMEDRIVE=C:
HOMEPATH=\Users\Administrator
I hope it helps.

Unable to checkout wso2 samples

I am trying to checkout wso2 tutorials as mentioned at this link:
https://docs.wso2.com/display/IS500/Configuring+Single+Sign-On+with+SAML+2.0#ConfiguringSingleSign-OnwithSAML2.0-Prerequisites
Using the svn I am getting next error:
Could anyone please suggest the solution - how to avoid this error ?
Looks like you are having a problem with your svn client.
You can either got URL from browser and download the content or use command line tool to download the content.
http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.0.0/modules/samples/sso/
wget -r --no-parent http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.0.0/modules/samples/sso/

How to Download and install Coldfusion in Local Linux?

Am newbie to Coldfusion,Am tried to download and install coldfusion in my local using below link,
Download link
Once am filled form Got error like below image.
How to download and install coldfusion in linux?Is it possible to download and install in localhost?
#geetha-janarthanan , Error 403 might be coming from the broswer. Please try an alternate browser. I just tried the download link in IE/Chrome (latest version) and its downloading correctly.