Index: channels/dirble.py ================================================================== --- channels/dirble.py +++ channels/dirble.py @@ -120,8 +120,11 @@ try: j = http.get((self.base % (method, conf.dirble_api_key or self.cid)) + "/".join([str(e) for e in params[1:]])) r = json.loads(j); except: r = [] + if len(r) and "errormsg" in r[0]: + __print__(dbg.ERR, r[0]["errormsg"]) + r = [] return r