🔍 DIAGNÓSTICO MULTIMEDIA - AGT-003164 ================================================================================ ✅ Ocurrencia encontrada en MySQL ID MySQL: 2997 External ID: AGT-003164 Fuente ID: 2 Fecha: 2026-02-17 00:00:00 📦 CAMPOS EN MYSQL: mul_url (raw): "[\"\\/data\\/user\\/0\\/com.example.reports_app\\/cache\\/scaled_IMG-20260217-WA0020.jpg\",\"\\/data\\/user\\/0\\/com.example.reports_app\\/cache\\/scaled_IMG_20260217_013307.jpg\"]" mul_url_remoto (raw): ["__not_available__"] mul_url (decoded): NOT ARRAY mul_url_remoto (decoded): 1 elementos [0]: __not_available__ 🔍 BUSCANDO EN SUPABASE...
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%2Cmul_url%2Cfuente_id&external_id=eq.AGT-003164&limit=1
Illuminate\Http\Client\PendingRequest->marshalConnectionException(object(GuzzleHttp\Exception\ConnectException))Illuminate\Http\Client\PendingRequest->{closure:Illuminate\Http\Client\PendingRequest::send():964}(integer)vendor/laravel/framework/src/Illuminate/Support/helpers.phpIlluminate\Http\Client\PendingRequest->send(string, string, array)Illuminate\Http\Client\PendingRequest->get(string, array)check_multimedia_agt_003164.php69 ->timeout(30)70 ->withHeaders([71 'apikey' => $supabaseKey,72 'Authorization' => "Bearer {$supabaseKey}"73 ])74 ->get("{$supabaseUrl}/rest/v1/ocurrencias", [75 'select' => 'id,external_id,mul_url,fuente_id',76 'external_id' => 'eq.AGT-003164',77 'limit' => 178 ]);7980if (!$response->successful()) {81 echo "❌ Error consultando Supabase: " . $response->status() . "\n";82 exit(1);83}8485$supabaseData = $response->json();86select * from `ocurrencias` where `external_id` = 'AGT-003164' and `ocurrencias`.`deleted_at` is null limit 1