Testing DramaBox drama via DramaDataService: 42000002724 ============================================================ Dracin
Internal Server Error

Illuminate\Contracts\Container\BindingResolutionException

Target class [App\Services\DramaDataService] does not exist.

LARAVEL 12.31.1
PHP 8.3.30
UNHANDLED
CODE 0
GET
https://komikcast.xyz

Overview

DATE
2026/03/03 12:08:17.369 UTC
STATUS CODE
500
METHOD
GET

Exception trace

6 vendor frames
Illuminate\Container\Container->build(string)
vendor/laravel/framework/src/Illuminate/Container/Container.php:1163
Illuminate\Container\Container->resolve(string, array, boolean)
vendor/laravel/framework/src/Illuminate/Container/Container.php:972
Illuminate\Foundation\Application->resolve(string, array)
vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1078
Illuminate\Container\Container->make(string, array)
vendor/laravel/framework/src/Illuminate/Container/Container.php:903
Illuminate\Foundation\Application->make(string, array)
vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1058
vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:138
dev-utils/test_dramadata_42000002724.php
dev-utils/test_dramadata_42000002724.php:12
 7
 8echo "Testing DramaBox drama via DramaDataService: 42000002724\n";
 9echo str_repeat('=', 60) . "\n\n";
10
11// Test via DramaDataService (proper method)
12$dramaDataService = app(\App\Services\DramaDataService::class);
13$start = microtime(true);
14
15try {
16    echo "Calling DramaDataService->getDramaDetails('42000002724', 'zh')...\n";
17    $result = $dramaDataService->getDramaDetails('42000002724', 'zh');
18    $duration = round((microtime(true) - $start) * 1000);
19    
20    echo "\nDuration: {$duration}ms\n";
21    echo "Success: " . (!empty($result['drama']) ? 'Yes' : 'No') . "\n";
22    echo "Service: " . ($result['service'] ?? 'unknown') . "\n";
23    echo "Confidence: " . ($result['confidence'] ?? 0) . "%\n\n";
24

Queries

// No queries executed

Headers

host
komikcast.xyz
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