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:12000) [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-23T14:32:44.495Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-23T14:32:44.496Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-23T14:32:44.516Z btcexp:app Trying to verify RPC connection...
2024-09-23T14:32:44.559Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-23T14:32:44.617Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-23T14:32:44.634Z btcexp:rpc RPC: getnetworkinfo
2024-09-23T14:32:44.669Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[1079878]}
2024-09-23T14:32:44.671Z btcexp:rpc getBlockByHash: 4f944f7ec5e2b814a8b120c83fe6f693d2bf2ea50cf0f09dc9a4c58210b296eb
2024-09-23T14:32:44.672Z btcexp:rpc RPC: {"method":"getblock","parameters":["4f944f7ec5e2b814a8b120c83fe6f693d2bf2ea50cf0f09dc9a4c58210b296eb"]}
2024-09-23T14:32:44.678Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
2024-09-23T14:32:44.696Z btcexp:rpc getRawTransaction: 2ab88e0bd1ee31edb1f16d2271bfca9e6bd4710ca096ae967f7ae5ca7c6c3f5b
2024-09-23T14:32:44.697Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["2ab88e0bd1ee31edb1f16d2271bfca9e6bd4710ca096ae967f7ae5ca7c6c3f5b",1]}
2024-09-23T14:32:44.799Z btcexp:rpc getBlockByHash: a1b315d6fe6879a7fb6aabc34c1f4123e7f99c0b9dd2114bced66dc8d252fe1e
2024-09-23T14:32:44.799Z btcexp:rpc RPC: {"method":"getblock","parameters":["a1b315d6fe6879a7fb6aabc34c1f4123e7f99c0b9dd2114bced66dc8d252fe1e"]}
2024-09-23T14:32:44.803Z btcexp:rpc getRawTransaction: 0c94b08f2311e3f33d3278646b7ed9785c475f46cd5fc4ffd24a472b5c3359f5
2024-09-23T14:32:44.804Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["0c94b08f2311e3f33d3278646b7ed9785c475f46cd5fc4ffd24a472b5c3359f5",1]}
2024-09-23T14:32:46.383Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[179499]}
2024-09-23T14:32:47.281Z btcexp:rpc getBlockByHash: 89fe422e8eec86438efeb44be8f792f942c787e29a4d5220c6d4244cf0cd2707
2024-09-23T14:32:47.282Z btcexp:rpc RPC: {"method":"getblock","parameters":["89fe422e8eec86438efeb44be8f792f942c787e29a4d5220c6d4244cf0cd2707"]}
2024-09-23T14:32:47.283Z btcexp:rpc RPC: getblockchaininfo
2024-09-23T14:32:48.216Z btcexp:rpc getRawTransaction: 6105624e484e6ff15042d0a5cb87d44a946f27f524e75d98877f96752a0f7aad
2024-09-23T14:32:48.216Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["6105624e484e6ff15042d0a5cb87d44a946f27f524e75d98877f96752a0f7aad",1]}
2024-09-23T14:32:48.348Z btcexp:rpc getRawTransaction: c84ebe51721ecb78601bbc91489a0c498996dabd21127a6a559ae1c2ecc57426
2024-09-23T14:32:48.348Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["c84ebe51721ecb78601bbc91489a0c498996dabd21127a6a559ae1c2ecc57426",1]}
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)