name 'Image' is not defined #31013
Labels
alert-reports
Namespace | Anything related to the Alert & Reports feature
dashboard:export
Related to exporting dashboards
Bug description
Error occurring in celery worker while exporting dashboard as PDF using chrome driver
`The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\venv\Lib\site-packages\superset\tasks\scheduler.py", line 95, in execute
).run()
^^^^^
File "C:\venv\Lib\site-packages\superset\utils\decorators.py", line 266, in wrapped
return on_error(ex)
^^^^^^^^^^^^
File "C:\venv\Lib\site-packages\superset\utils\decorators.py", line 236, in on_error
raise ex
File "C:\venv\Lib\site-packages\superset\utils\decorators.py", line 259, in wrapped
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\venv\Lib\site-packages\superset\commands\report\execute.py", line 803, in run
raise ReportScheduleUnexpectedError(str(ex)) from ex
superset.commands.report.exceptions.ReportScheduleUnexpectedError: name 'Image' is not defined`
Screenshots/recordings
No response
Superset version
4.1.0
Python version
3.11
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: