Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object.assign(new Error('Premature close') #26

Open
tmikaeld opened this issue May 4, 2023 · 0 comments
Open

Object.assign(new Error('Premature close') #26

tmikaeld opened this issue May 4, 2023 · 0 comments

Comments

@tmikaeld
Copy link

tmikaeld commented May 4, 2023

I'm getting this on both docker and native nodejs version in production mode:

GET /proxy?url=https%3A%2F%2Fsproutsocial.com%2Finsights%2Fhow-to-get-more-followers-on-twitter%2F 200 - - 264.196 ms

/home/autogpt/AutoGPT.js/node_modules/@remix-run/web-fetch/src/fetch.js:342
                                const error = Object.assign(new Error('Premature close'), {
                                ^
Error: Premature close
    at TLSSocket.onSocketClose (/home/autogpt/AutoGPT.js/node_modules/@remix-run/web-fetch/src/fetch.js:342:33)
    at TLSSocket.emit (node:events:523:35)
    at node:net:334:12
    at TCP.done (node:_tls_wrap:588:7)
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

No branches or pull requests

1 participant