Loading
cli,worker: fix crawl display and JSON serialization errors
- Fix display message in crawl-tdocs to show actual meetings from database - Query MeetingDatabase before displaying scope - Show 'subgroups: S4' when meetings have subgroups - Show 'meetings: N meeting(s)' when no subgroups - Fallback to input params if database is empty - Fix HttpCacheConfig JSON serialization error in tdoc_worker - Remove http_cache field from error response dict - Prevents 'Object of type HttpCacheConfig is not JSON serializable' error Fixes #1 and #3 from plan: fix-crawl-display-serialization