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

Internet connection offline -> Keyboard Interrupt throws exception #108

Open
littleskunk opened this issue Feb 18, 2016 · 0 comments
Open
Labels

Comments

@littleskunk
Copy link
Contributor

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.

@littleskunk littleskunk added the bug label Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant