[2026-05-19 03:40:57] local.ERROR: SQLSTATE[HY000] [1045] Access denied for user 'gwvvcsch_codev'@'localhost' (using password: YES) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: eljai_libro_reclamaciones, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'gwvvcsch_codev'@'localhost' (using password: YES) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: eljai_libro_reclamaciones, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate/Database/Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate/Database/Connection->tryAgainIfCausedByLostConnection(Object(Illuminate/Database/QueryException), 'select exists (...', Array, Object(Closure))
#2 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate/Database/Connection->handleQueryException(Object(Illuminate/Database/QueryException), 'select exists (...', Array, Object(Closure))
#3 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select exists (...', Array, Object(Closure))
#4 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select('select exists (...', Array, true)
#5 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne('select exists (...', Array, true)
#6 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar('select exists (...')
#7 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable('migrations')
#8 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#9 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#10 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}(1)
#11 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#12 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#13 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#14 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#15 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection(NULL, Object(Closure))
#16 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#17 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#18 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#19 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure(Object(Closure))
#20 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod(Object(Illuminate/Foundation/Application), Array, Object(Closure))
#21 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call(Object(Illuminate/Foundation/Application), Array, Array, NULL)
#22 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call(Array)
#23 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute(Object(Symfony/Component/Console/Input/ArgvInput), Object(Illuminate/Console/OutputStyle))
#24 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Illuminate/Console/OutputStyle))
#25 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#26 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand(Object(Illuminate/Database/Console/Migrations/MigrateCommand), Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#27 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#28 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#29 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#30 C:/Proyectos/eljai-api-libro-reclamaciones/artisan(16): Illuminate/Foundation/Application->handleCommand(Object(Symfony/Component/Console/Input/ArgvInput))
#31 {main}

