dusatvoj opened a new issue #14330:
URL: https://github.com/apache/superset/issues/14330


   Can't send Report emails with error `Report Schedule sellenium user not 
found`.
   
   ### Expected results
   
   Can send Report emails
   
   ### Actual results
   
   Almost nothing in logs but `Report Schedule sellenium user not found` error 
in reports action log. 
   
   #### Screenshots
   
   
![image](https://user-images.githubusercontent.com/11560794/115973004-34670480-a552-11eb-99f0-8c889e5c1024.png)
   
   
   #### How to reproduce the bug
   
   Setup smth like this
   ```
   SCREENSHOT_LOCATE_WAIT = 100
   SCREENSHOT_LOAD_WAIT = 600
   
   ENABLE_ALERTS = True
   FEATURE_FLAGS = {
       'ALERT_REPORTS': True
   }
   
   WEBDRIVER_TYPE = "chrome"
   #WEBDRIVER_OPTION_ARGS = [
       "--force-device-scale-factor=2.0",
       "--high-dpi-support=2.0",
       "--headless",
       "--disable-gpu",
       "--disable-dev-shm-usage",
       "--no-sandbox",
       "--disable-setuid-sandbox",
       "--disable-extensions",
   ]
   
   # This is for internal use, you can keep http
   WEBDRIVER_BASEURL="http://localhost:8088";
   # This is the link sent to the recipient, change to your domain eg. 
https://superset.mydomain.com
   WEBDRIVER_BASEURL_USER_FRIENDLY="https://<BASE_URL>"
   ```
   in config but no emails sent (or tried to send).
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `Superset 1.1.0`
   - python version: `Python 3.8.7`
   - node.js version: `v12.21.0`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version 
of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   ```
   Apr 24 21:00:00 node6 celery[1401583]: Report state: Report Schedule 
sellenium user not found
   Apr 24 21:00:00 node6 celery[1401583]: [2021-04-24 21:00:00,239: 
INFO/ForkPoolWorker-1] Report state: Report Schedule sellenium user not found
   ```
   _(every hour)_


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to