DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
736 stars 110 forks source link

Health page erroring out on fresh install #75

Closed nyrm-f closed 1 year ago

nyrm-f commented 1 year ago

Describe the bug Hello, have just ran a new install of Kuiper following the guide, noticed im getting an error with the health page now.

Maybe a new bug, or if I am doing something wrong pls lmk.

To Reproduce

  1. Fresh install
  2. run kuiper
  3. go to health page
  4. get below error Screen Shot 2022-10-17 at 2 31 19 PM
salehmuhaysin commented 1 year ago

hi I solved the issue, when i rebuilt the image, there was some kind of issue with Celery python3 did not worked ask before, not sure why, the problem was in the

from celery import Celery

in celery_health.py file. also i rebuilt the docker image, so you need to remove the old docker image and redownload it from dockerhub again. also you need to pull the new modification from github

nyrm-f commented 1 year ago

thanks! checked and confirmed working now