[previous exception] [object] (PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'gwvvcsch_codev'@'localhost' (using password: YES) at C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'gwvvcsch_codev', Object(SensitiveParameterValue), Array)
#1 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate/Database/Connectors/Connector->createPdoConnection('mysql:host=127....', 'gwvvcsch_codev', Object(SensitiveParameterValue), Array)
#2 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate/Database/Connectors/Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'gwvvcsch_codev', Object(SensitiveParameterValue), Array)
#3 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate/Database/Connectors/Connector->createConnection('mysql:host=127....', Array, Array)
#4 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate/Database/Connectors/MySqlConnector->connect(Array)
#5 [internal function]: Illuminate/Database/Connectors/ConnectionFactory->{closure:Illuminate/Database/Connectors/ConnectionFactory::createPdoResolverWithHosts():181}()
#6 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate/Database/Connection->getPdo()
#8 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate/Database/Connection->getReadPdo()
#9 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate/Database/Connection->getPdoForSelect(true)
#10 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}('select exists (...', Array)
#11 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate/Database/Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#12 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate/Database/Connection->tryAgainIfCausedByLostConnection(Object(Illuminate/Database/QueryException), 'select exists (...', Array, Object(Closure))
#13 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate/Database/Connection->handleQueryException(Object(Illuminate/Database/QueryException), 'select exists (...', Array, Object(Closure))
#14 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select exists (...', Array, Object(Closure))
#15 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select('select exists (...', Array, true)
#16 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne('select exists (...', Array, true)
#17 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar('select exists (...')
#18 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable('migrations')
#19 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#20 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#21 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}(1)
#22 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#23 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#24 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#25 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#26 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection(NULL, Object(Closure))
#27 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#28 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#29 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#30 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure(Object(Closure))
#31 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod(Object(Illuminate/Foundation/Application), Array, Object(Closure))
#32 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call(Object(Illuminate/Foundation/Application), Array, Array, NULL)
#33 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call(Array)
#34 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute(Object(Symfony/Component/Console/Input/ArgvInput), Object(Illuminate/Console/OutputStyle))
#35 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Illuminate/Console/OutputStyle))
#36 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#37 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand(Object(Illuminate/Database/Console/Migrations/MigrateCommand), Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#38 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#39 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#40 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#41 C:/Proyectos/eljai-api-libro-reclamaciones/artisan(16): Illuminate/Foundation/Application->handleCommand(Object(Symfony/Component/Console/Input/ArgvInput))
#42 {main}
"} 
[2026-05-25 00:23:18] local.ERROR: SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select exists (...', Array, Object(Closure))
#2 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select('select exists (...', Array, true)
#3 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne('select exists (...', Array, true)
#4 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar('select exists (...')
#5 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable('migrations')
#6 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#7 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#8 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}(1)
#9 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#10 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#11 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#12 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#13 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection(NULL, Object(Closure))
#14 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#15 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#16 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#17 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure(Object(Closure))
#18 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod(Object(Illuminate/Foundation/Application), Array, Object(Closure))
#19 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call(Object(Illuminate/Foundation/Application), Array, Array, NULL)
#20 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call(Array)
#21 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute(Object(Symfony/Component/Console/Input/ArgvInput), Object(Laravel/Pao/Laravel/PaoOutputStyle))
#22 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Laravel/Pao/Laravel/PaoOutputStyle))
#23 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#24 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand(Object(Illuminate/Database/Console/Migrations/MigrateCommand), Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#25 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#26 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#27 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#28 C:/Proyectos/eljai-api-libro-reclamaciones/artisan(16): Illuminate/Foundation/Application->handleCommand(Object(Symfony/Component/Console/Input/ArgvInput))
#29 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión at C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'gwvvcsch_codev', Object(SensitiveParameterValue), Array)
#1 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate/Database/Connectors/Connector->createPdoConnection('mysql:host=127....', 'gwvvcsch_codev', Object(SensitiveParameterValue), Array)
#2 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate/Database/Connectors/Connector->createConnection('mysql:host=127....', Array, Array)
#3 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate/Database/Connectors/MySqlConnector->connect(Array)
#4 [internal function]: Illuminate/Database/Connectors/ConnectionFactory->{closure:Illuminate/Database/Connectors/ConnectionFactory::createPdoResolverWithHosts():181}()
#5 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#6 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate/Database/Connection->getPdo()
#7 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate/Database/Connection->getReadPdo()
#8 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate/Database/Connection->getPdoForSelect(true)
#9 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}('select exists (...', Array)
#10 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select exists (...', Array, Object(Closure))
#12 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select('select exists (...', Array, true)
#13 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne('select exists (...', Array, true)
#14 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar('select exists (...')
#15 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable('migrations')
#16 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#17 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#18 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}(1)
#19 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#20 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#21 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#22 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#23 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection(NULL, Object(Closure))
#24 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#25 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#26 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure(Object(Closure))
#28 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod(Object(Illuminate/Foundation/Application), Array, Object(Closure))
#29 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call(Object(Illuminate/Foundation/Application), Array, Array, NULL)
#30 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call(Array)
#31 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute(Object(Symfony/Component/Console/Input/ArgvInput), Object(Laravel/Pao/Laravel/PaoOutputStyle))
#32 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Laravel/Pao/Laravel/PaoOutputStyle))
#33 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#34 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand(Object(Illuminate/Database/Console/Migrations/MigrateCommand), Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#35 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#36 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#37 C:/Proyectos/eljai-api-libro-reclamaciones/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle(Object(Symfony/Component/Console/Input/ArgvInput), Object(Symfony/Component/Console/Output/ConsoleOutput))
#38 C:/Proyectos/eljai-api-libro-reclamaciones/artisan(16): Illuminate/Foundation/Application->handleCommand(Object(Symfony/Component/Console/Input/ArgvInput))
#39 {main}
"} 
[2026-05-25 01:33:59] local.ERROR: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: insert into `correos_enviados` (`reclamo_id`, `destinatario`, `asunto`, `tipo`, `estado`, `updated_at`, `created_at`) values (7, reclamos@codevperu.com, Nuevo reclamo registrado: LR-20260525-41GCTW, notificacion_empresa, pendiente, 2026-05-25 01:33:58, 2026-05-25 01:33:58)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 01000): SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: insert into `correos_enviados` (`reclamo_id`, `destinatario`, `asunto`, `tipo`, `estado`, `updated_at`, `created_at`) values (7, reclamos@codevperu.com, Nuevo reclamo registrado: LR-20260525-41GCTW, notificacion_empresa, pendiente, 2026-05-25 01:33:58, 2026-05-25 01:33:58)) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(42): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4251): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->insertGetId()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1660): Illuminate\\Database\\Eloquent\\Builder->__call()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1576): Illuminate\\Database\\Eloquent\\Model->insertAndSetId()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1380): Illuminate\\Database\\Eloquent\\Model->performInsert()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1225): Illuminate\\Database\\Eloquent\\Model->save()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1224}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): tap()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->create()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(151): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(83): App\\Http\\Controllers\\Api\\ReclamoController->enviarCorreoProveedor()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\ReclamoController->store()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate\\Routing\\Route->runController()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->{closure:Illuminate\\Routing\\Router::runRouteWithinStack():821}()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#53 {main}

