Narendra678 commented on issue #19222:
URL: https://github.com/apache/superset/issues/19222#issuecomment-1076302838


   > ok makes sense, I will try to replicate this bug today. Could you tell me 
what engines you were running and if it is agnostic of the chart/viz types 
involved.
   
   Below is the latest error logs. ERROR:root:'NoneType' object has no 
attribute 'uuid'
   
   2022-03-22 10:14:04 default[1-3-1noimc]  "GET 
/api/v1/dashboard/export/?q=!(14)&token=zVVSihwxp HTTP/1.1" 500
   2022-03-22 10:14:05 default[1-3-1noimc]  2022-03-22 
10:14:05,189:**ERROR:root:'NoneType' object has no attribute 'uuid'**
   2022-03-22 10:14:05 default[1-3-1noimc]  Traceback (most recent call last):  
  File 
"/layers/google.python.pip/pip/lib/python3.7/site-packages/flask_appbuilder/api/__init__.py",
 line 85, in wraps      return f(self, *args, **kwargs)    File 
"/workspace/superset/views/base_api.py", line 85, in wraps      raise ex    
File "/workspace/superset/views/base_api.py", line 82, in wraps      duration, 
response = time_function(f, self, *args, **kwargs)    File 
"/workspace/superset/utils/core.py", line 1429, in time_function      response 
= func(*args, **kwargs)    File 
"/layers/google.python.pip/pip/lib/python3.7/site-packages/flask_appbuilder/api/__init__.py",
 line 155, in wraps      return f(self, *args, **kwargs)    File 
"/workspace/superset/utils/log.py", line 241, in wrapper      value = f(*args, 
**kwargs)    File "/workspace/superset/dashboards/api.py", line 718, in export  
    requested_ids    File "/workspace/superset/commands/export.py", line 61, in 
run      for file_name, file_con
 tent in self._export(model):    File 
"/workspace/superset/dashboards/commands/export.py", line 140, in _export      
target["datasetUuid"] = str(dataset.uuid)  AttributeError: 'NoneType' object 
has no attribute 'uuid'
   2022-03-22 10:14:44 default[1-3-1noimc]  "GET 
/dashboard/list/?pageIndex=0&sortColumn=changed_on_delta_humanized&sortOrder=desc&viewMode=table
 HTTP/1.1" 200
   2022-03-22 10:14:46 default[1-3-1noimc]  "GET 
/api/v1/dashboard/related/created_by?q=() HTTP/1.1" 200
   2022-03-22 10:14:46 default[1-3-1noimc]  "GET 
/api/v1/dashboard/related/owners?q=() HTTP/1.1" 200
   2022-03-22 10:14:47 default[1-3-1noimc]  "GET 
/api/v1/dashboard/?q=(order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:25)
 HTTP/1.1" 200
   2022-03-22 10:14:48 default[1-3-1noimc]  "GET 
/api/v1/dashboard/_info?q=(keys:!(permissions)) HTTP/1.1" 200
   2022-03-22 10:14:48 default[1-3-1noimc]  "GET 
/static/assets/images/favicon.png HTTP/1.1" 304
   2022-03-22 10:14:48 default[1-3-1noimc]  "GET 
/api/v1/dashboard/favorite_status/?q=!(47,50,52,48,41,55,10,29,14,59,56,6,53,51,46,11,42,43,45,33,19,44,40,38,20)
 HTTP/1.1" 200


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to