arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 594 forks source link

Cabot throwing Django error while login #569

Open manojDevOps opened 6 years ago

manojDevOps commented 6 years ago

[Django] ERROR (EXTERNAL IP): Internal Server Error: /favicon.ico

Internal Server Error: /favicon.ico

NoReverseMatch at /favicon.ico Reverse for ‘user-profile’ with arguments ‘(None,)’ not found. 1 pattern(s) tried: ['user/(?P\d+)/profile/$']

Request Method: GET Request URL: http://localhost:5000/favicon.ico Django Version: 1.11 Python Executable: /usr/local/bin/python Python Version: 2.7.13 Python Path: ['/', ‘/usr/local/bin’, ‘/usr/local/lib/python27.zip’, ‘/usr/local/lib/python2.7’, ‘/usr/local/lib/python2.7/plat-linux2’, ‘/usr/local/lib/python2.7/lib-tk’, ‘/usr/local/lib/python2.7/lib-old’, ‘/usr/local/lib/python2.7/lib-dynload’, ‘/usr/local/lib/python2.7/site-packages’, ‘/’] Server time: Wed, 27 Sep 2017 18:36:35 +0000 Installed Applications: ('django.contrib.auth',

While login into my Cabot dashboard, Django is throwing the above error. Can anyone help on this please ?