Skip to content

erorr for run Node.js v20.10.0 code example you #1

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

Open
bobwatcherx opened this issue Apr 26, 2024 · 0 comments
Open

erorr for run Node.js v20.10.0 code example you #1

bobwatcherx opened this issue Apr 26, 2024 · 0 comments
Labels
fixing soon Issues will be fixed soon

Comments

@bobwatcherx
Copy link

why this error

C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\src>node server.js
Server running on port 3000
node:_http_outgoing:652
throw new ERR_HTTP_HEADERS_SENT('set');
^

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (node:_http_outgoing:652:11)
at ServerResponse.header (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\response.js:795:10)
at ServerResponse.contentType (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\response.js:625:15)
at ServerResponse.send (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\response.js:150:14)
at C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\src\server.js:29:9
at Layer.handle [as handle_request] (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\router\layer.js:95:5)
at next (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\router\route.js:149:13)
at Route.dispatch (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\router\route.js:119:3)
at Layer.handle [as handle_request] (C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\router\layer.js:95:5)
at C:\Users\LENOVO\Pictures\mainan\webdood\TeraboxBulkDownloader\node_modules\express\lib\router\index.js:284:15 {
code: 'ERR_HTTP_HEADERS_SENT'
}

Node.js v20.10.0

@nxdun nxdun added the fixing soon Issues will be fixed soon label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixing soon Issues will be fixed soon
Projects
None yet
Development

No branches or pull requests

2 participants