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:12964) [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:10.619Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-23T13:25:10.620Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-23T13:25:10.641Z btcexp:app Trying to verify RPC connection...
2024-09-23T13:25:10.673Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-23T13:25:10.732Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-23T13:25:10.751Z btcexp:rpc RPC: getnetworkinfo
2024-09-23T13:25:10.780Z btcexp:rpc getRawTransaction: 4c0335ebcc7995a2ceb84e5b9468647bf5fbe5575cbcd5b509ce1decd86db1f2
2024-09-23T13:25:10.780Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["4c0335ebcc7995a2ceb84e5b9468647bf5fbe5575cbcd5b509ce1decd86db1f2",1]}
2024-09-23T13:25:10.782Z btcexp:rpc getBlockByHash: e300b99d0f8d8bb30e2e63070e79bb595d7ef8d01eaf17d638315015f66949b1
2024-09-23T13:25:10.783Z btcexp:rpc RPC: {"method":"getblock","parameters":["e300b99d0f8d8bb30e2e63070e79bb595d7ef8d01eaf17d638315015f66949b1"]}
2024-09-23T13:25:10.784Z btcexp:rpc getRawTransaction: ed4d5843efb4d9cbb3933824c2ff19c4b3d99579e6f587cac8341440527d8b0f
2024-09-23T13:25:10.784Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["ed4d5843efb4d9cbb3933824c2ff19c4b3d99579e6f587cac8341440527d8b0f",1]}
2024-09-23T13:25:10.800Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[29692]}
2024-09-23T13:25:10.800Z btcexp:rpc getBlockByHash: 56dc039f511ba72240d8c3b202421100f414fef9bdc8560eee9bcf0d0fd4489f
2024-09-23T13:25:10.801Z btcexp:rpc RPC: {"method":"getblock","parameters":["56dc039f511ba72240d8c3b202421100f414fef9bdc8560eee9bcf0d0fd4489f"]}
2024-09-23T13:25:10.802Z btcexp:rpc getRawTransaction: 20044849d6dd7c065c341eeeb6246e29ef9bf9d15d99318c976082babcd0c620
2024-09-23T13:25:10.802Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["20044849d6dd7c065c341eeeb6246e29ef9bf9d15d99318c976082babcd0c620",1]}
2024-09-23T13:25:10.803Z btcexp:rpc getRawTransaction: 989be08fc2e2ae34f9814276c4de51e656f283bf672b2c803331827fd37abe3b
2024-09-23T13:25:10.803Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["989be08fc2e2ae34f9814276c4de51e656f283bf672b2c803331827fd37abe3b",1]}
2024-09-23T13:25:10.815Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
2024-09-23T13:25:10.820Z btcexp:rpc getRawTransaction: ca9b63e10fbe0811c9676c49c924ab81610085aec9820a297079b0588e22f9fd
2024-09-23T13:25:10.820Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["ca9b63e10fbe0811c9676c49c924ab81610085aec9820a297079b0588e22f9fd",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)