Closed leech24 closed 4 months ago
This is the most useless bug report ever. Open new when you fill out info properly. [Bug]
is not a proper tile. [Bug] Name of error here
. Error 500 is generic internal server error. Find and share the Stack trace & log in Laravel log file.
Wrong parameter count for Redis::sAdd() {"exception":"[object] (ArgumentCountError(code: 0): Wrong parameter count for Redis::sAdd() at /var/www/html/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116) [stacktrace]
"}
Wrong parameter count for Redis::sAdd() {"exception":"[object] (ArgumentCountError(code: 0): Wrong parameter count for Redis::sAdd() at /var/www/html/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116) [stacktrace]
0 /var/www/html/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(116): Redis->sAdd()
1 /var/www/html/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php(531): Illuminate\Redis\Connections\Connection->command()
2 /var/www/html/app/Console/Commands/AutoCacheRandomMediaIds.php(59): Illuminate\Redis\Connections\PhpRedisConnection->command()
3 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Console\Commands\AutoCacheRandomMediaIds->handle()
4 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\Container\BoundMethod::Illuminate\Container{closure}()
5 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
6 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
7 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\Container\BoundMethod::call()
8 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\Container\Container->call()
9 /var/www/html/vendor/symfony/console/Command/Command.php(279): Illuminate\Console\Command->execute()
10 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\Component\Console\Command\Command->run()
11 /var/www/html/vendor/symfony/console/Application.php(1049): Illuminate\Console\Command->run()
12 /var/www/html/vendor/symfony/console/Application.php(318): Symfony\Component\Console\Application->doRunCommand()
13 /var/www/html/vendor/symfony/console/Application.php(169): Symfony\Component\Console\Application->doRun()
14 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\Component\Console\Application->run()
15 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\Foundation\Console\Kernel->handle()
16 /var/www/html/artisan(13): Illuminate\Foundation\Application->handleCommand()
17 {main}
"}
unrelated....delete log files and then visit main page to trigger error then recheck log.
ERROR | Access Token could not be retrieved from Twitch. | /var/www/html/vendor/marcreichel/igdb-laravel/src/ApiHelper.php | 47 | 1 |
---|
Access Token could not be retrieved from Twitch. {"view":{"view":"/var/www/html/resources/views/home/index.blade.php","data":[]},"userId":3,"exception":"[object] (Spatie\LaravelIgnition\Exceptions\ViewException(code: 0): Access Token could not be retrieved from Twitch. at /var/www/html/vendor/marcreichel/igdb-laravel/src/ApiHelper.php:47) [stacktrace]
[previous exception] [object] (MarcReichel\IGDBLaravel\Exceptions\AuthenticationException(code: 0): Access Token could not be retrieved from Twitch. at /var/www/html/vendor/marcreichel/igdb-laravel/src/ApiHelper.php:47) [stacktrace]
"}
This is because you have a torrent category with game_meta
selected but failed to get a API key/token from IGDB/Twitch for meta. So either set the category to no_meta
or get key and fill it in .env
file
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
UNIT3D Version
v8.1.3
PHP & Platform
8.3.8
Laravel verion
11.5.0
Have you done this?
Expectation
fresh install
Description
error 500 in main page
Stack trace & logs
No response
Upvote & Fund