Can't install 2.3.0 on mac and thus getting "410 Client Error: Gone for url" error
See original GitHub issueChecklist
- This is a bug report and not a different kind of issue
- I have read the contribution guidelines
- I have checked the list of open and recently closed bug reports
- I have checked the commit log of the master branch
Streamlink version
Latest stable release
Description
Running brew install streamlink
installing streamlink with version 2.0.0
VITA@MacBook-Air ~ % streamlink --version
streamlink 2.0.0
So I can’t use it to download streams (known issue with older version)
streamlink --loglevel debug --http-cookie 'VISITOR_INFO1_LIVE=[11 chars]' 'https://youtu.be/LszOq7dMgYE' best
(see response from streamlink below)
How to install latest version? Do I need to update OS?
Debug log
[cli][debug] OS: macOS 11.4
[cli][debug] Python: 3.9.1
[cli][debug] Streamlink: 2.0.0
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.57.0)
[cli][info] Found matching plugin youtube for URL https://youtu.be/LszOq7dMgYE
[plugins.youtube][debug] Video ID from URL
[plugins.youtube][debug] Using video ID: LszOq7dMgYE
error: Unable to open URL: https://youtube.com/get_video_info (410 Client Error: Gone for url: https://www.youtube.com/get_video_info?video_id=LszOq7dMgYE&el=detailpage)
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
youtube:410 Client Error: Gone for url · Issue #3990 - GitHub
The first found this error,and check the link correct. Debug log. [cli][info] streamlink is running as root! Be careful! [cli][info] Found ...
Read more >A Complete Guide to the “410 Gone” Error - Kinsta
The "410 Gone” error code means you won't be able to access the page at all. Learn about the error, potential causes, and...
Read more >A Complete Guide to the “410 Gone” Error - YouTube
Seeing this tricky error message? The solution is closer than you may think.
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >How to Fix HTTP Error Code 410 - Elegant Themes
HTTP error 410 or a 'gone error' is different. In a nutshell, it means that the page is gone and is not likely...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We don’t maintain the homebrew release or the linux packages directly so if no one is updating those then you’ll have to follow the alternate instructions: https://streamlink.github.io/install.html#pypi-package-and-source-code
We don’t maintain any packages of Streamlink.
The homebrew-core
streamlink
package is currently at 2.4.0, as you can see here: https://github.com/Homebrew/homebrew-core/blob/master/Formula/streamlink.rb You need to update your package index. Wait until someone submits a pull request for 3.0.0 or update the formula yourself.Ubuntu is not a rolling release distro and certain package versions are only available for your point release. Focal Fossa, alias 20.04 LTS, does not receive any updates anymore on the webudp8 PPA. http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/s/streamlink/ If you don’t like how the maintainers of the PPA handle the package updates, please contact them.
Otherwise, read the install page of Streamlink’s documentation and install the appimage, which is available for all glibc-based distros (
manylinux2014
platform tag), or install streamlink via python-pip. https://streamlink.github.io/install.html#linux-and-bsd