CloudBotIRC / CloudBot

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

It seems the UrbanDictionary api has changed #283

Open toonn opened 5 years ago

toonn commented 5 years ago

I can't find any documentation on their api so I don't know how to fix this.

  File "$HOME/src/CloudBot/plugins/urban.py", line 46, in urban
    if page['result_type'] == 'no_results':
KeyError: 'result_type'