[previous exception] [object] (PDOException(code: 01000): SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:53)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(53): PDOStatement->execute()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\MySqlConnection->{closure:Illuminate\\Database\\MySqlConnection::insert():42}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(42): Illuminate\\Database\\Connection->run()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4251): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->insertGetId()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1660): Illuminate\\Database\\Eloquent\\Builder->__call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1576): Illuminate\\Database\\Eloquent\\Model->insertAndSetId()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1380): Illuminate\\Database\\Eloquent\\Model->performInsert()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1225): Illuminate\\Database\\Eloquent\\Model->save()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1224}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): tap()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->create()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(151): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(83): App\\Http\\Controllers\\Api\\ReclamoController->enviarCorreoProveedor()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\ReclamoController->store()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate\\Routing\\Route->runController()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->{closure:Illuminate\\Routing\\Router::runRouteWithinStack():821}()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#55 {main}
"} 
[2026-05-25 01:42:13] local.ERROR: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: insert into `correos_enviados` (`reclamo_id`, `destinatario`, `asunto`, `tipo`, `estado`, `updated_at`, `created_at`) values (8, reclamos@codevperu.com, Nuevo reclamo registrado: LR-20260525-4YNZXD, notificacion_empresa, pendiente, 2026-05-25 01:42:13, 2026-05-25 01:42:13)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 01000): SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: insert into `correos_enviados` (`reclamo_id`, `destinatario`, `asunto`, `tipo`, `estado`, `updated_at`, `created_at`) values (8, reclamos@codevperu.com, Nuevo reclamo registrado: LR-20260525-4YNZXD, notificacion_empresa, pendiente, 2026-05-25 01:42:13, 2026-05-25 01:42:13)) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(42): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4251): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->insertGetId()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1660): Illuminate\\Database\\Eloquent\\Builder->__call()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1576): Illuminate\\Database\\Eloquent\\Model->insertAndSetId()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1380): Illuminate\\Database\\Eloquent\\Model->performInsert()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1225): Illuminate\\Database\\Eloquent\\Model->save()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1224}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): tap()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->create()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(151): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(83): App\\Http\\Controllers\\Api\\ReclamoController->enviarCorreoProveedor()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\ReclamoController->store()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate\\Routing\\Route->runController()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->{closure:Illuminate\\Routing\\Router::runRouteWithinStack():821}()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#53 {main}

