Beiträge von Holger44
-
-
-
Hi, habe telerising auf meinen Raspberry pi geladen.
Wenn ich die api per doppelklick öffne geht alles ganz normal.
Wenn ich die api jedoch so "sudo /home/userxy/Downloads/telerising/api" übers terminal starte kommen fehler und ich kann mich nicht einloggen.
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5000
* Running on http://10.8.3.6:5000
Press CTRL+C to quit
10.8.3.6 - - [23/Feb/2024 20:48:28] "GET / HTTP/1.1" 302 -
10.8.3.6 - - [23/Feb/2024 20:48:28] "GET /login HTTP/1.1" 302 -
[2024-02-23 20:48:28,851] ERROR in app: Exception on /signup [GET]
Traceback (most recent call last):
File "/home/userxy/Downloads/telerising/flask/app.py", line 1455, in wsgi_app
File "/home/userxy/Downloads/telerising/flask/app.py", line 869, in full_dispatch_request
File "/home/userxy/Downloads/telerising/flask/app.py", line 0, in handle_user_exception
File "/home/userxy/Downloads/telerising/flask/app.py", line 867, in full_dispatch_request
File "/home/userxy/Downloads/telerising/flask/app.py", line 852, in dispatch_request
File "/home/userxy/Downloads/telerising/app/routes/views.py", line 48, in signup
File "/home/userxy/Downloads/telerising/flask/templating.py", line 151, in render_template
File "/home/userxy/Downloads/telerising/jinja2/environment.py", line 1081, in get_or_select_template
File "/home/userxy/Downloads/telerising/jinja2/environment.py", line 1010, in get_template
File "/home/userxy/Downloads/telerising/jinja2/environment.py", line 969, in _load_template
File "/home/userxy/Downloads/telerising/jinja2/loaders.py", line 126, in load
File "/home/userxy/Downloads/telerising/flask/templating.py", line 65, in get_source
File "/home/userxy/Downloads/telerising/flask/templating.py", line 99, in _get_source_fast
jinja2.exceptions.TemplateNotFound: signup.html
10.8.3.6 - - [23/Feb/2024 20:48:28] "GET /signup HTTP/1.1" 500 -Im Browser steht dann das:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.Hat dazu jemand eine idee?