You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:55:07 UTC

[GitHub] [incubator-superset] dextermapalya commented on issue #7466: Dockerfile does not install browser and web driver, preventing emailer from working

dextermapalya commented on issue #7466:
URL: https://github.com/apache/incubator-superset/issues/7466#issuecomment-665007706


   I get a similar message when I try  to schedule the emails.
   Is there any fix for it. I am using incubator-superset dockerfile
   
   [2020-07-28 12:05:49,662: ERROR/ForkPoolWorker-1] Task email_reports.send[ebfc5f8a-7eb0-42e2-a2b1-831bb1f2faa4] raised unexpected: PermissionError(13, 'Permission denied')
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
       R = retval = fun(*args, **kwargs)
     File "/app/superset/app.py", line 115, in __call__
       return task_base.__call__(self, *args, **kwargs)
     File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
       return self.run(*args, **kwargs)
     File "/app/superset/tasks/schedules.py", line 518, in schedule_email_report
       schedule.deliver_as_group,
     File "/app/superset/tasks/schedules.py", line 289, in deliver_dashboard
       driver = create_webdriver()
     File "/app/superset/tasks/schedules.py", line 227, in create_webdriver
       driver = driver_class(**kwargs)
     File "/usr/local/lib/python3.6/site-packages/selenium/webdriver/firefox/webdriver.py", line 163, in __init__
       log_path=service_log_path)
     File "/usr/local/lib/python3.6/site-packages/selenium/webdriver/firefox/service.py", line 44, in __init__
       log_file = open(log_path, "a+") if log_path is not None and log_path != "" else None
   PermissionError: [Errno 13] Permission denied: 'geckodriver.log'
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org