apache / kibble-1

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
58 stars 27 forks source link

503 Service Error after setup #7

Closed amunz closed 6 years ago

amunz commented 6 years ago

Hello,

I have just finished going through the guide on installing kibble, and I feel that I am so close. When I get to the Login page and try to register, I get a 503 service unavailable error. Any recommendation or assistance would be appreciated.

Thanks, Adam

Humbedooh commented 6 years ago

Sounds like a basic proxy issue, but I can't really say more from the 503 code alone. Is the backend running? You may want to first look at #5 and see if that helps you. If not, we'll need some entries from your web server's error log

amunz commented 6 years ago

Whew! I got it running. I was able to log in after I installed dateutil to python3 and running sudo python3 src/kibble-scanner.py.

Thanks for the help!