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 2022/05/06 13:51:43 UTC

[GitHub] [superset] phifa opened a new issue, #19978: Email stopped working, Failed generating dataframe local variable 'response' referenced before assignment

phifa opened a new issue, #19978:
URL: https://github.com/apache/superset/issues/19978

   I had set up superset two days ago with compose and the non-dev configuration and set up smtp data and reporting and created a report. everything worked as expected, emails were sent. but since today emails are not being sent: 
   
   Error Message in reports: 
   `Failed generating dataframe local variable 'response' referenced before assignment`
   
   #### How to reproduce the bug
   
   I actually deleted the whole superset instance, removed all containers and volumes and started from scratch. Same thing, it worked for a few hours, then the error comes up and no reports are being sent. 
   
   - i cloned the repo 
   - used prod settings 
   - config like below 
   - `docker compose up`
   
   ### Expected results
   
   emails are being sent 
   
   ### Actual results
   
   emails are not being sent 
   
   #### Screenshots
   
   <img width="1412" alt="Bildschirmfoto 2022-05-06 um 14 32 01" src="https://user-images.githubusercontent.com/3061129/167141520-710e682d-6f04-4681-bdfd-fb498ac6248e.png">
   
   
   
   ### Environment
   
   - browser type and version: firefox 
   - superset version: Superset 0.0.0dev (d5ea537b0eb3e102677d63811b99cf2c4b31a3ab)
   - python version: Python 3.8.12
   - node.js version: idk, doesnt say
   - any feature flags active:  superset_config_docker.py is set with these values: 
   
   ```
   ENABLE_TEMPLATE_PROCESSING = True
   ENABLE_JAVASCRIPT_CONTROLS = True
   EMAIL_NOTIFICATIONS = True
   ENABLE_SCHEDULED_EMAIL_REPORTS = True
   ALERT_REPORTS_NOTIFICATION_DRY_RUN = False
   SMTP is set 
   
   ```
   
   ### 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
   
   Add any other context about the problem here.
   
   ```
   superset_app          | 127.0.0.1 - - [06/May/2022:13:48:33 +0000] "GET /health HTTP/1.1" 200 2 "-" "curl/7.74.0"
   superset_worker_beat  | [2022-05-06 13:49:00,050: INFO/MainProcess] Scheduler: Sending due task reports.scheduler (reports.scheduler)
   superset_worker       | [2022-05-06 13:49:00,053: INFO/MainProcess] Task reports.scheduler[0ff76ece-eb1e-4c70-b4ae-55b23cda0f11] received
   superset_worker       | Scheduling alert test eta: 2022-05-06 13:49:00
   superset_worker       | [2022-05-06 13:49:00,068: INFO/ForkPoolWorker-7] Scheduling alert test eta: 2022-05-06 13:49:00
   superset_worker       | [2022-05-06 13:49:00,071: INFO/MainProcess] Task reports.execute[075a2ff2-3463-4728-90d6-c659a8785fb6] received
   superset_worker       | [2022-05-06 13:49:00,072: INFO/ForkPoolWorker-7] Task reports.scheduler[0ff76ece-eb1e-4c70-b4ae-55b23cda0f11] succeeded in 0.01864649821072817s: None
   superset_worker       | Getting chart from http://superset:8088/api/v1/chart/5/data/?format=json&type=post_processed&force=false
   superset_worker       | [2022-05-06 13:49:00,117: INFO/ForkPoolWorker-7] Getting chart from http://superset:8088/api/v1/chart/5/data/?format=json&type=post_processed&force=false
   superset_worker       | Report state: Failed generating dataframe local variable 'response' referenced before assignment
   superset_worker       | [2022-05-06 13:49:00,143: INFO/ForkPoolWorker-7] Report state: Failed generating dataframe local variable 'response' referenced before assignment
   superset_worker       | [2022-05-06 13:49:00,145: INFO/ForkPoolWorker-7] Task reports.execute[075a2ff2-3463-4728-90d6-c659a8785fb6] succeeded in 0.0715110320597887s: None
   superset_app          | 127.0.0.1 - - [06/May/2022:13:49:03 +0000] "GET /health HTTP/1.1" 200 2 "-" "curl/7.74.0"
   ```


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

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


Re: [I] Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #19978: Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment
URL: https://github.com/apache/superset/issues/19978


-- 
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: notifications-unsubscribe@superset.apache.org

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


Re: [I] Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #19978:
URL: https://github.com/apache/superset/issues/19978#issuecomment-1975652283

   I'm not sure if this is still an issue in current versions of Superset (3.x). If it is, we can re-open this, or feel free to open a new issue with updated context and a reproducible case using example data. We're no longer supporting Superset 2.x or prior, and it's been a while since this thread saw any activity, so I'm closing this as stale.
   


-- 
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: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] phifa commented on issue #19978: Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment

Posted by GitBox <gi...@apache.org>.
phifa commented on issue #19978:
URL: https://github.com/apache/superset/issues/19978#issuecomment-1131586893

   Now tried it with v.1.5.0, but still no luck. Anybody getting the same error?


-- 
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: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] phifa commented on issue #19978: Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment

Posted by GitBox <gi...@apache.org>.
phifa commented on issue #19978:
URL: https://github.com/apache/superset/issues/19978#issuecomment-1126248381

   Anybody? 


-- 
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: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] phifa commented on issue #19978: Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment

Posted by GitBox <gi...@apache.org>.
phifa commented on issue #19978:
URL: https://github.com/apache/superset/issues/19978#issuecomment-1153990724

   I created a repo to reproduce: 
   https://github.com/phifa/superset_demo


-- 
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: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] cemrehancavdar commented on issue #19978: Reports stopped working, Failed generating dataframe local variable 'response' referenced before assignment

Posted by "cemrehancavdar (via GitHub)" <gi...@apache.org>.
cemrehancavdar commented on issue #19978:
URL: https://github.com/apache/superset/issues/19978#issuecomment-1582654810

   Did you reslove it? @phifa 


-- 
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: notifications-unsubscribe@superset.apache.org

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