kokoroX commented on issue #18885:
URL: https://github.com/apache/superset/issues/18885#issuecomment-1480762278

   Running into the same issue
   
   ```
   [2023-03-23 08:02:17,053: ERROR/ForkPoolWorker-7] A downstream exception 
occurred while generating a report: 10d38277-6a5e-4a11-b4e4-59dbae998741. 
[SupersetError(message='[Errno 99] Cannot assign requested address', 
error_type=<SupersetErrorType.REPORT_NOTIFICATION_ERROR: 
'REPORT_NOTIFICATION_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra=None)]
   Traceback (most recent call last):
     File "/app/superset/tasks/scheduler.py", line 87, in execute
       AsyncExecuteReportScheduleCommand(
     File "/app/superset/reports/commands/execute.py", line 723, in run
       raise ex
     File "/app/superset/reports/commands/execute.py", line 719, in run
       ReportScheduleStateMachine(
     File "/app/superset/reports/commands/execute.py", line 677, in run
       state_cls(
     File "/app/superset/reports/commands/execute.py", line 578, in next
       raise first_ex
     File "/app/superset/reports/commands/execute.py", line 547, in next
       self.send()
     File "/app/superset/reports/commands/execute.py", line 445, in send
       self._send(notification_content, self._report_schedule.recipients)
     File "/app/superset/reports/commands/execute.py", line 434, in _send
       raise ReportScheduleSystemErrorsException(errors=notification_errors)
   ```
   
   


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