poclbm icon indicating copy to clipboard operation
poclbm copied to clipboard

Transport.py line 46 - AttributeError

Open Kiv opened this issue 12 years ago • 1 comments

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.

Kiv avatar Aug 24 '11 23:08 Kiv