iisnode encountered an error when processing the request.

HRESULT: 0x2
HTTP status: 500
HTTP subStatus: 1002
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:6744) [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:37.085Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:29:37.085Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:29:37.104Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:29:37.135Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:29:37.193Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:29:37.209Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:29:37.235Z btcexp:rpc getBlockByHash: 2f0ab0e3275414ab81486b75003aeca6e6c282fe3718f4e8a148334fbe54c7bc
2024-09-29T07:29:37.236Z btcexp:rpc RPC: {"method":"getblock","parameters":["2f0ab0e3275414ab81486b75003aeca6e6c282fe3718f4e8a148334fbe54c7bc"]}
2024-09-29T07:29:37.254Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[139406]}
2024-09-29T07:29:37.255Z btcexp:rpc getRawTransaction: d0c904f99df1b76d14161742efb38ed6f2f5a9f41b0c5b17cdcdccfde8952246
2024-09-29T07:29:37.256Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["d0c904f99df1b76d14161742efb38ed6f2f5a9f41b0c5b17cdcdccfde8952246",1]}
2024-09-29T07:29:37.257Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[84164]}
2024-09-29T07:29:37.258Z btcexp:rpc RPC: getblockchaininfo
2024-09-29T07:29:37.259Z btcexp:rpc getRawTransaction: 65c19c8b3bbd4801938627f51541079e952de2d0cbf45e731585bcde8bc44605
2024-09-29T07:29:37.259Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["65c19c8b3bbd4801938627f51541079e952de2d0cbf45e731585bcde8bc44605",1]}
2024-09-29T07:29:37.260Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[489734]}
2024-09-29T07:29:37.271Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[924412]}
2024-09-29T07:29:37.271Z btcexp:rpc getBlockByHash: ec41a1fc581175d69482c77bf54d626122750ff6f0ed9d1b73deb6ffb79fde4f
2024-09-29T07:29:37.272Z btcexp:rpc RPC: {"method":"getblock","parameters":["ec41a1fc581175d69482c77bf54d626122750ff6f0ed9d1b73deb6ffb79fde4f"]}
2024-09-29T07:29:37.273Z btcexp:rpc getBlockByHash: 0cf9e966c9f487d551a71a55656516b5707b8ea18378f0406aa4ead5cea6509d
2024-09-29T07:29:37.273Z btcexp:rpc RPC: {"method":"getblock","parameters":["0cf9e966c9f487d551a71a55656516b5707b8ea18378f0406aa4ead5cea6509d"]}
2024-09-29T07:29:37.276Z 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)