🔍 BUSCANDO OCURRENCIAS CON MULTIMEDIA VÁLIDA 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%2Cfecha%2Cmul_url&fuente_id=eq.2&mul_url=not.is.null&order=id.desc&limit=20
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)analyze_multimedia_patterns.php17 ->timeout(30)18 ->withHeaders([19 'apikey' => $supabaseKey,20 'Authorization' => "Bearer {$supabaseKey}"21 ])22 ->get("{$supabaseUrl}/rest/v1/ocurrencias", [23 'select' => 'id,external_id,fecha,mul_url',24 'fuente_id' => 'eq.2', // Agentes25 'mul_url' => 'not.is.null',26 'order' => 'id.desc',27 'limit' => 2028 ]);2930if (!$response->successful()) {31 echo "❌ Error: " . $response->status() . "\n";32 exit(1);33}34