-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: 500 #17
Comments
I think it would be better to open this issue on @NickDaly's fork: |
jvalleroy I couldn't agree more but the link in plinth its self sends you here, to report, someone might want to change that, I can confirm the broken |
Confirming this bug. I'm looking into it now, sorry for the delay. |
Create admin user on first boot.
This is fixed by @jvalleroy with merge request #90. |
Says "This is an internal error and not something you caused or can fix."
Can't log in or anything. This a fresh install from apt on a fresh crunchbang upgraded to testing.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in call
self.body = self.oldhandler(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 61, in call
return self.callable(_self.args, *_self.kwargs)
File "/usr/share/plinth/python/plinth/modules/first_boot/first_boot.py", line 82, in index
return self.state0(_args, *_kwargs)
File "/usr/share/plinth/python/plinth/modules/first_boot/first_boot.py", line 131, in state0
messages=messages)
File "/usr/share/plinth/python/plinth/util.py", line 81, in render_template
return render_to_string(template + '.html', kwargs)
File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 162, in render_to_string
t = get_template(template_name)
File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 138, in get_template
template, origin = find_template(template_name)
File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 131, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: firstboot_state0.html
The text was updated successfully, but these errors were encountered: