From efbf3c01781dc4c94103f556f05c8534c3c92f32 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Aug 2021 20:43:20 +0100 Subject: [PATCH] More debug --- daemon.py | 4 +--- epicyon.py | 1 + webapp_timeline.py | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/daemon.py b/daemon.py index c5ceb0da4..1ef423bfa 100644 --- a/daemon.py +++ b/daemon.py @@ -9274,9 +9274,7 @@ class PubServer(BaseHTTPRequestHandler): baseDir, self.server.cachedWebfingers, self.server.personCache, - nickname, - domain, - port, + nickname, domain, port, outboxFeed, self.server.allowDeletion, httpPrefix, diff --git a/epicyon.py b/epicyon.py index 5b9107789..956269845 100644 --- a/epicyon.py +++ b/epicyon.py @@ -610,6 +610,7 @@ if args.tests: if args.testsnetwork: print('Network Tests') testGroupFollow() + sys.exit() testPostMessageBetweenServers() testFollowBetweenServers() testClientToServer() diff --git a/webapp_timeline.py b/webapp_timeline.py index ed9d080d9..eec410d6b 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -739,7 +739,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, itemCtr = 0 if timelineJson: if not timelineJson.get('orderedItems'): - print('ERROR: no orderedItems in timeline for ' + boxName) + print('ERROR: no orderedItems in timeline for ' + + boxName + ' ' + str(timelineJson)) return '' if timelineJson: