-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Redis is installed and running:
redis-cli ping
PONG
-------------- celery@yoga v5.4.0 (opalescent)
--- ***** -----
-- ******* ---- Linux-6.8.0-52-generic-x86_64-with-glibc2.35 2025-02-17 08:01:49
- *** --- * ---
- ** ---------- [config]
- ** ---------- .> app: tasks:0x79f62321c290
- ** ---------- .> transport: redis://redis:6379/0
- ** ---------- .> results: redis://redis:6379/1
- *** --- * --- .> concurrency: 16 (solo)
-- ******* ---- .> task events: ON
--- ***** -----
-------------- [queues]
.> celery exchange=celery(direct) key=celery
[tasks]
. parse_docling
. parse_markitdown
but still error...
kombu.exceptions.OperationalError: Error -3 connecting to redis:6379. Temporary failure in name resolution.
Frontend error
npm run dev
frontend@0.0.0 dev
vite
file:///media/steam/DATA/TRY/simba/frontend/node_modules/vite/bin/vite.js:8
await import('source-map-support').then((r) => r.default.install())
^^^^^
SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
at async link (internal/modules/esm/module_job.js:42:21)
ALSO the docker installation is not working...
:)