You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "christianxiaobai (via GitHub)" <gi...@apache.org> on 2023/06/21 10:56:36 UTC

[GitHub] [superset] christianxiaobai opened a new issue, #24469: An error occurred while fetching chart info:Forbidden

christianxiaobai opened a new issue, #24469:
URL: https://github.com/apache/superset/issues/24469

   superset version: `superset 2.0`
   python version: `python 3.9`
   mysql version: `mysql 5.6`
   
   I have made the following changes to the configuration file.
   vim config.py
   
     SQLALCHEMY_DATABASE_URI = 'mysql://user_name:password@host/dbname'
     
     class CeleryConfig:
         broker_url = "sqla+mysql://user_name:password@host:3306/dbname"
         imports = ("superset.sql_lab",)
         result_backend = "db+mysql://user_name:password@host:3306/dbname"
   
   I am admin user,But I see the picture below 
   ![Uploading image.png…]()
   
   


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


Re: [I] An error occurred while fetching chart info:Forbidden [superset]

Posted by "isaiasjusto (via GitHub)" <gi...@apache.org>.
isaiasjusto commented on issue #24469:
URL: https://github.com/apache/superset/issues/24469#issuecomment-1898805232

   Para aqueles que assim como eu tiveram a mesma duvida eu fiz o seguinte:
   Observei que esse erro normalmente é causado por conta de permissão que o seu usuario não tem, então, precisamos dar
   Mas antes segundo o site que confirma a minha afirmação
   https://www.restack.io/docs/superset-knowledge-superset-api-error-forbidden-guide
   "Common Causes
   User Role Restrictions: Users may be assigned roles with limited permissions. Attempting actions outside of these permissions will result in a Forbidden error.
   Incorrect Credentials: Providing incorrect authentication details can lead to a Forbidden response.
   API Endpoint Restrictions: Some API endpoints may have stricter access controls, requiring specific roles or permissions."
   Seguindo primeiro utilizando o ubuntu (por onde fiz a instalação) verifiquei o ls -la ~/.superset para entender minhas permissões então depois chmod -R 700 ~/.superset ai pronto funcionou e estou utilizando ele .


-- 
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] christianxiaobai closed issue #24469: An error occurred while fetching chart info:Forbidden

Posted by "christianxiaobai (via GitHub)" <gi...@apache.org>.
christianxiaobai closed issue #24469: An error occurred while fetching chart info:Forbidden
URL: https://github.com/apache/superset/issues/24469


-- 
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] christianxiaobai commented on issue #24469: An error occurred while fetching chart info:Forbidden

Posted by "christianxiaobai (via GitHub)" <gi...@apache.org>.
christianxiaobai commented on issue #24469:
URL: https://github.com/apache/superset/issues/24469#issuecomment-1600625362

   <img width="1429" alt="image" src="https://github.com/apache/superset/assets/70797042/4fe03444-b4af-43b0-b2eb-57cfcf14f00a">
   


-- 
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] christianxiaobai commented on issue #24469: An error occurred while fetching chart info:Forbidden

Posted by "christianxiaobai (via GitHub)" <gi...@apache.org>.
christianxiaobai commented on issue #24469:
URL: https://github.com/apache/superset/issues/24469#issuecomment-1605995902

   I remodified the metadata database


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


Re: [I] An error occurred while fetching chart info:Forbidden [superset]

Posted by "phananh050199 (via GitHub)" <gi...@apache.org>.
phananh050199 commented on issue #24469:
URL: https://github.com/apache/superset/issues/24469#issuecomment-2066367429

   > I remodified the metadata database
   
   can you instruct me more detailed, i also meet this error but still can't find any solution


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