Created
March 20, 2016 20:49
-
-
Save koddsson/a0057d2894444fba9aae to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2016-03-20 20:46:43.078888: handle_incoming_response: in {u'isFull': False, u'notes': [{u'end': 5992, u'severity': {u'typehint': u'NoteError'}, u'beg': 5964, u'file': u'/Users/koddsson/Repos/quizup-monorepo/src/scala/com/quizup/moderation/endpoints/players.scala', u'msg': u'not found: value createModerationActionReader', u'line': 142, u'col': 57}], u'typehint': u'NewScalaNotesEvent'} | |
2016-03-20 20:46:43.079001: path: in | |
2016-03-20 20:46:44.095930: unqueue: result received { | |
"payload": { | |
"typehint": "NewScalaNotesEvent", | |
"isFull": false, | |
"notes": [{ | |
"beg": 6805, | |
"line": 157, | |
"col": 42, | |
"end": 6825, | |
"file": "/Users/koddsson/Repos/quizup-monorepo/src/scala/com/quizup/moderation/endpoints/players.scala", | |
"msg": "not found: value playerIdHeaderReader", | |
"severity": { | |
"typehint": "NoteError" | |
} | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment