Skip to content

Instantly share code, notes, and snippets.

@n8maninger
Created November 18, 2020 11:10
Show Gist options
  • Save n8maninger/396741b746ba256942431715171f9697 to your computer and use it in GitHub Desktop.
Save n8maninger/396741b746ba256942431715171f9697 to your computer and use it in GitHub Desktop.

Host warnings and errors

Locally fixable

UPnP not configured

network.go:218: ERROR: failed to forward port: WARN: could not automatically forward port 9982: no UPnP-enabled devices found: no UPnP-enabled gateway found

The Sia Daemon tries to make itself accessible on your public IP by setting up a port forward on your router through UPnP. You can either setup UPnP on your router or manually configure a port forward and ignore this message.

Remote user can't deposit into ephemeral account

errors.go:150: [Funding ephemeral failed; Could not deposit funds; Deposit failed; ephemeral account maximam balance exceeded]

You can increase maxephemeralaccountbalance to allow users to deposit more funds.

Remote problem

The following list is only for your information, these problems can't actually be fixed locally on your host.

To be documented

errors.go:150: [Failed to process payment; Invalid payment revision; communication error: rejected for bad revision number]
errors.go:150: [failed to process payment; Withdraw failed; ephemeral account withdrawal message expires too far into the future]
errors.go:150: error with XXX.XXX.XXX.XXX:12345: incoming RPCLoopEnter failed: EOF
errors.go:150: error with XXX.XXX.XXX.XXX:12345: incoming RPCLoopEnter failed: incoming RPCLoopRead failed: [expected at least 1024000000000000000 to be exchanged, but 206848000000000001 was exchanged: ; communication error: rejected for high paying renter valid output]
errors.go:150: error with XXX.XXX.XXX.XXX:12345: incoming RPCLoopEnter failed: incoming RPCLoopRead failed: could not find the desired sector
errors.go:150: error with XXX.XXX.XXX.XXX:12345: incoming RPCLoopEnter failed: [read tcp XXX.XXX.XXX.XXX:12345->XXX.XXX.XXX.XXX:12345: i/o timeout; write tcp XXX.XXX.XXX.XXX:12345->XXX.XXX.XXX.XXX:12345: i/o timeout]
errors.go:150: [Failed to process payment; Could not fetch storage obligation; storage obligation not found in database]
errors.go:150: error with XXX.XXX.XXX.XXX:12345: incoming RPCLoopEnter failed: incoming RPCLoopLock failed: could not get storage obligation abcdef1234567890: storage obligation not found in database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment