Update invalid script

main
bashrc 2026-08-21 10:03:45 +01:00
parent 8e1c7c2f80
commit 913325a1b4
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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')