=== Testing EpisodeDataService for NetShort Drama === Test 1: Service Detection -------------------------------------------------- Dracin
Internal Server Error

Error

Class "App\Services\BookIdDetector" not found

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

Overview

DATE
2026/03/03 10:56:38.301 UTC
STATUS CODE
500
METHOD
GET

Exception trace

dev-utils/test_episode_netshort.php
dev-utils/test_episode_netshort.php:21
16$lang = 'en';
17
18// Test 1: Check service detection
19echo "Test 1: Service Detection\n";
20echo str_repeat('-', 50) . "\n";
21$detection = BookIdDetector::detectWithConfidence($bookId);
22echo "Book ID: {$bookId}\n";
23echo "Detected Service: {$detection['service']}\n";
24echo "Confidence: {$detection['confidence']}\n";
25if (isset($detection['reason'])) {
26    echo "Reason: {$detection['reason']}\n";
27}
28echo "\n";
29
30// Test 2: Initialize EpisodeDataService
31echo "Test 2: Initialize EpisodeDataService\n";
32echo str_repeat('-', 50) . "\n";
33

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