-
Notifications
You must be signed in to change notification settings - Fork 40
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
Transport endpoint is not connected #91
Comments
Yes I have the same issue mentioned. I don't think that the current code is compatible with up to python 3.6 at that point. |
I have stopped to use the python client and replaced it by @mehdiboutouzte, if you only send emails, It's easy:
|
I have the same issue with python 3.7. The same code works utilizing a testing notebook in google vertex AI workbench, when I deploy and run utilizing a cloud function this error (the same error happens utilziing the request library) Error; |
I deployed an flask app on heroku and encountered the same error. Restarting the dyno fixes it so it must be some kind of a timeout error. |
Hello,
I'm using mailjet wrapper with python 3.7 on google cloud function, but i'm getting some times this error message :
"/layers/google.python.pip/pip/lib/python3.7/site-packages/mailjet_rest/client.py", line 113, in api_call raise ApiError(e) mailjet_rest.client.ApiError: ('Connection aborted.', OSError(107, 'Transport endpoint is not connected'))
The text was updated successfully, but these errors were encountered: