========================================== Testing Fallback Mechanism For Ambiguous IDs: 977, 978 ========================================== 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/06 09:44:24.924 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_fallback_mechanism.php
dev-utils/test_fallback_mechanism.php:40
35echo "==========================================\n";
36echo "   Testing Fallback Mechanism\n";
37echo "   For Ambiguous IDs: 977, 978\n";
38echo "==========================================\n\n";
39
40$dramaDataService = app(DramaDataService::class);
41
42$testIds = [977, 978, 'fr487']; // 977, 978 ambiguous, fr487 has prefix (not ambiguous)
43
44foreach ($testIds as $id) {
45    echo str_repeat('=', 70) . "\n";
46    echo "Testing ID: {$id}\n";
47    echo str_repeat('=', 70) . "\n";
48
49    // Show detection
50    $detection = BookIdDetector::detectWithConfidence($id);
51    echo "BookIdDetector: {$detection['service']} (confidence: {$detection['confidence']}%)\n";
52

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