diff --git a/scripts/invalid b/scripts/invalid index 3c181e0e8..0adbab1fe 100755 --- a/scripts/invalid +++ b/scripts/invalid @@ -10,4 +10,4 @@ if [ ! -d /etc/${dir_name} ]; then fi fi -journalctl -u ${dir_name} | grep "invalid expanded\|invalid nickname\|invalid header\|invalid characters\|leech bounced\|LLM scraper\|suspicious\|contradictory browsers\|bad path\|not wordpress\|attempt to access passwords\|GET Unknown request" +journalctl -u ${dir_name} | grep "invalid expanded\|invalid nickname\|invalid header\|invalid characters\|leech bounced\|LLM scraper\|suspicious\|contradictory browsers\|bad path\|not wordpress\|attempt to access passwords\|GET Unknown request\|no actor domain\|no actor nickname\|should be a string\|has no actor\|no valid context\|fields should be strings\|fields should be lists\|should be a list\|which are too long\|does not look like a url\|actor contains local network address" diff --git a/src/daemon_utils.py b/src/daemon_utils.py index 8600e326f..4e4f4755c 100644 --- a/src/daemon_utils.py +++ b/src/daemon_utils.py @@ -237,7 +237,7 @@ def post_to_outbox_thread(self, message_json: {}, def update_inbox_queue(self, nickname: str, message_json: {}, message_bytes: str, debug: bool) -> int: - """Update the inbox queue + """Update the inbox queue with an incoming post """ if debug: print('INBOX: checking inbox queue restart')