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

Transport.py line 46 - AttributeError #43

Open
Kiv opened this issue Aug 24, 2011 · 1 comment
Open

Transport.py line 46 - AttributeError #43

Kiv opened this issue Aug 24, 2011 · 1 comment

Comments

@Kiv
Copy link

Kiv commented Aug 24, 2011

Hi, someone using GUIMiner reported this exception:

2011-08-23 22:13:21: Listener for "5970G1": Traceback (most recent call last):
2011-08-23 22:13:21: Listener for "5970G1": File "poclbm.py", line 67, in
2011-08-23 22:13:21: Listener for "5970G1": File "BitcoinMiner.pyo", line 32, in init
2011-08-23 22:13:21: Listener for "5970G1": File "HttpTransport.pyo", line 20, in init
2011-08-23 22:13:21: Listener for "5970G1": File "Transport.pyo", line 46, in init
2011-08-23 22:13:21: Listener for "5970G1": AttributeError: 'HttpTransport' object has no attribute 'failure'

In the code, the failure method is not defined so this exception occurs. This is not a critical fix but the user will never see the error message that is intended.

@redskate
Copy link

Hi, that is the point also on my side. Import poclbm - there you find the use of the Transport object - but poclbm is compiled, so one has to first remake poclbm in order to fix this. Meanwhile no bitcoin mining ;)

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

2 participants