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
Here's the command that I ran:
./lncli addinvoice --amt 2000
[lncli] rpc error: code = Unknown desc = permission denied
I suspect that the failure might be related to me upgrading my version of lnd.
Your environment
version of lnd
lnd version 0.4.2-beta commit=7c2307984d38ed5a27f27798f30aacb619927454
which operating system (uname -a on *Nix)
Raspbian
Linux 4.9.80-v7+ make check error #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
version of btcd, bitcoind, or other backend
Bitcoin Core Daemon version v0.16.99.0-9b8b1079d
any other relevant environment details
Steps to reproduce
Unknown, but potentially something like the following:
Upgrade for lnd 0.4.1 to 0.4.2.
Run lncli addinvoice --amt 2000
Expected behaviour
A new invoice is generated.
If a permissions error occurs, information about the resource in question is provided (e.g. the file path of the wrongly-permissioned file, so that the user can manually fix the permissions).
Actual behaviour
No invoice is generated.
An error occurs.
The error message is not helpful enough (does not include a file path, for example).
The text was updated successfully, but these errors were encountered:
Background
There are two issues here:
Here's the command that I ran:
./lncli addinvoice --amt 2000
[lncli] rpc error: code = Unknown desc = permission denied
I suspect that the failure might be related to me upgrading my version of lnd.
Your environment
lnd
lnd version 0.4.2-beta commit=7c2307984d38ed5a27f27798f30aacb619927454
uname -a
on *Nix)Raspbian
Linux 4.9.80-v7+ make check error #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
btcd
,bitcoind
, or other backendBitcoin Core Daemon version v0.16.99.0-9b8b1079d
Steps to reproduce
Unknown, but potentially something like the following:
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: