Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Error (Flask)
#1
I wanted to apply Flask lib. Until yesterday, there was no error, it was done. But now i have an error.
I dont understand.
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
    return "Hellooooooooo!"

if __name__ == "__main__":
    app.run()
    
https://hizliresim.com/ADMv8p"><img src="https://i.hizliresim.com/ADMv8p.png
Reply
#2
Image give a 403 error. Can you just copy/paste the error?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Server Error with parse_args() using Flask NoNameoN 0 1,063 Jul-30-2022, 09:42 AM
Last Post: NoNameoN
  [split] flask 500 internal server error DarthTensor 3 3,950 Nov-11-2021, 06:10 AM
Last Post: DarthTensor
  Error updating one to many relationship in Flask/ SQLAlchemy atindra 0 3,300 Apr-15-2021, 10:29 PM
Last Post: atindra
  TemplateNotFound error with flask Veztar 4 18,567 Aug-28-2020, 07:02 AM
Last Post: Veztar
  Running flask run produces error. Charles1 1 4,028 Oct-04-2019, 10:38 PM
Last Post: snippsat
  [Flask] html error 405 SheeppOSU 0 2,319 Jun-08-2019, 04:42 PM
Last Post: SheeppOSU
  [flask] mail.send giving error SheeppOSU 2 2,831 May-31-2019, 09:31 PM
Last Post: SheeppOSU
  Flask Error-Could not build url for endpoint 'index'. Did you forget to specify value Prince_Bhatia 0 10,273 Feb-25-2019, 05:52 AM
Last Post: Prince_Bhatia
  Flask assertion error mebaysan 1 4,486 Feb-07-2019, 08:34 PM
Last Post: pascale
  Flask: Error output to the browser instead of error_log nikos 1 2,735 Sep-28-2018, 12:49 PM
Last Post: thomasp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020