edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

KeyError: Statistics #111

Closed IlGnome closed 7 years ago

IlGnome commented 7 years ago

The youtube API seems to no longer (at least not currently) supplying the statistics information. My dirty fix is to comment https://github.com/edwardslabs/CloudBot/blob/gonzobot/plugins/youtube.py#L33 and add statistics = ''

linuxdaemon commented 7 years ago

Can you include logs and perhaps the json object returned by the API? I'm unable to replicate, on my test instance, the API always includes the statistics object.

IlGnome commented 7 years ago

Issue seems to have fixed itself.