Co100
Benutzer
- Mitglied seit
- 19. Apr 2015
- Beiträge
- 158
- Punkte für Reaktionen
- 2
- Punkte
- 24
Welche Version von Hyper Backup hast du installiert?
#!/bin/bash
cd /usr/basic-to-passport-auth-http-proxy-master/
npm ci --only=produc
export PROXY_TARGET=https://d.docs.live.net/
node lib/server.js
npm WARN invalid config only="produc"
npm WARN prepare removing existing node_modules/ before installation
added 268 packages in 22.635s
proxy:info Proxy server listening: { address: '::', family: 'IPv6', port: 3000 } +0ms
proxy:error [19268897/5817] Sending error response: 500 read ECONNRESET +2h <<<--- Zeit immer unterschiedlich
_http_outgoing.js:526
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 (_http_outgoing.js:526:11)
at sendResponse (/usr/basic-to-passport-auth-http-proxy-master/lib/server.js:48:17)
at ProxyServer.<anonymous> (/usr/basic-to-passport-auth-http-proxy-master/lib/server .js:264:5)
at ProxyServer.emit (/usr/basic-to-passport-auth-http-proxy-master/node_modules/even temitter3/index.js:210:27)
at ClientRequest.proxyError (/usr/basic-to-passport-auth-http-proxy-master/node_modu les/http-proxy/lib/http-proxy/passes/web-incoming.js:163:18)
at ClientRequest.emit (events.js:310:20)
at TLSSocket.socketErrorListener (_http_client.js:426:9)
at TLSSocket.emit (events.js:310:20)
at errorOrDestroy (internal/streams/destroy.js:108:12)
at onwriteError (_stream_writable.js:418:5) {
code: 'ERR_HTTP_HEADERS_SENT'
}
Ist das ein Tippfehler?npm ci --only=produc
npm ci --only=production
Vielen Dank für den Hinweis....Ist das ein Tippfehler?
Auf git steht der Befehl
Kann es vielleicht daran liegen?Bash:npm ci --only=production
Ansonsten kann ich leider nicht helfen, da keine Ahnung von Node.js
Bei mir läuft das schon eine gefühlte Ewigkeit gut im Docker Container
Trotz der Korrektur, tritt dieses Problem weiter auf.Ist das ein Tippfehler?
Auf git steht der Befehl
Kann es vielleicht daran liegen?Bash:npm ci --only=production
Ansonsten kann ich leider nicht helfen, da keine Ahnung von Node.js
Bei mir läuft das schon eine gefühlte Ewigkeit gut im Docker Container
proxy:error [29502539/7982] Sending error response: 500 read ECONNRESET +1h
proxy:error [29502539/7982] Sending error response: 500 Cannot call write after a stream was destroyed +37ms
_http_outgoing.js:526
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 (_http_outgoing.js:526:11)
at sendResponse (/usr/basic-to-passport-auth-http-proxy-master/lib/server.js:48:17)
at ProxyServer.<anonymous> (/usr/basic-to-passport-auth-http-proxy-master/lib/server.js:264:5)
at ProxyServer.emit (/usr/basic-to-passport-auth-http-proxy-master/node_modules/eventemitter3/index.js:210:27)
at ClientRequest.proxyError (/usr/basic-to-passport-auth-http-proxy-master/node_modules/http-proxy/lib/http-proxy/passes/web-incoming.js:163:18)
at ClientRequest.emit (events.js:310:20)
at TLSSocket.socketErrorListener (_http_client.js:426:9)
at TLSSocket.emit (events.js:310:20)
at errorOrDestroy (internal/streams/destroy.js:108:12)
at onwriteError (_stream_writable.js:418:5) {
code: 'ERR_HTTP_HEADERS_SENT'
}
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.