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:14864) [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:09.035Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:33:09.036Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:33:09.056Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:33:09.081Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:33:09.137Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:33:09.153Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:33:09.184Z btcexp:rpc getRawTransaction: e25f475254d4d9ae7a8535d5fa3f2563c6c9b90656aa40cb356ff62f00397f92
2024-09-29T07:33:09.185Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["e25f475254d4d9ae7a8535d5fa3f2563c6c9b90656aa40cb356ff62f00397f92",1]}
2024-09-29T07:33:09.199Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[139401]}
2024-09-29T07:33:09.201Z btcexp:rpc getRawTransaction: bf307c841ae355f48ada6b8ac80450fd215f85b57bf79bfb57db0db4c5fc7111
2024-09-29T07:33:09.202Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["bf307c841ae355f48ada6b8ac80450fd215f85b57bf79bfb57db0db4c5fc7111",1]}
2024-09-29T07:33:09.204Z btcexp:rpc getBlockByHash: e2e3899729268c8fadbf6677c49afdc448792b49929bf7f164ab5296fad2bd95
2024-09-29T07:33:09.205Z btcexp:rpc RPC: {"method":"getblock","parameters":["e2e3899729268c8fadbf6677c49afdc448792b49929bf7f164ab5296fad2bd95"]}
2024-09-29T07:33:09.206Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[111802]}
2024-09-29T07:33:09.217Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
2024-09-29T07:33:09.221Z btcexp:rpc getBlockByHash: 375dacb7a69cd9eaf6f3321e2e61dded5ebfce34a5defa086ca7e5f83d4720aa
2024-09-29T07:33:09.221Z btcexp:rpc RPC: {"method":"getblock","parameters":["375dacb7a69cd9eaf6f3321e2e61dded5ebfce34a5defa086ca7e5f83d4720aa"]}
2024-09-29T07:33:09.222Z btcexp:rpc getRawTransaction: 1a157422ec25b6dc7ee336ee902fdc730c862741952e98b4eeb9d9c211e44f10
2024-09-29T07:33:09.223Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["1a157422ec25b6dc7ee336ee902fdc730c862741952e98b4eeb9d9c211e44f10",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)