iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
(node:5580) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
2024-09-23T13:25:07.520Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-23T13:25:07.520Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-23T13:25:07.544Z btcexp:app Trying to verify RPC connection...
2024-09-23T13:25:07.574Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-23T13:25:07.636Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-23T13:25:07.655Z btcexp:rpc RPC: getnetworkinfo
2024-09-23T13:25:07.683Z btcexp:rpc getBlockByHash: ef98e9c1bb3d0840496b7f78d572c30930833ae883941578f486b473e5322d61
2024-09-23T13:25:07.684Z btcexp:rpc RPC: {"method":"getblock","parameters":["ef98e9c1bb3d0840496b7f78d572c30930833ae883941578f486b473e5322d61"]}
2024-09-23T13:25:07.686Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[167877]}
2024-09-23T13:25:07.687Z btcexp:rpc getRawTransaction: 94836b0eb7ea52d5f5f961f5d8fc176f951e66974202a1bf9170e594beb5565b
2024-09-23T13:25:07.688Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["94836b0eb7ea52d5f5f961f5d8fc176f951e66974202a1bf9170e594beb5565b",1]}
2024-09-23T13:25:07.701Z btcexp:rpc getRawTransaction: 85e87b2f4166844039132558f4138105444a0eeb8515589c33818f20576b929a
2024-09-23T13:25:07.702Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["85e87b2f4166844039132558f4138105444a0eeb8515589c33818f20576b929a",1]}
2024-09-23T13:25:07.703Z btcexp:rpc getRawTransaction: a56095568a394ab77785ab2474de496cebe0a962fdf339a702c8bd0f727c2398
2024-09-23T13:25:07.703Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["a56095568a394ab77785ab2474de496cebe0a962fdf339a702c8bd0f727c2398",1]}
2024-09-23T13:25:07.704Z btcexp:rpc getRawTransaction: 635ce53b3862670d0aa91ef440d26cab49b69f070d89944cc11f70b4d0719026
2024-09-23T13:25:07.704Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["635ce53b3862670d0aa91ef440d26cab49b69f070d89944cc11f70b4d0719026",1]}
2024-09-23T13:25:07.714Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
2024-09-23T13:25:07.850Z btcexp:rpc getBlockByHash: fc835f48e06906ba689c8c6e80ccf9cd729c5ac2917140f43133e18f76ef9b3b
2024-09-23T13:25:07.851Z btcexp:rpc RPC: {"method":"getblock","parameters":["fc835f48e06906ba689c8c6e80ccf9cd729c5ac2917140f43133e18f76ef9b3b"]}
2024-09-23T13:25:08.416Z btcexp:rpc getBlockByHash: 1700838cd0e395cef6dfa60b044f220fc5bdc232a1a1da0768b56bab52a80fae
2024-09-23T13:25:08.416Z btcexp:rpc RPC: {"method":"getblock","parameters":["1700838cd0e395cef6dfa60b044f220fc5bdc232a1a1da0768b56bab52a80fae"]}
Application has thrown an uncaught exception and is terminated:
SyntaxError: Unexpected token W in JSON at position 0
    at JSON.parse (<anonymous>)
    at obfuscateResponse (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-obfuscator.js:60:23)
    at obfuscate (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-obfuscator.js:142:3)
    at C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-logger.js:24:36
    at Request.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\@uphold\request-logger\src\index.js:33:9)
    at Request.emit (node:events:529:35)
    at Request.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\request\request.js:1161:10)
    at Request.emit (node:events:517:28)
    at IncomingMessage.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\request\request.js:1083:12)
    at Object.onceWrapper (node:events:631:28)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)