Closed pokobunhsu closed 2 years ago
Hi @pokobunhsu,
I googled it and know that it is an error from package pafy which helps you get videos from the Youtube platform. A month ago, Youtube announced that they would hide the dislike count, so the package can't get that information from the video (as you can see in the last line of the above error: KeyError: 'dislike_count'
) . Try this:
!pip uninstall -y pafy # remove current version
!pip install git+https://github.com/Cupcakus/pafy # install from this repo
If this fixes your problem, please let me know.
Hi @pokobunhsu, I googled it and know that it is an error from package pafy which helps you get videos from the Youtube platform. A month ago, Youtube announced that they would hide the dislike count, so the package can't get that information from the video (as you can see in the last line of the above error:
KeyError: 'dislike_count'
) . Try this:!pip uninstall -y pafy # remove current version !pip install git+https://github.com/Cupcakus/pafy # install from this repo
If this fixes your problem, please let me know.
yes,when i change this code. this problem will fixed.
thanks😊
I Found in this Project /video_feed route will get 500
error msg: