You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a new object pafy.new() on a raspberry pi, I get the error: KeyError: 'like_count'. I understand this was meant to have been fixed here: #287, but I am still getting it (only on a raspberry pi).
EDIT: I was able to temporarily fix this, by changing the lines in the youtube-dl backend for likes and dislikes to 0
The text was updated successfully, but these errors were encountered:
When trying to create a new object
pafy.new()
on a raspberry pi, I get the error: KeyError: 'like_count'. I understand this was meant to have been fixed here: #287, but I am still getting it (only on a raspberry pi).EDIT: I was able to temporarily fix this, by changing the lines in the youtube-dl backend for likes and dislikes to 0
The text was updated successfully, but these errors were encountered: