-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Cannot assign requested address in scheduling reports #18885
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Running into the same issue here |
Running into the same issue |
Running into the same issue
|
The issue may be that you haven't specified the SMTP server. I believe that Look at the SMTP-related values in the Someone wrote this in the Superset Slack chat in February 2023 after they debugged this error:
|
If it helps anyone, I was having this same problem and fixed it by moving all the SMTP:* variables from the "extraEnv" section to the "configOverrides" section. All the values were exactly the same but it appears they were not getting picked up in extraEnv. |
Can confirm that this is still an issue and the suggested solution by @martyweb works! |
@jesperbagge @martyweb it seems we've had a few people running into this. Do you think that adding some comments in the config file would help? And/or adding some notes in the docs? Would love to improve the situation rather than have more people googling for an antique GitHub issue :D (cc @villebro / @sfirke who might also know a good way to improve this). |
@rusackas it looks to me like what @jesperbagge and @martyweb are dealing with are related to deploying with the Kubernetes Helm chart. Can they confirm and is that also what you're seeing elsewhere? If so maybe they or someone else can implement this in the Helm chart via a PR. |
Ahh, if it's implementable/fixable in the helm chart, that's ideal. I thought maybe it was a case of adding a line to the docs somewhere :) As it stands, this thread is the only resource for others who run into the issue. |
Yep, I'm deploying to k8s using Helm |
Yes, I’m also deploying with the Helm chart. Ideally the solution would be to make the |
Hi
I am scheduling csv reports. The reports gets successfully scheduled and executed but I get following error while sending the mails
Report state: Failed generating dataframe <urlopen error [Errno 99] Cannot assign requested address>
Report state: Failed generating csv <urlopen error [Errno 99] Cannot assign requested address>
Can anyone help out
The text was updated successfully, but these errors were encountered: