mirror of https://gitlab.com/bashrc2/epicyon
Debug for context
parent
66c16d5218
commit
2ac6a688ca
|
@ -2153,7 +2153,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
print('INBOX: checking valid context')
|
print('INBOX: checking valid context')
|
||||||
if not has_valid_context(message_json):
|
if not has_valid_context(message_json):
|
||||||
print('INBOX: ' +
|
print('INBOX: ' +
|
||||||
'message arriving at inbox queue has no valid context')
|
'message arriving at inbox queue has no valid context ' +
|
||||||
|
str(message_json))
|
||||||
self._400()
|
self._400()
|
||||||
self.server.postreq_busy = False
|
self.server.postreq_busy = False
|
||||||
return 3
|
return 3
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string\|should be lists\|should be strings"
|
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string\|should be lists\|should be strings\|has no valid context"
|
||||||
|
|
Loading…
Reference in New Issue