We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2017-09-16 04:50:24 [INFO] starting service: PeriodicEvents 2017-09-16 04:50:24 [INFO] [IRC] * Connecting to irc.efnet.nl:6697 2017-09-16 04:50:32 [INFO] [IRC] * Connected 2017-09-16 04:50:32 [INFO] [IRC] * Joining: #dewtz 2017-09-16 05:18:13 [ERROR] problem with module: args=(u'convert btc to usd',) 2017-09-16 05:18:13 [ERROR] Traceback (most recent call last): 2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response 2017-09-16 05:18:13 [ERROR] return self.response(nick, args, kwargs) 2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response 2017-09-16 05:18:13 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query)) 2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky 2017-09-16 05:18:13 [ERROR] raise NonRedirectResponse 2017-09-16 05:18:13 [ERROR] NonRedirectResponse 2017-09-16 05:18:34 [ERROR] problem with module: args=(u'convert btc to usd',) 2017-09-16 05:18:34 [ERROR] Traceback (most recent call last): 2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response 2017-09-16 05:18:34 [ERROR] return self.response(nick, args, kwargs) 2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response 2017-09-16 05:18:34 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query)) 2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky 2017-09-16 05:18:34 [ERROR] raise NonRedirectResponse 2017-09-16 05:18:34 [ERROR] NonRedirectResponse 2017-09-16 05:33:49 [ERROR] problem with module: args=(u'btc',) 2017-09-16 05:33:49 [ERROR] Traceback (most recent call last): 2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response 2017-09-16 05:33:49 [ERROR] return self.response(nick, args, kwargs) 2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response 2017-09-16 05:33:49 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query)) 2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky 2017-09-16 05:33:49 [ERROR] raise NonRedirectResponse 2017-09-16 05:33:49 [ERROR] NonRedirectResponse 2017-09-16 05:34:25 [ERROR] problem with module: args=(None,) 2017-09-16 05:34:25 [ERROR] Traceback (most recent call last): 2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response 2017-09-16 05:34:25 [ERROR] return self.response(nick, args, kwargs) 2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/modules/artfart.py", line 31, in response 2017-09-16 05:34:25 [ERROR] doc = self.geturl(url) 2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 124, in geturl 2017-09-16 05:34:25 [ERROR] return geturl(*args, **dict(kwargs, logger=self.log)) 2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/http.py", line 126, in geturl 2017-09-16 05:34:25 [ERROR] return getua().open(*args, **kwargs) 2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/http.py", line 85, in open 2017-09-16 05:34:25 [ERROR] response = self.opener.open(request) 2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 431, in open 2017-09-16 05:34:25 [ERROR] response = self._open(req, data) 2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 449, in _open 2017-09-16 05:34:25 [ERROR] '_open', req) 2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain 2017-09-16 05:34:25 [ERROR] result = func(*args) 2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open 2017-09-16 05:34:25 [ERROR] return self.do_open(httplib.HTTPConnection, req) 2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open 2017-09-16 05:34:25 [ERROR] raise URLError(err) 2017-09-16 05:34:25 [ERROR] URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2017-09-16 04:50:24 [INFO] starting service: PeriodicEvents
2017-09-16 04:50:24 [INFO] [IRC] * Connecting to irc.efnet.nl:6697
2017-09-16 04:50:32 [INFO] [IRC] * Connected
2017-09-16 04:50:32 [INFO] [IRC] * Joining: #dewtz
2017-09-16 05:18:13 [ERROR] problem with module: args=(u'convert btc to usd',)
2017-09-16 05:18:13 [ERROR] Traceback (most recent call last):
2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response
2017-09-16 05:18:13 [ERROR] return self.response(nick, args, kwargs)
2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response
2017-09-16 05:18:13 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query))
2017-09-16 05:18:13 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky
2017-09-16 05:18:13 [ERROR] raise NonRedirectResponse
2017-09-16 05:18:13 [ERROR] NonRedirectResponse
2017-09-16 05:18:34 [ERROR] problem with module: args=(u'convert btc to usd',)
2017-09-16 05:18:34 [ERROR] Traceback (most recent call last):
2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response
2017-09-16 05:18:34 [ERROR] return self.response(nick, args, kwargs)
2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response
2017-09-16 05:18:34 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query))
2017-09-16 05:18:34 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky
2017-09-16 05:18:34 [ERROR] raise NonRedirectResponse
2017-09-16 05:18:34 [ERROR] NonRedirectResponse
2017-09-16 05:33:49 [ERROR] problem with module: args=(u'btc',)
2017-09-16 05:33:49 [ERROR] Traceback (most recent call last):
2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response
2017-09-16 05:33:49 [ERROR] return self.response(nick, args, kwargs)
2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/modules/google.py", line 19, in response
2017-09-16 05:33:49 [ERROR] return u'{}: {}'.format(nick, self.google.lucky(query))
2017-09-16 05:33:49 [ERROR] File "/home/hpv/madcow-master/madcow/util/google.py", line 84, in lucky
2017-09-16 05:33:49 [ERROR] raise NonRedirectResponse
2017-09-16 05:33:49 [ERROR] NonRedirectResponse
2017-09-16 05:34:25 [ERROR] problem with module: args=(None,)
2017-09-16 05:34:25 [ERROR] Traceback (most recent call last):
2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 116, in get_response
2017-09-16 05:34:25 [ERROR] return self.response(nick, args, kwargs)
2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/modules/artfart.py", line 31, in response
2017-09-16 05:34:25 [ERROR] doc = self.geturl(url)
2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/init.py", line 124, in geturl
2017-09-16 05:34:25 [ERROR] return geturl(*args, **dict(kwargs, logger=self.log))
2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/http.py", line 126, in geturl
2017-09-16 05:34:25 [ERROR] return getua().open(*args, **kwargs)
2017-09-16 05:34:25 [ERROR] File "/home/hpv/madcow-master/madcow/util/http.py", line 85, in open
2017-09-16 05:34:25 [ERROR] response = self.opener.open(request)
2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 431, in open
2017-09-16 05:34:25 [ERROR] response = self._open(req, data)
2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 449, in _open
2017-09-16 05:34:25 [ERROR] '_open', req)
2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
2017-09-16 05:34:25 [ERROR] result = func(*args)
2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
2017-09-16 05:34:25 [ERROR] return self.do_open(httplib.HTTPConnection, req)
2017-09-16 05:34:25 [ERROR] File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
2017-09-16 05:34:25 [ERROR] raise URLError(err)
2017-09-16 05:34:25 [ERROR] URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
The text was updated successfully, but these errors were encountered: