Skip to content
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: getsockaddrarg: AF_INET address must be tuple, not int #86

Open
helios97 opened this issue Sep 14, 2018 · 4 comments
Open

TypeError: getsockaddrarg: AF_INET address must be tuple, not int #86

helios97 opened this issue Sep 14, 2018 · 4 comments

Comments

@helios97
Copy link

from bitcoinrpc.authproxy import AuthServiceProxy

access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120)

printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839")

---> Error

@helios97
Copy link
Author

from bitcoinrpc.authproxy import AuthServiceProxy

access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120)

printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839")

---> Error

set up: python 3.6

@juanformoso
Copy link

Having the same problem, apparently this lib is not compatible with python 3, looking for a replacement right now.

@PahanLL
Copy link

PahanLL commented Dec 8, 2023

have you solved this problem? i have the same error, 2 days ago everything worked....

@juanformoso
Copy link

I don't think so, but it's been 4+ years so I don't really remember.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants