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:13956) [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:33:03.976Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:33:03.977Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:33:04.001Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:33:04.029Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:33:04.087Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:33:04.105Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:33:04.143Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[111807]}
2024-09-29T07:33:04.145Z btcexp:rpc getBlockByHash: 336ce132226e55d7f81f9d219f458af932f6c6e05c510b842368071e38d911be
2024-09-29T07:33:04.146Z btcexp:rpc RPC: {"method":"getblock","parameters":["336ce132226e55d7f81f9d219f458af932f6c6e05c510b842368071e38d911be"]}
2024-09-29T07:33:04.147Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[1283464]}
2024-09-29T07:33:04.147Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[44662]}
2024-09-29T07:33:04.149Z btcexp:rpc getRawTransaction: 5cb2ba467acaeb4c878fb7379a0e18bd44e44e18a484267cad5d28a5622990ad
2024-09-29T07:33:04.149Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["5cb2ba467acaeb4c878fb7379a0e18bd44e44e18a484267cad5d28a5622990ad",1]}
2024-09-29T07:33:04.150Z btcexp:rpc getRawTransaction: d63d080e50b891b6dc8f4a0f6cd02e9e13ca44817918c26f7a4f96673d2c96bd
2024-09-29T07:33:04.151Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["d63d080e50b891b6dc8f4a0f6cd02e9e13ca44817918c26f7a4f96673d2c96bd",1]}
2024-09-29T07:33:04.152Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[20069]}
2024-09-29T07:33:04.152Z btcexp:rpc getRawTransaction: c9297df0f8249b5d901c152e80b5939bbc225d79d33c2e780a76de3145f12cb0
2024-09-29T07:33:04.153Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["c9297df0f8249b5d901c152e80b5939bbc225d79d33c2e780a76de3145f12cb0",1]}
2024-09-29T07:33:04.170Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[59047]}
2024-09-29T07:33:04.180Z btcexp:rpc getRawTransaction: 8cabfaaf265369d6fe259bac4f241b98076f27814b8086aaa8da0be05f4dbb90
2024-09-29T07:33:04.181Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["8cabfaaf265369d6fe259bac4f241b98076f27814b8086aaa8da0be05f4dbb90",1]}
2024-09-29T07:33:04.184Z 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)