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/03/22 14:18:47 UTC

[GitHub] [superset] samwilkinson-git opened a new issue #19306: Generic Install on OpenShift Container

samwilkinson-git opened a new issue #19306:
URL: https://github.com/apache/superset/issues/19306


   After a successful installation in Docker using the 'pip install apache-superset'; I've tried running the same install but this time in OpenShift.
   
   I have successfully pushed the image into OpenShift, I can access the login page successfully... 
   
   Expected Results:
   Should be able to login.
   
   Actual Results:
    **error:superset.views.base:'NoneType' object has no attribute 'id'** Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/flask/app.py",
    line 1950, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", 
   line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/views.py", 
   line 516, in login user = self.appbuilder.sm.auth_user_db( File "/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/manager.py",
    line 874, in auth_user_db self.noop_user_update(first_user) File "/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/sqla/manager.py",
    line 244, in noop_user_update .where(self.user_model.id == user.id)
   
   How to reproduce:
   Follow this guide... https://superset.apache.org/docs/installation/installing-superset-from-scratch 
   PostGres - Setup
   Config - Setup
   
   Any help would be appreciated.
   Thanks!
   


-- 
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


[GitHub] [superset] srinify commented on issue #19306: Generic Install on OpenShift Container - error:superset.views.base:'NoneType' object has no attribute 'id'

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #19306:
URL: https://github.com/apache/superset/issues/19306#issuecomment-1076450385


   Hey there, moving to Discussion so hopefully someone in the community will help with debugging 🙏 If there's a clear bug you can help the community reproduce, then definitely open a Github Issue!


-- 
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