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:8820) [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-10-06T02:33:03.902Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-10-06T02:33:03.903Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-10-06T02:33:03.922Z btcexp:app Trying to verify RPC connection...
2024-10-06T02:33:03.949Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-10-06T02:33:04.004Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-10-06T02:33:04.023Z btcexp:rpc RPC: getnetworkinfo
2024-10-06T02:33:04.049Z btcexp:rpc getRawTransaction: 721f3aaa1f8195c96edb0e2bc163e0d87ef242ac174702ad57ed556af1e0e0ff
2024-10-06T02:33:04.050Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["721f3aaa1f8195c96edb0e2bc163e0d87ef242ac174702ad57ed556af1e0e0ff",1]}
2024-10-06T02:33:04.065Z btcexp:rpc getBlockByHash: 13debe0dd0615c82759fb9881418820dc957173a7b93e9179ec8da5c14d92f0d
2024-10-06T02:33:04.066Z btcexp:rpc RPC: {"method":"getblock","parameters":["13debe0dd0615c82759fb9881418820dc957173a7b93e9179ec8da5c14d92f0d"]}
2024-10-06T02:33:04.067Z btcexp:rpc getRawTransaction: bde46eedb329dbc235d99bbbf9f2218ef5f01f6d8861532a5bacf2d9b14b12f9
2024-10-06T02:33:04.068Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["bde46eedb329dbc235d99bbbf9f2218ef5f01f6d8861532a5bacf2d9b14b12f9",1]}
2024-10-06T02:33:04.069Z btcexp:rpc getBlockByHash: deff8b8226d83416f309b98cd08d61c2684c62b1df1fcce147f9bf9fd0efcd30
2024-10-06T02:33:04.069Z btcexp:rpc RPC: {"method":"getblock","parameters":["deff8b8226d83416f309b98cd08d61c2684c62b1df1fcce147f9bf9fd0efcd30"]}
2024-10-06T02:33:04.070Z btcexp:rpc RPC: getblockchaininfo
2024-10-06T02:33:04.081Z btcexp:rpc getRawTransaction: 0cbd59cc48d1ab9b83cf414400931f910500b63a6ac12840df980d1e16639cfd
2024-10-06T02:33:04.081Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["0cbd59cc48d1ab9b83cf414400931f910500b63a6ac12840df980d1e16639cfd",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)