1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mpsytで「ERROR: HTTP is not supported.」と表示されたときは

Posted at

Linux Mint 18.3上にvenvでpython 3.5.2の隔離環境を作成し、そこにmpsytを入れて時々YouTubeの音楽を楽しんでいる。しかし、久しぶりにmpsytを起動したところ、「ERROR: HTTP is not supported.」なる今まで見たことがないメッセージが表示され、音楽が再生できなくなった。
この事象はYouTube側の仕様の変更によるものと想定されるが、そんなときは慌てずにパッケージを更新するだけで良い。

$ pip install --upgrade youtube-dl
$ pip install --upgrade mps-youtube
$ pip install --upgrade pafy

更新後の各パッケージのバージョンは以下の通り。

Package       Version   
------------- ----------
mps-youtube   0.2.8     
pafy          0.5.5     
youtube-dl    2019.12.25

これで何事もなく再生できるようになった。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?