Testing NetShort Search - New Endpoint ====================================================================== Keyword: CEO Language: tr (Turkish) 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 12:08:30.799 UTC
STATUS CODE
500
METHOD
GET

Exception trace

dev-utils/test_netshort_search_fix.php
dev-utils/test_netshort_search_fix.php:20
15$keyword = 'CEO';
16echo "Keyword: {$keyword}\n";
17echo "Language: tr (Turkish)\n\n";
18
19// Test NetShort service directly
20$service = new \App\Services\NetShortService('tr');
21
22echo "Testing NetShort searchDrama():\n";
23echo "  Endpoint: /api/v1/search/{$keyword}/1\n\n";
24
25$startTime = microtime(true);
26$result = $service->searchDrama($keyword, 1, 20);
27$duration = round((microtime(true) - $startTime) * 1000);
28
29echo "  Duration: {$duration}ms\n";
30echo "  Success: " . ($result['ok'] ? 'YES' : 'NO') . "\n";
31echo "  Results count: " . count($result['data'] ?? []) . "\n\n";
32

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