-
Notifications
You must be signed in to change notification settings - Fork 733
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
TypeError: create_connection() got an unexpected keyword argument 'loop' #556
Comments
Found this traceback in the Python 3.6 logs:
|
Thanks. The first is a bug in aiorpcx, and wasn't noticed despite the 100% test coverage because of a flawed test. I'll fix the test and release 0.6.1. |
These were both issues in aiorpcx. I've added tests, released 0.6.2 and updated HEAD to require 0.6.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ElectrumX HEAD fails on Python 3.7 with multiple tracebacks.
Tried ElectrumX HEAD on Python 3.6 with aiorpcX HEAD and it does not give this traceback. electrumx_rpc getinfo is not working though.
The text was updated successfully, but these errors were encountered: