Results 5 comments of obikao

Having the same issue. Try adding if 'link' in report: to line 16 in lastStatus

Yeah I had that issue too. This code base is a bit atrocious: Here is a super hacky solution: add this after line 66, before hipposcoreDict = calcHipposcore(new_response) logger.info("initiating fix")...

I don't work on this project but a.) ongoing means that the data is still downloading and b.) you need to run that on ES not Hippo `curl -XDELETE http://localhost:9200/hippocampe/jobs`

Just ran into this. Check that all the requirements are installed `pip install elasticsearch Configparser netaddr flask python-dateutil apscheduler requests` your permissions are correct and that app.py is set to...