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:8000) [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-23T14:41:16.696Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-23T14:41:16.697Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-23T14:41:16.722Z btcexp:app Trying to verify RPC connection...
2024-09-23T14:41:16.749Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-23T14:41:16.806Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-23T14:41:16.826Z btcexp:rpc RPC: getnetworkinfo
2024-09-23T14:41:16.853Z btcexp:rpc getRawTransaction: 485c1366bcdf2333c7487bc159313ebdf295d142ed7e86a1b54bebc6211df5e7
2024-09-23T14:41:16.853Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["485c1366bcdf2333c7487bc159313ebdf295d142ed7e86a1b54bebc6211df5e7",1]}
2024-09-23T14:41:16.867Z btcexp:rpc getRawTransaction: 0c5e1166c24acbf79a8e0b864757299287f076affd6c2bb1ba8b86ca8fa46a9c
2024-09-23T14:41:16.868Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["0c5e1166c24acbf79a8e0b864757299287f076affd6c2bb1ba8b86ca8fa46a9c",1]}
2024-09-23T14:41:16.869Z btcexp:rpc getBlockByHash: 4885cdb461d80bbd1c5fb7bbd01dd5ca8f6025fda1f1b6e334e12fef836ed6ee
2024-09-23T14:41:16.870Z btcexp:rpc RPC: {"method":"getblock","parameters":["4885cdb461d80bbd1c5fb7bbd01dd5ca8f6025fda1f1b6e334e12fef836ed6ee"]}
2024-09-23T14:41:16.871Z btcexp:rpc getRawTransaction: d2868baba8680578256fa80ebb2ab491656be04158e496fcb4aa0cd69f20c371
2024-09-23T14:41:16.871Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["d2868baba8680578256fa80ebb2ab491656be04158e496fcb4aa0cd69f20c371",1]}
2024-09-23T14:41:16.880Z 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)