========================================== Debug Incomplete Metadata ========================================== BookId: 1992056105677979650 URL: dracin-git.test/en/drama/1992056105677979650 ====================================================================== Testing NetShortService.getDrama() ====================================================================== Dracin
Internal Server Error

Error

Class "App\Services\NetShortService" not found

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

Overview

DATE
2026/03/03 11:51:06.521 UTC
STATUS CODE
500
METHOD
GET

Exception trace

dev-utils/debug_incomplete_metadata.php
dev-utils/debug_incomplete_metadata.php:28
23// Test with NetShortService
24echo str_repeat('=', 70) . "\n";
25echo "Testing NetShortService.getDrama()\n";
26echo str_repeat('=', 70) . "\n\n";
27
28$netShortService = new \App\Services\NetShortService('en');
29
30try {
31    $startTime = microtime(true);
32    $drama = $netShortService->getDrama($bookId);
33    $duration = round((microtime(true) - $startTime) * 1000);
34    
35    echo "✅ Request completed - {$duration}ms\n\n";
36    
37    echo "DRAMA INFO:\n";
38    echo str_repeat('-', 70) . "\n";
39    $dramaInfo = $drama['dramaInfo'] ?? [];
40

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