See the message of snowtiger (make sure to install domoboard by performing a git clone). That should fix the issue. Domoboard uses git in the new release to check whether there are new versions available.Awst6000 wrote:Hi,
I only get Internal Server errors (500) even with an almost empty configfile:
* Running on http://localhost:80/ (Press CTRL+C to quit)
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET / HTTP/1.1" 302 -
[2017-01-22 21:58:14,157] ERROR in app: Exception on /dashboard [GET]
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\flask\app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Python27\lib\site-packages\flask\app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "C:\Python27\lib\site-packages\flaskext\auth\auth.py", line 186, in decorator
return func(*args, **kwargs)
File "server.py", line 52, in generatePage
branch = webconfig.getCurrentBranch(),
File "C:\domoboard-master\domoboard-master\modules\webconfig.py", line 26, in getCurrentBranch
repo = git.Repo('.')
File "C:\Python27\lib\site-packages\git\repo\base.py", line 156, in __init__
raise InvalidGitRepositoryError(epath)
InvalidGitRepositoryError: C:\domoboard-master\domoboard-master
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET /dashboard HTTP/1.1" 500 -
What went wrong?
I've created in issue to check what we can do to fix the issue; https://github.com/wez3/domoboard/issues/83