Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
HTTP 403: ERROR - general error, not Forbidden or anything #9975
Comments
|
This video requires a subscription. Does you account valid and not expired? Can you watch it in browser at all? |
|
It does and I can view the video online as my subscription is up to date. What I do is after the stream I navigate to the video itself in the browser as if going to watch it in the browser to copy the link, then copy it to the batch file where I have the command saved. So i wouldn't even be able to get the URL without a valid subscription. My apologies. Here's what happened. I didn't intentionally remove anything from the --verbose debug. What i tried to do was send everything to a file with > debug.txt. What happened was that only those 5 lines went to that file, the rest went to the command window itself. When I posted, I didn't look carefully enough at the debug to notice that those 5 lines were missing from the last command I ran, which had the > debug.txt. Attached is a screenshot of the debug without the > debug.txt at the end of the command. I've only blacked out my user/pass from the command itself. not sure why trying to send everything to a file would have some go and some not unless not everything is going through the same pipe. |
|
For any further investigations you'll have to provide account credentials since I don't have a subscription. |
|
email sent with credentials for testing. |

Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.07.01. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Each week I download Critical Role after their stream from Geek & Sundry from Twitch.tv. last night youtube-dl errored. It said to make sure I updated, so I did and it gave the same error. I researched some today and tried some tweaks to the command and nothing has worked. The other suggestion in the text was to post a bug here, so that's what i'm doing.
Not totally sure it's a bug in youtube-dl or not, but at least there might be useful things to output since this just errors. The latest thing I tried to do was to get a specific format with the same command adding the -F option. I typically don't have the --no-cache-dir and just grab the video without issues.