diff --git a/README.md b/README.md index ae561715..9e470516 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,22 @@ docker pull blockcore/indexer:latest docker pull blockcore/indexer:0.0.6 ``` +## Troubleshooting + + +``` +StatusCode = Unauthorized Error = Blockcore.Indexer.Client.BitcoinClientException: StatusCode='Unauthorized' Error=Error (0) + at Blockcore.Indexer.Client.BitcoinClient.HandleError(String body, HttpResponseMessage response, Nullable`1 statusCode) in /home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer/Client/BitcoinClient.cs:line 617 +``` + +Issue: This error log is often related to caller IP not being part of the "rpcallowip" list. + + +``` +Blockcore.Indexer.Client.BitcoinCommunicationException: Daemon Failed Url = 'http://city-chain:4334/' + ---> System.AggregateException: One or more errors occurred. (Connection refused) + ---> System.Net.Http.HttpRequestException: Connection refused + ---> System.Net.Sockets.SocketException (111): Connection refused +``` + +Issue: This happens when the DNS name is not accessible. \ No newline at end of file diff --git a/package.json b/package.json index 14a40974..2e6b94ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Blockcore.Indexer/Blockcore.Indexer.csproj b/src/Blockcore.Indexer/Blockcore.Indexer.csproj index 053e5dea..9ff63bdd 100644 --- a/src/Blockcore.Indexer/Blockcore.Indexer.csproj +++ b/src/Blockcore.Indexer/Blockcore.Indexer.csproj @@ -20,6 +20,8 @@ + + @@ -27,12 +29,12 @@ - + - - - - + + + +