[previous exception] [object] (PDOException(code: 01000): SQLSTATE[01000]: Warning: 1265 Data truncated for column 'tipo' at row 1 at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:53)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(53): PDOStatement->execute()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\MySqlConnection->{closure:Illuminate\\Database\\MySqlConnection::insert():42}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php(42): Illuminate\\Database\\Connection->run()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4251): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->insertGetId()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1660): Illuminate\\Database\\Eloquent\\Builder->__call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1576): Illuminate\\Database\\Eloquent\\Model->insertAndSetId()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1380): Illuminate\\Database\\Eloquent\\Model->performInsert()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1225): Illuminate\\Database\\Eloquent\\Model->save()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1224}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): tap()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->create()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(151): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Http/Controllers/Api/ReclamoController.php(83): App\\Http\\Controllers\\Api\\ReclamoController->enviarCorreoProveedor()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\ReclamoController->store()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate\\Routing\\Route->runController()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->{closure:Illuminate\\Routing\\Router::runRouteWithinStack():821}()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#55 {main}
"} 
[2026-05-25 02:22:06] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#13 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#49 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#23 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#55 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#56 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#57 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#58 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#59 {main}
"} 
[2026-05-25 02:22:06] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#13 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#49 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#23 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#55 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#56 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#57 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#58 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#59 {main}
"} 
[2026-05-25 02:22:07] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#13 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#49 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#23 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#55 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#56 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#57 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#58 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#59 {main}
"} 
[2026-05-25 02:22:07] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 1 limit 1) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#13 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#49 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3567): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3551): Illuminate\\Database\\Query\\Builder->runSelect()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate\\Database\\Query\\Builder->get()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate\\Database\\Eloquent\\Builder->getModels()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(572): Illuminate\\Database\\Eloquent\\Builder->first()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2807): Illuminate\\Database\\Eloquent\\Model->forwardCallTo()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2823): Illuminate\\Database\\Eloquent\\Model->__call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken()
#23 [internal function]: Laravel\\Sanctum\\Guard->__invoke()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#34 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#35 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#36 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}()
#37 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#38 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#39 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#40 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#42 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#43 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#44 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#45 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#46 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#47 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#48 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#49 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#50 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#51 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#52 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#53 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#54 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}()
#55 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#56 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#57 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#58 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#59 {main}
"} 
[2026-05-29 04:30:43] local.ERROR: There are no commands defined in the "emails" namespace. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"emails\" namespace. at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php:684)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(733): Symfony\\Component\\Console\\Application->findNamespace()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(298): Symfony\\Component\\Console\\Application->find()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#6 {main}
"} 
[2026-05-29 04:33:26] local.ERROR: NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(45): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#19 {main}
"} 
[2026-05-29 04:39:13] local.ERROR: NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2026-05-29 02:22:02] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-05-29 18:05:05] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-05-29 18:30:04] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-05-30 15:00:06] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-05-31 23:06:03] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-05-31 23:20:05] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Folder.php(160): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Folder.php(196): Webklex\\PHPIMAP\\Folder->query()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Folder->messages()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#28 {main}
"} 
[2026-06-01 00:25:04] local.ERROR: empty response {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(991): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(600): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->folders()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(555): Webklex\\PHPIMAP\\Client->getFolders()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(537): Webklex\\PHPIMAP\\Client->getFolderByName()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(43): Webklex\\PHPIMAP\\Client->getFolder()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}
"} 
[2026-06-01 03:30:06] local.ERROR: fread(): SSL: Connection reset by peer {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:139)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(139): fread()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(685): Webklex\\PHPIMAP\\Client->isConnected()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(732): Webklex\\PHPIMAP\\Client->openFolder()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(715): Webklex\\PHPIMAP\\Message->fetchStructure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(309): Webklex\\PHPIMAP\\Message->parseRawBody()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#33 {main}
"} 
[2026-06-01 04:47:02] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 06:10:06] local.ERROR: fread(): SSL: Connection reset by peer {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:139)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(139): fread()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(685): Webklex\\PHPIMAP\\Client->isConnected()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(732): Webklex\\PHPIMAP\\Client->openFolder()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(715): Webklex\\PHPIMAP\\Message->fetchStructure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(309): Webklex\\PHPIMAP\\Message->parseRawBody()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#33 {main}
"} 
[2026-06-01 07:10:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 07:24:38] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-01 07:26:10] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 08:26:03] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 08:30:07] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Folder.php(160): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Folder.php(196): Webklex\\PHPIMAP\\Folder->query()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Folder->messages()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#28 {main}
"} 
[2026-06-01 08:50:08] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 09:03:02] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-01 12:09:03] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-01 17:44:03] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-01 17:54:04] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-02 03:30:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-02 04:20:05] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-02 15:10:07] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-03 13:27:49] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-03 13:33:03] local.ERROR: NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2026-06-03 13:33:03] local.ERROR: NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2026-06-03 13:33:03] local.ERROR: NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:01]

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2026-06-03 13:33:11] local.ERROR: NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:09]
  {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ImapServerErrorException(code: 0): NO [UNAVAILABLE] Temporary authentication failure. [s540.v2nets.com:2026-06-03 18:33:09]

  at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:396)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2026-06-04 01:50:06] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-04 03:25:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-04 03:30:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fread(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:139)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(139): fread()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(789): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(897): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->fetch()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(245): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->headers()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(350): Webklex\\PHPIMAP\\Query\\Query->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#27 {main}
