Often RSS parser refuses to work for unknown reasons (timeout error):
ERROR: Request timed out after 60000ms
Error: Request timed out after 60000ms
at Timeout.<anonymous> (/usr/local/lib/node_modules/n8n/node_modules/rss-parser/lib/parser.js:101:23)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
It refuses to parse any Huginn-generated RSS and many others, for instance, why this RSS can’t be parsed? First I thought there was an issue with Cyryllic symbols, yet this RSS is parsed correctly. How can I fix this?