Skip to main content

Questions tagged [500internalservererror]

0 votes
1 answer
116 views

I am struggling with the implementation of register. I started small, just copied the content of the already defined login-function as well as the content of login.html. So, my first attempt is just ...
user avatar
0 votes
1 answer
325 views

I'm working on the register section of application.py. When I've typed in the username and password and hit register, I get an internal server error. I'm assuming that pbkdf2:sha256:150000$uJ2F7qcX$...
mkg15's user avatar
  • 67
0 votes
0 answers
129 views

code from flask import Flask, render_template app = Flask(name) @app.route("/") def index(): return render_template("index.html") created a folder called template in the same folder where this ...
Keshav's user avatar
  • 1
0 votes
1 answer
500 views

I'm really at a loss after trying to get Quote to work for the past two days. I'm able to get the quote.html page to seemingly work but the json query and transfer to quoted.html returns a 500 "...
Scott's user avatar
  • 3
0 votes
1 answer
110 views

I am getting an Internal Server error whenever I click on "Register"... However, the terminal window points me to a line that is not part of my code (this section: def errorhandler(e): """Handle ...
user3256's user avatar
0 votes
1 answer
201 views

I get a 500 Internal server error whenever I press the score button to go to 'score.html'. My helper.py code works fine. I think the problem is with my Matrix.html page. Please help. Helpers.py: ...
ARJUN AGGARWAL's user avatar