sfirke commented on issue #28595:
URL: https://github.com/apache/superset/issues/28595#issuecomment-2163500008

   I'm experiencing this also, under 4.0.0.  I can send chart reports as a PNG 
image, but sending as .csv fails with HTTP Error 500: INTERNAL SERVER ERROR.  
Here is a stack trace from the worker:
   ```
   A downstream exception occurred while generating a report: 
60e1a3b3-dace-4db0-a080-47905e5bec3a. Failed generating csv HTTP Error 500: 
INTERNAL SERVER ERROR
   Traceback (most recent call last):
     File "/app/superset/commands/report/execute.py", line 256, in _get_csv_data
       csv_data = get_chart_csv_data(chart_url=url, auth_cookies=auth_cookies)
     File "/app/superset/utils/csv.py", line 92, in get_chart_csv_data
       response = opener.open(chart_url)
     File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open
       response = meth(req, response)
     File "/usr/local/lib/python3.10/urllib/request.py", line 634, in 
http_response
       response = self.parent.error(
     File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error
       return self._call_chain(*args)
     File "/usr/local/lib/python3.10/urllib/request.py", line 496, in 
_call_chain
       result = func(*args)
     File "/usr/local/lib/python3.10/urllib/request.py", line 643, in 
http_error_default
       raise HTTPError(req.full_url, code, msg, hdrs, fp)
   urllib.error.HTTPError: HTTP Error 500: INTERNAL SERVER ERROR
   ```


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