question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install 2.3.0 on mac and thus getting "410 Client Error: Gone for url" error

See original GitHub issue

Checklist

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:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gravyboatcommented, Nov 19, 2021

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

0reactions
bastimeyercommented, Nov 19, 2021

We don’t maintain any packages of Streamlink.

Running brew install streamlink installing streamlink with version 2.0.0

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

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found