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:
(node:28208) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. HttpErrorResponse { headers: HttpHeaders { normalizedNames: Map {}, lazyUpdate: null, lazyInit: [Function] }, status: 429, statusText: 'Too Many Requests', url: 'https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@StaffingGo', ok: false, name: 'HttpErrorResponse', message: 'Http failure response for https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@StaffingGo: 429 Too Many Requests', error: { status: 'error', message: 'Daily rate limit exceeded, please try again after 21 hours, or use an api key (https://rss2json.com/register).' } }