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 2019/04/05 00:18:52 UTC

[GitHub] [incubator-superset] yuguang commented on issue #5294: [SIP-3] Scheduled email reports for Slices / Dashboards

yuguang commented on issue #5294: [SIP-3] Scheduled email reports for Slices / Dashboards
URL: https://github.com/apache/incubator-superset/pull/5294#issuecomment-480107642
 
 
   @mahendra I have enabled email reports. I keep getting this error when celery tries to generate an email:
   ```
   [2019-04-05 00:15:00,319: ERROR/ForkPoolWorker-5] Task email_reports.send[b80dc5
   9e-b246-4eeb-81e5-d94b9f1ac4e0] raised unexpected: SessionNotCreatedException('U
   nable to find a matching set of capabilities', None, None)
   Traceback (most recent call last):
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packag
   es/celery/app/trace.py", line 382, in trace_task
       R = retval = fun(*args, **kwargs)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packag
   es/celery/app/trace.py", line 641, in __protected_call__
       return self.run(*args, **kwargs)
     File "/home/superset/apache-superset-0.31.0rc20/superset/tasks/schedules.py",
   line 392, in schedule_email_report
       deliver_dashboard(schedule)
     File "/home/superset/apache-superset-0.31.0rc20/superset/tasks/schedules.py",
   line 219, in deliver_dashboard
       driver = create_webdriver()
     File "/home/superset/apache-superset-0.31.0rc20/superset/tasks/schedules.py",
   line 168, in create_webdriver
       driver = driver_class(**kwargs)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packag
   es/selenium/webdriver/firefox/webdriver.py", line 174, in __init__
       keep_alive=True)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__
       self.start_session(capabilities, browser_profile)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
       response = self.execute(Command.NEW_SESSION, parameters)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
       self.error_handler.check_response(response)
     File "/home/superset/incubator-superset/superset-env/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
       raise exception_class(message, screen, stacktrace)
   selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities
   ```
   I have firefox-60.6.1 installed and I am on the release--0.31 branch. 

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


With regards,
Apache Git Services

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