GuzzleHttp\Exception\ServerException {#1711
-request: GuzzleHttp\Psr7\Request {#1739
-method: "GET"
-requestTarget: null
-uri: GuzzleHttp\Psr7\Uri {#1748
-scheme: "https"
-userInfo: ""
-host: "api.adichvu.com"
-port: null
-path: "/api/lichchieuphim/movies"
-query: "premiere=1&limit=20"
-fragment: ""
}
-headers: array:4 [
"User-Agent" => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.5.0 PHP/7.4.33"
]
"Host" => array:1 [
0 => "api.adichvu.com"
]
"Accept" => array:1 [
0 => "application/json"
]
"Authorization" => array:1 [
0 => "Bearer sGDurZpu8qeOQwQ17ctGBeFF1hXxfgH4CbU5ALZ8tjQpmwfwt6QSseeRKAy1GObqTUPvI8iVfPjewBVr"
]
]
-headerNames: array:4 [
"user-agent" => "User-Agent"
"host" => "Host"
"accept" => "Accept"
"authorization" => "Authorization"
]
-protocol: "1.1"
-stream: GuzzleHttp\Psr7\Stream {#1737
-stream: stream resource @820
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 0
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-response: GuzzleHttp\Psr7\Response {#1714
-reasonPhrase: "Internal Server Error"
-statusCode: 500
-headers: array:13 [
"Date" => array:1 [
0 => "Fri, 31 Jul 2026 11:15:25 GMT"
]
"Content-Type" => array:1 [
0 => "application/json"
]
"Transfer-Encoding" => array:1 [
0 => "chunked"
]
"Connection" => array:1 [
0 => "keep-alive"
]
"Server" => array:1 [
0 => "cloudflare"
]
"Cache-Control" => array:1 [
0 => "private, must-revalidate"
]
"pragma" => array:1 [
0 => "no-cache"
]
"expires" => array:1 [
0 => "-1"
]
"cf-cache-status" => array:1 [
0 => "DYNAMIC"
]
"Nel" => array:1 [
0 => "{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}"
]
"Report-To" => array:1 [
0 => "{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FZnhjWphAc%2FPogJGTVQZ9ab5oyTaBogbNPO3d9niLK4ezg9iqqt%2Fcpcbp%2FDQBZSqtRbh3c9gfGLTOQTAYXW%2F6KpJ%2Fo9%2BRiw%2BNdtYA%2BP21y2kFKVZnPtY1qPl8yfJ%2F8N4ykxfuom2gMeupP8yiMU%3D"}]}"
]
"CF-RAY" => array:1 [
0 => "a23c2f6178895f71-SIN"
]
"alt-svc" => array:1 [
0 => "h3=":443"; ma=86400"
]
]
-headerNames: array:13 [
"date" => "Date"
"content-type" => "Content-Type"
"transfer-encoding" => "Transfer-Encoding"
"connection" => "Connection"
"server" => "Server"
"cache-control" => "Cache-Control"
"pragma" => "pragma"
"expires" => "expires"
"cf-cache-status" => "cf-cache-status"
"nel" => "Nel"
"report-to" => "Report-To"
"cf-ray" => "CF-RAY"
"alt-svc" => "alt-svc"
]
-protocol: "1.1"
-stream: GuzzleHttp\Psr7\Stream {#1710
-stream: stream resource @822
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 33
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-handlerContext: []
#message: """
Server error: `GET https://api.adichvu.com/api/lichchieuphim/movies?premiere=1&limit=20` resulted in a `500 Internal Server Error` response:\n
{\n
"message": "Server Error"\n
}\n
"""
#code: 500
#file: "/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php"
#line: 113
trace: {
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 {
GuzzleHttp\Exception\RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/guzzle/src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp\{closure} …
› }
› throw RequestException::create($request, $response);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:203 {
GuzzleHttp\Promise\Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/TaskQueue.php:47 {
GuzzleHttp\Promise\TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:246 {
GuzzleHttp\Promise\Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:223 {
GuzzleHttp\Promise\Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:267 {
GuzzleHttp\Promise\Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:225 {
GuzzleHttp\Promise\Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/promises/src/Promise.php:62 {
GuzzleHttp\Promise\Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/thongtin/htdocs/thongtin.org/vendor/guzzlehttp/guzzle/src/Client.php:182 {
GuzzleHttp\Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/thongtin/htdocs/thongtin.org/app/Helper/CallApiCuvu.php:78 {
App\Helper\CallApiCuvu::App\Helper\{closure} …
› 'query' => $data,
› 'connect_timeout' => 5
› ]);
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:383 {
Illuminate\Cache\Repository->remember($key, $ttl, Closure $callback) …
›
› $this->put($key, $value = $callback(), $ttl);
›
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:383 {
Illuminate\Cache\CacheManager->__call($method, $parameters) …
› {
› return $this->store()->$method(...$parameters);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:261 {
Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
›
› return $instance->$method(...$args);
› }
}
/home/thongtin/htdocs/thongtin.org/app/Helper/CallApiCuvu.php:85 {
App\Helper\CallApiCuvu::call_api_lichcatdien($url, $data = null, $method = 'GET') …
› return $response->getBody()->getContents();
› });
›
}
/home/thongtin/htdocs/thongtin.org/app/Providers/AppServiceProvider.php:61 {
App\Providers\AppServiceProvider->boot() …
› View::share ( 'price_types_menu', $price_types_menu );\r
› $ress = CallApiCuvu::call_api_lichcatdien('lichchieuphim/movies?premiere=1&limit=20');\r
› $ress_a = json_decode($ress);\r
}
App\Providers\AppServiceProvider->boot() {}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Container/Util.php:37 {
Illuminate\Container\Util::unwrapIfClosure($value) …
› {
› return $value instanceof Closure ? $value() : $value;
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return Util::unwrapIfClosure($default);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:39 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› );
› });
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Container/Container.php:596 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:867 {
Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:850 {
Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:851 {
Illuminate\Foundation\Application->boot() …
› $this->bootProvider($p);
› });
›
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
› {
› $app->boot();
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:230 {
Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
›
› $this->make($bootstrapper)->bootstrap($this);
›
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
Illuminate\Foundation\Http\Kernel->bootstrap() …
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:135 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
›
› $this->bootstrap();
›
}
/home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
}
/home/thongtin/htdocs/thongtin.org/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
}
}
}