Hypnos3/node-red-contrib-cast

msg.urlList limit

Closed this issue · 2 comments

I am automating playing playlists from Plex. I've noticed that if I populate msg.urlList with a large number of URL's (let's say 100), I get the following error "Client error reported:write ECONNRESET" from the CAST node. If I reduce the number of links to 10, for example, it works fine. Is there a way to increase the limit?

After some trial and error with arrays I've found the limit is 193 items. At 194 it does not play anything. Would be great if we could increase to 5,000+ to enable longer playlists.

I think this is probably an issue with the bit length of the payload vs a specific array limit.

If the JSON length is 13969 it doesn't work, if it's 13911 it does work.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.