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.
[Crackle] TypeError: exceptions must derive from BaseException #20622
Comments
|
bump
|
|
I am pretty sure this is a duplicate of issue #11775 . The workaround is to use something like mitmproxy to get the right URL (which should contain "Service.svc/details/media" to pass to youtube-dl. As this issue has been in place since 2017 I don't expect that it will be fixed anytime soon. |
|
@nl255 The error traces are very different. And url structure different. I am not in a georestricted zone. I doubt it's a duplicate issue. |
|
@kaovilai I wouldn't be so sure of that. I get the same error with movies and the solution is the same, use mitmproxy to sniff the connection and get the correct URL to put in. And it is definitely not a georestriction issue since it works just fine in the browser. |
|
Just ran into this as well. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.04.07. 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?
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 the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), 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
Trying to download Groundhog Day from sonycrackle.com. Am using Windows 10 Education Edition, with Python 3.7.3. Replaced all instances of my name with my_name, for privacy reasons.