Testing drama: 42000002724 (lang: zh) ============================================================ Dracin
Internal Server Error

Illuminate\Contracts\Container\BindingResolutionException

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

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

Overview

DATE
2026/03/03 12:11:45.219 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_drama_42000002724.php
dev-utils/test_drama_42000002724.php:13
 8echo "Testing drama: 42000002724 (lang: zh)\n";
 9echo str_repeat('=', 60) . "\n\n";
10
11// Test each service individually to find which one has the drama
12$services = [
13    'netshort' => app(\App\Services\NetShortService::class),
14    'dramabox' => app(\App\Services\DramaBoxService::class),
15    'dramawave' => app(\App\Services\DramaWaveService::class),
16    'shortmax' => app(\App\Services\ShortMaxService::class),
17];
18
19foreach ($services as $serviceName => $service) {
20    echo "Testing $serviceName service:\n";
21    $start = microtime(true);
22    
23    try {
24        $result = $service->getDrama('42000002724');
25

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