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:7216) [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:21:46.511Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:21:46.512Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:21:46.532Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:21:46.557Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:21:46.614Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:21:46.630Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:21:46.663Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[1283869]}
2024-09-29T07:21:46.665Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[69621]}
2024-09-29T07:21:46.666Z btcexp:rpc getRawTransaction: 44447cc82c91197f7fab637e45a8bec2ca32b9aee9f0c0a03ffd9868b744b9b4
2024-09-29T07:21:46.667Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["44447cc82c91197f7fab637e45a8bec2ca32b9aee9f0c0a03ffd9868b744b9b4",1]}
2024-09-29T07:21:46.669Z btcexp:rpc getBlockByHash: 4cadcf866341d942964bdacbf4c94f231fc3edce1896c20d0a01fef3ce5d7990
2024-09-29T07:21:46.669Z btcexp:rpc RPC: {"method":"getblock","parameters":["4cadcf866341d942964bdacbf4c94f231fc3edce1896c20d0a01fef3ce5d7990"]}
2024-09-29T07:21:46.684Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[139399]}
2024-09-29T07:21:46.685Z btcexp:rpc getBlockByHash: dd4453e0f8d0f9cd5a1069529b31e38c6c61f573413890efd51416458e550489
2024-09-29T07:21:46.685Z btcexp:rpc RPC: {"method":"getblock","parameters":["dd4453e0f8d0f9cd5a1069529b31e38c6c61f573413890efd51416458e550489"]}
2024-09-29T07:21:46.686Z btcexp:rpc getBlockByHash: 3f9c904926b6d7db0a342f98dce17f0b7504745d409a363c163fa144402e024c
2024-09-29T07:21:46.687Z btcexp:rpc RPC: {"method":"getblock","parameters":["3f9c904926b6d7db0a342f98dce17f0b7504745d409a363c163fa144402e024c"]}
2024-09-29T07:21:46.698Z 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)