mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'bug/guardas_cliente' into 'main'
arraglados algunos bugs See merge request jjimenez/safekat!255
This commit is contained in:
@ -956,7 +956,7 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
|
||||
$coste = $tarifas_envio[0]->precio;
|
||||
}
|
||||
}
|
||||
if (count($data) > 0) {
|
||||
if (count($data) > 0 && count($tarifas_envio) > 0){
|
||||
$data[0]->coste = $coste;
|
||||
$data[0]->tipo = $entregaPieCalle ? 'palets' : 'cajas';
|
||||
$data[0]->margen = $margen;
|
||||
|
||||
@ -500,7 +500,7 @@
|
||||
<select id="papelGuardas" name="papelGuardas" class="form-control select2bs2 calcular-presupuesto" style="width: 100%;">
|
||||
<?php if (isset($datosPresupuesto->papelGuardas) && is_array($datosPresupuesto->papelGuardas) && !empty($datosPresupuesto->papelGuardas)) :
|
||||
foreach ($datosPresupuesto->papelGuardas as $k => $v) : ?>
|
||||
<option value="<?= $v->id ?>" <? echo ($v->id==$presupuestoEntity->papel_guardas?'selected':'');?> >
|
||||
<option value="<?= $v->id ?>" <?php echo ($v->id==$presupuestoEntity->papel_guardas?'selected':'');?> >
|
||||
<?= $v->nombre ?>
|
||||
</option>
|
||||
<?php endforeach;
|
||||
|
||||
@ -214,9 +214,11 @@
|
||||
submitButton: new FormValidation.plugins.SubmitButton()
|
||||
}
|
||||
}).on('core.form.valid', function () {
|
||||
validationStepper.next();
|
||||
initDirecciones();
|
||||
initTiradasDirecciones();
|
||||
if($('#tiradaPrecio1').length > 0) {
|
||||
validationStepper.next();
|
||||
initDirecciones();
|
||||
initTiradasDirecciones();
|
||||
}
|
||||
});
|
||||
|
||||
const tirada = $('#tirada');
|
||||
|
||||
@ -180,7 +180,7 @@ theTable = $('#tableOfPresupuestos').DataTable({
|
||||
url: '<?= route_to('datatableOfPresupuestos') ?>',
|
||||
method: 'POST',
|
||||
data: function(q) {
|
||||
q.cliente = <? echo $clienteId; ?>;
|
||||
q.cliente = <?php echo $clienteId; ?>;
|
||||
},
|
||||
headers: {'X-Requested-With': 'XMLHttpRequest'},
|
||||
async: true,
|
||||
|
||||
896
xdebug.log
896
xdebug.log
@ -769534,3 +769534,899 @@ Stack trace:
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] Log closed at 2024-05-22 14:29:44.739479
|
||||
|
||||
[48] Log opened at 2024-05-22 14:44:16.461287
|
||||
[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] Log closed at 2024-05-22 14:44:16.827181
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:17.018558
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:17.254527
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:17.515407
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:17.965253
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:21.831706
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:22.247368
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:22.404557
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:22.630066
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:22.909077
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] Log opened at 2024-05-22 14:44:23.150083
|
||||
[68] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.68'
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:23.280277
|
||||
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] Log closed at 2024-05-22 14:44:23.500735
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:27.414028
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] Log closed at 2024-05-22 14:44:28.289456
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:28.485348
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] Log opened at 2024-05-22 14:44:28.497182
|
||||
[68] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.68'
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] Log opened at 2024-05-22 14:44:28.498338
|
||||
[54] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.54'
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] Log opened at 2024-05-22 14:44:28.498756
|
||||
[67] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.67'
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] Log opened at 2024-05-22 14:44:28.498837
|
||||
[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[69] Log opened at 2024-05-22 14:44:28.500322
|
||||
[69] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.69'
|
||||
[69] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[69] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[69] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[69] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[69] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[69] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] Log closed at 2024-05-22 14:44:28.723333
|
||||
|
||||
[65] Log opened at 2024-05-22 14:44:28.725496
|
||||
[65] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.65'
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[67] Log closed at 2024-05-22 14:44:28.784796
|
||||
|
||||
[67] Log opened at 2024-05-22 14:44:28.787692
|
||||
[67] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.67'
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] Log closed at 2024-05-22 14:44:28.848284
|
||||
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] Log closed at 2024-05-22 14:44:28.905863
|
||||
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[69] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[69] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[69] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[69] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[69] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[69] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[69] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[69] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[69] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[69] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[69] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] Log closed at 2024-05-22 14:44:29.035250
|
||||
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[69] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[69] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[65] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[65] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[65] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[65] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[69] Log closed at 2024-05-22 14:44:29.094055
|
||||
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[65] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[67] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[67] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[67] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[67] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[65] Log closed at 2024-05-22 14:44:29.153019
|
||||
|
||||
[67] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[67] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[67] Log closed at 2024-05-22 14:44:29.212590
|
||||
|
||||
[54] Log opened at 2024-05-22 14:44:29.267142
|
||||
[54] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.54'
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] Log closed at 2024-05-22 14:44:29.678331
|
||||
|
||||
[54] Log opened at 2024-05-22 14:44:33.863404
|
||||
[54] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.54'
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[54] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[54] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[54] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[54] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[54] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[54] Log closed at 2024-05-22 14:44:34.192840
|
||||
|
||||
[59] Log opened at 2024-05-22 14:44:40.371471
|
||||
[59] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.59'
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] Log closed at 2024-05-22 14:44:40.722978
|
||||
|
||||
[59] Log opened at 2024-05-22 14:44:44.096192
|
||||
[59] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.59'
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] Log closed at 2024-05-22 14:44:44.507855
|
||||
|
||||
[59] Log opened at 2024-05-22 14:44:45.079678
|
||||
[59] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.59'
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log opened at 2024-05-22 14:44:45.289127
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] Log closed at 2024-05-22 14:44:45.414210
|
||||
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-05-22 14:44:45.643895
|
||||
|
||||
[59] Log opened at 2024-05-22 14:44:49.259462
|
||||
[59] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.59'
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] Log closed at 2024-05-22 14:44:50.087882
|
||||
|
||||
[25] Log opened at 2024-05-22 14:44:50.328454
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] Log opened at 2024-05-22 14:44:50.346716
|
||||
[59] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.59'
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[66] Log opened at 2024-05-22 14:44:50.347296
|
||||
[66] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.66'
|
||||
[66] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[66] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[66] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[66] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] Log opened at 2024-05-22 14:44:50.348773
|
||||
[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] Log opened at 2024-05-22 14:44:50.349451
|
||||
[68] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.68'
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[70] Log opened at 2024-05-22 14:44:50.349555
|
||||
[70] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.70'
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[70] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[70] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[70] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[70] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[66] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[66] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[70] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[70] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] Log closed at 2024-05-22 14:44:50.563908
|
||||
|
||||
[25] Log opened at 2024-05-22 14:44:50.566108
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] Log closed at 2024-05-22 14:44:50.628218
|
||||
|
||||
[68] Log opened at 2024-05-22 14:44:50.630395
|
||||
[68] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.68'
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[59] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[59] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[59] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[59] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[59] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[59] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[48] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[48] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[48] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[59] Log closed at 2024-05-22 14:44:50.714485
|
||||
|
||||
[66] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[66] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[66] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[66] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[48] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[48] Log closed at 2024-05-22 14:44:50.773913
|
||||
|
||||
[66] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[66] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[66] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[66] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[66] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[66] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[66] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[70] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[70] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[70] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[70] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[66] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[70] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[66] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[70] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[70] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[70] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[70] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[70] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[70] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[66] Log closed at 2024-05-22 14:44:50.860567
|
||||
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[70] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[70] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[70] Log closed at 2024-05-22 14:44:50.918983
|
||||
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[68] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[68] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[68] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[68] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] Log closed at 2024-05-22 14:44:50.978464
|
||||
|
||||
[68] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[68] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[68] Log closed at 2024-05-22 14:44:51.040871
|
||||
|
||||
[25] Log opened at 2024-05-22 14:44:51.100118
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
|
||||
[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
|
||||
[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', getaddrinfo: Invalid argument.
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-05-22 14:44:51.548101
|
||||
|
||||
|
||||
Reference in New Issue
Block a user