Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flask assertion error
#1
Traceback (most recent call last):
File "blog.py", line 118, in <module>
@login_required
File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1250, in decorator
self.add_url_rule(rule, endpoint, f, **options)
File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 66, in wrapper_func
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1180, in add_url_rule
endpoint = _endpoint_from_view_func(view_func)
File "/usr/local/lib/python3.6/dist-packages/flask/helpers.py", line 90, in _endpoint_from_view_func
assert view_func is not None, 'expected view func if endpoint ' \
AssertionError: expected view func if endpoint is not provided.




#Flask login_required decorator is not running
Help me pls
Reply
#2
Hi, I am following this tutorial to, Please post some of your code so I can see what the problem is.
regards
paul
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Server Error with parse_args() using Flask NoNameoN 0 1,092 Jul-30-2022, 09:42 AM
Last Post: NoNameoN
  [split] flask 500 internal server error DarthTensor 3 4,017 Nov-11-2021, 06:10 AM
Last Post: DarthTensor
  Error updating one to many relationship in Flask/ SQLAlchemy atindra 0 3,335 Apr-15-2021, 10:29 PM
Last Post: atindra
  TemplateNotFound error with flask Veztar 4 18,804 Aug-28-2020, 07:02 AM
Last Post: Veztar
  Running flask run produces error. Charles1 1 4,057 Oct-04-2019, 10:38 PM
Last Post: snippsat
  [Flask] html error 405 SheeppOSU 0 2,344 Jun-08-2019, 04:42 PM
Last Post: SheeppOSU
  [flask] mail.send giving error SheeppOSU 2 2,862 May-31-2019, 09:31 PM
Last Post: SheeppOSU
  About Error (Flask) bescf 1 2,656 Mar-20-2019, 08:18 PM
Last Post: nilamo
  Flask Error-Could not build url for endpoint 'index'. Did you forget to specify value Prince_Bhatia 0 10,310 Feb-25-2019, 05:52 AM
Last Post: Prince_Bhatia
  Flask: Error output to the browser instead of error_log nikos 1 2,760 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