"} 
[2026-06-04 03:40:06] local.ERROR: Cannot assign null to property Webklex\PHPIMAP\Message::$folder_path of type string {"exception":"[object] (TypeError(code: 0): Cannot assign null to property Webklex\\PHPIMAP\\Message::$folder_path of type string at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php:1473)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(300): Webklex\\PHPIMAP\\Message->setFolderPath()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#21 {main}
"} 
[2026-06-04 13:55:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-04 14:20:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-04 14:35:05] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-04 14:54:02] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-04 15:35:07] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-04 15:53:02] local.ERROR: connection failed {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\ConnectionFailedException(code: 0): connection failed at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:92)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(471): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): stream_socket_client(): SSL: Connection reset by peer at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/Protocol.php:244)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/Protocol.php(244): stream_socket_client()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(84): Webklex\\PHPIMAP\\Connection\\Protocols\\Protocol->createStream()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(471): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connect()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#21 {main}
"} 
[2026-06-06 11:36:03] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-06 14:43:10] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-06 14:43:11] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-06 14:43:11] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-06 20:15:05] local.ERROR: empty response {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(789): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(883): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(249): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->content()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(350): Webklex\\PHPIMAP\\Query\\Query->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}
"} 
[2026-06-07 01:07:04] local.ERROR: Cannot assign null to property Webklex\PHPIMAP\Message::$folder_path of type string {"exception":"[object] (TypeError(code: 0): Cannot assign null to property Webklex\\PHPIMAP\\Message::$folder_path of type string at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php:1473)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(300): Webklex\\PHPIMAP\\Message->setFolderPath()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#21 {main}
"} 
[2026-06-07 19:20:05] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-08 02:25:07] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(221): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): Webklex\\PHPIMAP\\Client->__destruct()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#24 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-08 05:05:07] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-08 13:58:02] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-08 16:03:02] local.ERROR: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: gwvvcsch_eljai_libro_reclamaciones, SQL: select exists(select * from `respuestas_reclamo` where `message_id` = 1779063853.3YHUhSHLkyRm43Ue@s540.v2nets.com and `respuestas_reclamo`.`deleted_at` is null) as `exists`) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(188): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate\\Database\\Connection->runQueryCallback()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3941): Illuminate\\Database\\Connection->select()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2271): Illuminate\\Database\\Query\\Builder->exists()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(62): Illuminate\\Database\\Eloquent\\Builder->__call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#30 {main}
"} 
[2026-06-08 16:38:02] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-09 10:53:03] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-10 00:06:02] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-10 00:36:02] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-10 00:45:07] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(702): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Query\\Query->getClient()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#31 {main}
"} 
[2026-06-10 02:45:06] local.ERROR: fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\GetMessagesFailedException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php:323)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#17 {main}

[previous exception] [object] (ErrorException(code: 0): fwrite(): SSL operation failed with code 5. OpenSSL Error messages:
error:80000020:system library::Broken pipe at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:469)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(469): fwrite()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(450): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->write()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(487): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->sendRequest()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(106): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(388): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->connected()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(507): Webklex\\PHPIMAP\\Client->isConnected()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(443): Webklex\\PHPIMAP\\Client->disconnect()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(409): Webklex\\PHPIMAP\\Client->connect()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(688): Webklex\\PHPIMAP\\Client->checkConnection()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(732): Webklex\\PHPIMAP\\Client->openFolder()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(715): Webklex\\PHPIMAP\\Message->fetchStructure()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(309): Webklex\\PHPIMAP\\Message->parseRawBody()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#23 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#24 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#25 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#26 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#27 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#28 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#29 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#30 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#31 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#32 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#33 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#34 {main}
"} 
[2026-06-10 10:24:03] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-10 20:46:03] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-12 02:44:04] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-12 06:52:04] local.ERROR: failed to authenticate {"exception":"[object] (Webklex\\PHPIMAP\\Exceptions\\AuthFailedException(code: 0): failed to authenticate at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:551)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#18 {main}

[previous exception] [object] (Webklex\\PHPIMAP\\Exceptions\\RuntimeException(code: 0): empty response at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:143)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(190): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextLine()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(352): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->nextTaggedLine()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(379): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readLine()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(488): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->readResponse()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php(549): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->requestAndResponse()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(493): Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol->login()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Client.php(475): Webklex\\PHPIMAP\\Client->authenticate()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(42): Webklex\\PHPIMAP\\Client->connect()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#21 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#22 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#23 {main}
"} 
[2026-06-13 17:35:06] local.ERROR: Cannot assign null to property Webklex\PHPIMAP\Message::$folder_path of type string {"exception":"[object] (TypeError(code: 0): Cannot assign null to property Webklex\\PHPIMAP\\Message::$folder_path of type string at /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php:1473)
[stacktrace]
#0 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Message.php(300): Webklex\\PHPIMAP\\Message->setFolderPath()
#1 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(281): Webklex\\PHPIMAP\\Message::make()
#2 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(358): Webklex\\PHPIMAP\\Query\\Query->make()
#3 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(319): Webklex\\PHPIMAP\\Query\\Query->populate()
#4 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/webklex/php-imap/src/Query/Query.php(383): Webklex\\PHPIMAP\\Query\\Query->curate_messages()
#5 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Services/InboundMailboxFetcher.php(55): Webklex\\PHPIMAP\\Query\\Query->get()
#6 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/app/Console/Commands/FetchInboundEmails.php(16): App\\Services\\InboundMailboxFetcher->fetch()
#7 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Console\\Commands\\FetchInboundEmails->handle()
#8 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#10 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#11 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call()
#12 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call()
#13 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute()
#14 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run()
#15 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run()
#16 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()
#17 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun()
#18 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run()
#19 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()
#20 /home/gwvvcsch/eljai-api-libro-reclamaciones.codevperu.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#21 {main}
"} 
