🔍 BUSCANDO OCURRENCIA 3164 EN SUPABASE ================================================================================ Ocurrencias
Internal Server Error

Illuminate\Http\Client\ConnectionException

vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:1675

cURL error 6: Could not resolve host: rest (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for rest/v1/ocurrencias?select=id%2Cexternal_id%2Cfecha%2Cfuente_id%2Cmul_url%2Csync_estado%2Csync_id_remoto&id=eq.3164&limit=1

LARAVEL 12.38.1
PHP 8.4.18
UNHANDLED
CODE 0
500
GET
https://ocurrencias.valcoza.net.pe

Exception trace

5 vendor frames
Illuminate\Http\Client\PendingRequest->marshalConnectionException(object(GuzzleHttp\Exception\ConnectException))
vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:1675
Illuminate\Http\Client\PendingRequest->{closure:Illuminate\Http\Client\PendingRequest::send():964}(integer)
vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:1001
vendor/laravel/framework/src/Illuminate/Support/helpers.php
vendor/laravel/framework/src/Illuminate/Support/helpers.php:329
Illuminate\Http\Client\PendingRequest->send(string, string, array)
vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:964
Illuminate\Http\Client\PendingRequest->get(string, array)
vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:799
check_supabase_3164.php
check_supabase_3164.php:22
17    ->timeout(30)18    ->withHeaders([19        'apikey' => $supabaseKey,20        'Authorization' => "Bearer {$supabaseKey}"21    ])22    ->get("{$supabaseUrl}/rest/v1/ocurrencias", [23        'select' => 'id,external_id,fecha,fuente_id,mul_url,sync_estado,sync_id_remoto',24        'id' => 'eq.3164',25        'limit' => 126    ]);2728if (!$response->successful()) {29    echo "❌ Error consultando Supabase: " . $response->status() . "\n";30    echo "   Body: " . $response->body() . "\n";31    exit(1);32}3334

Queries

// No queries executed

Headers

host
ocurrencias.valcoza.net.pe
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept
*/*
accept-language
en-us,en;q=0.5
accept-charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7
x-https
1
accept-encoding
gzip, br, zstd, deflate

Body

// No request body

Routing

// No routing context

Routing parameters

// No routing parameters