You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/01 06:09:46 UTC

[GitHub] [superset] tharunkc-93 opened a new issue, #21987: Embed dashboard on v2.0 generates the following error

tharunkc-93 opened a new issue, #21987:
URL: https://github.com/apache/superset/issues/21987

   Error log
   
   `'LoginManager' object has no attribute 'reload_user'
   Traceback (most recent call last):
     File "/root/superset/lib/python3.8/site-packages/flask/app.py", line 1523, in full_dispatch_request
       rv = self.dispatch_request()
     File "/root/superset/lib/python3.8/site-packages/flask/app.py", line 1509, in dispatch_request
       return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
     File "/root/superset/lib/python3.8/site-packages/superset/utils/log.py", line 243, in wrapper
       value = f(*args, add_extra_log_payload=log, **kwargs)
     File "/root/superset/lib/python3.8/site-packages/superset/embedded/view.py", line 60, in embedded
       login_manager.reload_user(AnonymousUserMixin())
   AttributeError: 'LoginManager' object has no attribute 'reload_user'
   2022-11-01 11:35:46,896:ERROR:superset.views.base:'LoginManager' object has no attribute 'reload_user'
   Traceback (most recent call last):
     File "/root/superset/lib/python3.8/site-packages/flask/app.py", line 1523, in full_dispatch_request
       rv = self.dispatch_request()
     File "/root/superset/lib/python3.8/site-packages/flask/app.py", line 1509, in dispatch_request
       return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
     File "/root/superset/lib/python3.8/site-packages/superset/utils/log.py", line 243, in wrapper
       value = f(*args, add_extra_log_payload=log, **kwargs)
     File "/root/superset/lib/python3.8/site-packages/superset/embedded/view.py", line 60, in embedded
       login_manager.reload_user(AnonymousUserMixin())
   AttributeError: 'LoginManager' object has no attribute 'reload_user'`
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro closed issue #21987: Embed dashboard on v2.0 generates the following error and throws a 500 internal server error

Posted by GitBox <gi...@apache.org>.
villebro closed issue #21987: Embed dashboard on v2.0 generates the following error and throws a 500 internal server error
URL: https://github.com/apache/superset/issues/21987


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org