1010: _("Superset encountered an error while running a command."), 1011: _("Superset encountered an unexpected error."), 1012: _("The username provided when connecting to a database is not valid."), 1013: _("The password provided when connecting to a database is not valid."), 1014:...
GEThttp://hostname:8088/superset/sqllab/ 500 INTERNAL SERVER ERROR Body {"errors": [{"message":"Invalid decryption key","error_type":"GENERIC_BACKEND_ERROR","level":"error","extra": {"issue_codes": [{"code":1011,"message":"Issue 1011 - Superset encountered an unexpected error."}]}...
14/dbapi)", error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERIC_DB_ENGINE_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra={'engine_name': 'Microsoft SQL Server', 'issue_codes': [{'code': 1002, 'message': 'Issue 1002 - The database returned an unexpected error.'}]}...
console.error(String(err.stdout)); logError('Encountered an error, details should be above'); process.exitCode = 1; } } else { logError(`ERROR: Received unexpected http status code ${status} from GET ${packageUrl} The embedded sdk release script might need to be fixed, or maybe you ...
TypeError: __init__() got an unexpected keyword argument 'unbound_message' # 这个是在 superset 2.0 版本出现的bug,需要降低Flask的版本到2.0.3 python -m pip uninstall -y Flask python -m pip install Flask==2.0.3 ModuleNotFoundError: No module named 'wtforms.ext' ...
{\"errors\": [{\"message\": \"400 Bad Request: The CSRF session token is missing.\", \"error_type\": \"GENERIC_BACKEND_ERROR\", \"level\": \"error\", \"extra\": {\"issue_codes\": [{\"code\": 1011, \"message\": \"Issue 1011 - Superset encountered an unexpected error...
Bug description I try to build a deck.gl Scatterplot chart and when I click on update chart buttom I got the 'Unexpected error' message I set FLASK_DEBUG=True to expect more details in the logs, but I didn't find anything suspicious except an 400 http code ...
4.0 - Imported charts shows error on embedding #28446 Closed 3 tasks gabrielheck commented May 18, 2024 • edited I encountered the issue "Guest user cannot modify chart payload" in version 4.0 after importing dashboards from version 3.1. To resolve this, I opened the affected chart ...
error("An error occurred: %s",str(e),exc_info=True)# Create a user-friendly error messageuser_friendly_error=SupersetError(message="An unexpected error occurred. Please try again later.",error_type=SupersetErrorType.GENERIC_BACKEND_ERROR,level=ErrorLevel.ERROR)# Return the user-friendly error ...
superset [2023-04-04 17:43:16,310: CRITICAL/MainProcess] Unrecoverable error: TypeError("__init__() got an unexpected keyword argument 'usern superset Traceback (most recent call last): superset File "/usr/local/lib/python3.8/site-packages/kombu/transport/virtual/base.py", line 925, in ...