You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was just trying to pass a beaker middleware to eel (related to #199 ) but got the following error:
Traceback (most recent call last):
File "//run.py", line 52, in start_app
eel.start(start_html_page, mode='chrome', port=0, app=app)
File "//venv/lib/python3.6/site-packages/eel/init.py", line 161, in start
run_lambda()
File "//venv/lib/python3.6/site-packages/eel/init.py", line 151, in run_lambda
app.route(path=route_path, callback=route_func, **route_kwargs)
AttributeError: 'SessionMiddleware' object has no attribute 'route'
Hi, I was just trying to pass a beaker middleware to eel (related to #199 ) but got the following error:
Code is same as in the linked issue