CityOfZion / neo-python

Python Node and SDK for the NEO 2.x blockchain. For NEO 3.x go to our successor project neo-mamba
https://neo-python.readthedocs.io/en/latest/
MIT License
313 stars 189 forks source link

Connect to node problem #1039

Closed mieszacz closed 3 years ago

mieszacz commented 3 years ago

Hi, after I run np-prompt I receive this message:

ohhh, some error we didn't expect happened. Please create a Github issue and share the following stacktrace so we can try to resolve it

----------------[start of trace]---------------- Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/neo/Network/nodemanager.py", line 335, in _connect_to_node await asyncio.wait_for(connect_coro, timeout) File "/usr/lib/python3.8/asyncio/tasks.py", line 483, in wait_for return fut.result()
File "/usr/lib/python3.8/asyncio/base_events.py", line 1050, in create_connection
transport, protocol = await self._create_connection_transport( File "/usr/lib/python3.8/asyncio/base_events.py", line 1068, in _create_connection_transport protocol = protocol_factory() File "/usr/local/lib/python3.8/dist-packages/neo/Network/protocol.py", line 22, in init self._stream_reader = StreamReader() AttributeError: can't set attribute ----------------[end of trace]----------------

ixje commented 3 years ago

please fill in the full issue form. There is now too little information to try and help you

ixje commented 3 years ago

inactive