Created
April 26, 2014 00:23
-
-
Save pjcabrera/11307982 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-04-26 00:13:44,004 WARNING HTTPError = 500 | |
[2014-04-26 00:13:44] Sending to MobileMiner API | |
2014-04-26 00:13:44,698 WARNING GetCommands Generic Exception: Traceback (most recent call last): | |
File "/opt/CGMinerMobileAdapter/CGMinerMobileAdapter.py", line 181, in <module> | |
commands = json.loads(getCommandsResponse.read()) | |
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen | |
return _opener.open(url, data, timeout) | |
File "/usr/lib/python2.7/urllib2.py", line 407, in open | |
response = meth(req, response) | |
File "/usr/lib/python2.7/urllib2.py", line 520, in http_response | |
'http', request, response, code, msg, hdrs) | |
File "/usr/lib/python2.7/urllib2.py", line 445, in error | |
return self._call_chain(*args) | |
File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain | |
result = func(*args) | |
File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default | |
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) | |
HTTPError: HTTP Error 500: Internal Server Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment