-
Notifications
You must be signed in to change notification settings - Fork 50
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
issue with hyper library #5
Comments
@iainwatt |
Thanks for looking into it, I am deploying using Apex. When you deploy Apex pulls in the all the libs from requirements.txt so on each deployment it seemed to be continually replacing some of the libs required in you package. I will try again and only load your package to Lambda once. |
I'm seeing this too. I'm attempting to send_message from a Flask app in development mode, so using the Flask cli, which I think doesn't use gevent. |
hyper is no longer maintained. They (hyper team) suggest switching to httpx. |
I have been using your lib without error for a few months until it recently stopped working. We are using Apex (for Lambda) and simply redeployed the function that included 'gobiko.apns' in our requirements.txt
The error is;
GoAway frame could not be sent: 'NoneType' object has no attribute 'sendall'
and the traceback is;
I think it may be failing to establish an SSL connection but not sure how to fix it.
AWS Lambda runs on python 2.7.12.
The text was updated successfully, but these errors were encountered: