-
Notifications
You must be signed in to change notification settings - Fork 105
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
send_action - result #33
Comments
Same Problem here. Did you find a solution? |
Running into this bug too. The data is there, it's in I'm doing some digging into it and will hope to have a PR soon. |
I believe the fix for this is altering this conditional: https://github.com/jfernandz/pyst2/blob/develop/asterisk/manager.py#L340 to not have |
Confirmed that changing this does indeed fix |
in response.data raw output, why not dict?
and how parse this output?
why in response.headers hasn't events?
why events not in events thread?
The text was updated successfully, but these errors were encountered: