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:3804) [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-29T07:29:39.054Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:29:39.055Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:29:39.078Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:29:39.111Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:29:39.167Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:29:39.184Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:29:39.214Z btcexp:rpc getBlockByHash: b4b73413103fc6e269eabac915383b62e9edfb816599c4837c73dac3ffbbd2c4
2024-09-29T07:29:39.215Z btcexp:rpc RPC: {"method":"getblock","parameters":["b4b73413103fc6e269eabac915383b62e9edfb816599c4837c73dac3ffbbd2c4"]}
2024-09-29T07:29:39.217Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[1283573]}
2024-09-29T07:29:39.218Z btcexp:rpc getBlockByHash: 986719aedf0d5eaae5152b760a6c0c1de9c347ac9e70959e00add37bd42caf78
2024-09-29T07:29:39.218Z btcexp:rpc RPC: {"method":"getblock","parameters":["986719aedf0d5eaae5152b760a6c0c1de9c347ac9e70959e00add37bd42caf78"]}
2024-09-29T07:29:39.232Z btcexp:rpc getRawTransaction: c943ece724b83a905fc205978edbe122d436fda10c61dd65d32e2cdd55f3d1bf
2024-09-29T07:29:39.233Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["c943ece724b83a905fc205978edbe122d436fda10c61dd65d32e2cdd55f3d1bf",1]}
2024-09-29T07:29:39.234Z btcexp:rpc getBlockByHash: 8802f3523a7ff6ce43032f78d31def2bb38b0e9798a295043c9e7dd75ce49b7e
2024-09-29T07:29:39.234Z btcexp:rpc RPC: {"method":"getblock","parameters":["8802f3523a7ff6ce43032f78d31def2bb38b0e9798a295043c9e7dd75ce49b7e"]}
2024-09-29T07:29:39.235Z btcexp:rpc getRawTransaction: 015385d015839b83e9ed0a9d4266bf2cd6fd646a10b20d0cbdadfb763d3183ea
2024-09-29T07:29:39.235Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["015385d015839b83e9ed0a9d4266bf2cd6fd646a10b20d0cbdadfb763d3183ea",1]}
2024-09-29T07:29:39.236Z btcexp:rpc getBlockByHash: 5bd20a7b78b37cab738607fb5a424504d0c0e622d0c6438339090f0f9b1b4ffa
2024-09-29T07:29:39.237Z btcexp:rpc RPC: {"method":"getblock","parameters":["5bd20a7b78b37cab738607fb5a424504d0c0e622d0c6438339090f0f9b1b4ffa"]}
2024-09-29T07:29:39.247Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
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)