-
Notifications
You must be signed in to change notification settings - Fork 68
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
dont work with python 3.8 #44
Comments
I just encountered this issue. Looks like its fixed in the master but not in the pip package |
Yeah, it looks like that I forgot to release this fix |
Just a heads up, there might be a bug in the latest release. The AMI is disconnecting but If I roll back to the previous release it works fine. Something is firing the disconnect here - python-ami/asterisk/ami/client.py Line 186 in 00fbaa2
I will try and troubleshoot some more tomorrow Thanks! |
Replicated with this simple script taken from the example - https://gist.github.com/marrold/8c4cf1b7c89dc3935626f5ab85d4cd0f After a few seconds I get Looking at the actual messages to the AMI, it randomly tries to login in again despite a ping response, then finally gives up - https://gist.github.com/marrold/652ca6afc0a1d551332cdbff6cae2099 |
All I can remember is what I put in as the commit reason, and that seems pretty self-explanatory. As I recall, connections would time out but never fail and that was causing issues with some scripting around a client's Asterisk I was working with at the time. Haven't touched this stuff since so I have no recent insight. |
Okay, thanks for the info |
I think this might be an issue on my side, I'll continue to investigate. |
module 're' has no attribute '_pattern_type'
The text was updated successfully, but these errors were encountered: