You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My internet connection was offline for some minutes. I start storjnode farm. Connection was not possible as expected. I hit control + c to stop it. Cmd freezed with a nice exception.
storjnode.exe --wallet xprv9s21ZrQH143K3m4QEqqF2hkQvTHczjeQbebVprErgQLF684MzDmbpMRDN4YdaTC9fxAFmw8sSKh6FqDXQYVZukmRgLhuYSbcTFca16Ut3EV farm
<urlopen error timed out>
<urlopen error timed out>
<urlopen error timed out>
<urlopen error timed out>
<urlopen error [Errno 11001] getaddrinfo failed>
<urlopen error timed out>
I pressed control + c here
2016-02-18 21:04:10,983 ERROR storjnode.api 79: Exception('Please call start() before you call advertise()',)
Traceback (most recent call last):
File "storjnode\api.pyo", line 76, in _init_node
File "storjnode\network\node.pyo", line 120, in __init__
File "storjnode\network\node.pyo", line 192, in _setup_data_transfer_client
File "storjnode\network\file_transfer.pyo", line 114, in __init__
File "pyp2p\net.pyo", line 744, in start
File "pyp2p\rendezvous_client.pyo", line 726, in determine_nat
File "pyp2p\rendezvous_client.pyo", line 703, in custom_server_con
File "pyp2p\net.pyo", line 821, in stop
File "pyp2p\net.pyo", line 1286, in __iter__
File "pyp2p\net.pyo", line 1272, in synchronize
File "pyp2p\net.pyo", line 583, in advertise
Exception: Please call start() before you call advertise()
Traceback (most recent call last):
File "storjnode", line 22, in <module>
File "apigen\apigen.pyo", line 251, in run
File "storjnode\api.pyo", line 42, in __init__
File "storjnode\api.pyo", line 76, in _init_node
File "storjnode\network\node.pyo", line 120, in __init__
File "storjnode\network\node.pyo", line 192, in _setup_data_transfer_client
File "storjnode\network\file_transfer.pyo", line 114, in __init__
File "pyp2p\net.pyo", line 744, in start
File "pyp2p\rendezvous_client.pyo", line 726, in determine_nat
File "pyp2p\rendezvous_client.pyo", line 703, in custom_server_con
File "pyp2p\net.pyo", line 821, in stop
File "pyp2p\net.pyo", line 1286, in __iter__
File "pyp2p\net.pyo", line 1272, in synchronize
File "pyp2p\net.pyo", line 583, in advertise
Exception: Please call start() before you call advertise()
Cmd still running. I am not able to enter a new command.
The text was updated successfully, but these errors were encountered:
My internet connection was offline for some minutes. I start storjnode farm. Connection was not possible as expected. I hit control + c to stop it. Cmd freezed with a nice exception.
Cmd still running. I am not able to enter a new command.
The text was updated successfully, but these errors were encountered: