zalando/PGObserver

frontend error

rogerioluz opened this issue · 4 comments

Hi!!

I'm trying to start the frontend via run.sh and i get this error

Traceback (most recent call last):
File "web.py", line 88, in
main()
File "web.py", line 76, in main
root.report = report.Report()
AttributeError: 'NoneType' object has no attribute 'report'

You guys can help?

Thanks!

Yes, we will definitely take a look at this.

-- Jan

I am not able to reproduce this at the moment. I cloned from scratch the latest version, bootstrapped a db and inserted test data. The frontend starts up for me.

Can you pull and try again, and if error persists add some more info?

Hi
This error occurs in case when test data not loaded. For example we want setup production environment with production servers and without test data. I think need to write more verbose instructions with adding hosts into monitor_data.hosts table.

Cannot reproduce in the latest version.