Skip to content

TBD-67: roku-deploy: fix nodejs 19 bug#115

Merged
TwitchBronBron merged 1 commit intomasterfrom
TBD-67
May 10, 2023
Merged

TBD-67: roku-deploy: fix nodejs 19 bug#115
TwitchBronBron merged 1 commit intomasterfrom
TBD-67

Conversation

@fumer-fubotv
Copy link
Collaborator

'Request' module post requests fail with Nodejs v19 and up. To make it compatible with newer versions of node simply pass the following config values to the request apis to overcome socket error: agentOptions: { 'keepAlive': false }

'Request' module post requests fail with Nodejs v19 and up. To make it compatible with newer versions of node simply pass the following config values to the request apis to overcome socket error:
agentOptions: { 'keepAlive': false }
@fumer-fubotv fumer-fubotv self-assigned this May 9, 2023
@TwitchBronBron
Copy link
Member

Looks like it works for me on node 16 and node 19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants