Skip to content

RPCException: Method not found Liquid BTC #531

@snotrauk

Description

@snotrauk

Hi, i am running NBXplorer with BTC and Liquid pointing to a local elements node. Liquid is showing as not synched in the BTCPay web console and i am getting the below error. Elements is the latest version provided by the container ghcr.io/vulpemventures/elements which is 23.3.0.

info: NBXplorer.Indexer.LBTC: TCP Connection succeed, handshaking...
info: NBXplorer.Indexer.LBTC: Handshaked
info: NBXplorer.Indexer.LBTC: Testing RPC connection to http://liquid:8442/
info: NBXplorer.Indexer.LBTC: RPC connection successful
info: NBXplorer.Indexer.LBTC: Full node version detected: 230300
warn: NBXplorer.Indexer.LBTC: LBTC: Your NBXplorer server is not whitelisted by your node, you should add "whitelist=172.33.33.33" to the configuration file of your node. (Or use whitebind)
info: NBXplorer.Events: LBTC: Node state changed: NotStarted => NBXplorerSynching
fail: NBXplorer.Indexer.LBTC: Unhandled exception in the indexer, retrying in 60 seconds
NBitcoin.RPC.RPCException: Method not found
   at NBitcoin.RPC.RPCResponse.ThrowIfError()
   at NBitcoin.RPC.RPCClient.SendCommandAsync(RPCRequest request, CancellationToken cancellationToken)
   at NBitcoin.Altcoins.Elements.ElementsRPCClientExtensions.<>c__DisplayClass5_0.<<UnblindTransaction>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at NBitcoin.Altcoins.Elements.ElementsRPCClientExtensions.UnblindTransaction(RPCClient rpcClient, List`1 addressBlindingKeys, ElementsTransaction transaction, Network network)
   at NBXplorer.Extensions.UnblindTransaction(RPCClient rpc, DerivationStrategyBase ts, ElementsTransaction tx, IEnumerable`1 keyInfos) in /source/NBXplorer/Extensions.cs:line 122
   at NBXplorer.Backend.Repository.ElementMatchContext.Unblind(RPCClient rpc, DerivationStrategyBase ts, ElementsTransaction tx, LiquidKeyPathInformation[] keyInfos) in /source/NBXplorer/Backend/Repository.cs:line 569
   at NBXplorer.Backend.Repository.ElementMatchContext.Unblind(DbConnection connection, RPCClient rpc, Dictionary`2 txs, MultiValueDictionary`2 allKeyInfos) in /source/NBXplorer/Backend/Repository.cs:line 552
   at NBXplorer.Backend.Repository.SaveMatches(DbConnectionHelper connection, MatchQuery matchQuery, IList`1 records, CancellationToken cancellationToken) in /source/NBXplorer/Backend/Repository.cs:line 703
   at NBXplorer.Backend.Repository.GetMatches(DbConnectionHelper connection, IList`1 txs, SlimChainedBlock slimBlock, DateTimeOffset now, Boolean useCache, CancellationToken cancellationToken) in /source/NBXplorer/Backend/Repository.cs:line 621
   at NBXplorer.Backend.Indexer.SaveMatches(DbConnectionHelper conn, List`1 transactions, SlimChainedBlock slimChainedBlock, Boolean fireEvents, Nullable`1 seenAt) in /source/NBXplorer/Backend/Indexer.cs:line 457
   at NBXplorer.Backend.Indexer.SaveMatches(DbConnectionHelper conn, Block block, SlimChainedBlock slimChainedBlock) in /source/NBXplorer/Backend/Indexer.cs:line 441
   at NBXplorer.Backend.Indexer.IndexerLoopCore(CancellationToken token) in /source/NBXplorer/Backend/Indexer.cs:line 171
   at NBXplorer.Backend.Indexer.IndexerLoopCore(CancellationToken token) in /source/NBXplorer/Backend/Indexer.cs:line 164
   at NBXplorer.Backend.Indexer.IndexerLoopCore(CancellationToken token) in /source/NBXplorer/Backend/Indexer.cs:line 213
   at NBXplorer.Backend.Indexer.IndexerLoopCore(CancellationToken token) in /source/NBXplorer/Backend/Indexer.cs:line 148
   at NBXplorer.Backend.Indexer.IndexerLoop() in /source/NBXplorer/Backend/Indexer.cs:line 95

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions