[2026-09-14 17:28:58] production.ERROR: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "personal_access_tokens" already exists (SQL: create table "personal_access_tokens" ("id" bigserial primary key not null, "tokenable_type" varchar(255) not null, "tokenable_id" bigint not null, "name" varchar(255) not null, "token" varchar(64) not null, "abilities" text null, "last_used_at" timestamp(0) without time zone null, "created_at" timestamp(0) without time zone null, "updated_at" timestamp(0) without time zone null)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42P07): SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation \"personal_access_tokens\" already exists (SQL: create table \"personal_access_tokens\" (\"id\" bigserial primary key not null, \"tokenable_type\" varchar(255) not null, \"tokenable_id\" bigint not null, \"name\" varchar(255) not null, \"token\" varchar(64) not null, \"abilities\" text null, \"last_used_at\" timestamp(0) without time zone null, \"created_at\" timestamp(0) without time zone null, \"updated_at\" timestamp(0) without time zone null)) at C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:712) [stacktrace] #0 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(672): Illuminate\\Database\\Connection->runQueryCallback('create table \"p...', Array, Object(Closure)) #1 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(502): Illuminate\\Database\\Connection->run('create table \"p...', Array, Object(Closure)) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(109): Illuminate\\Database\\Connection->statement('create table \"p...') #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(364): Illuminate\\Database\\Schema\\Blueprint->build(Object(Illuminate\\Database\\PostgresConnection), Object(Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar)) #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(227): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(261): Illuminate\\Database\\Schema\\Builder->create('personal_access...', Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\sanctum\\database\\migrations\\2019_12_14_000001_create_personal_access_tokens_table.php(24): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(472): CreatePersonalAccessTokensTable->up() #8 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(394): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\PostgresConnection), Object(CreatePersonalAccessTokensTable), 'up') #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(29): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}(Object(Illuminate\\Database\\PostgresConnection)) #10 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(402): Illuminate\\Database\\Connection->transaction(Object(Closure)) #11 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(202): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(CreatePersonalAccessTokensTable), 'up') #12 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(167): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\web\\\\chatbot-...', 1, false) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(112): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(86): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array) #15 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(606): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}() #16 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(98): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure)) #17 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle() #18 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #19 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #20 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #21 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #22 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #23 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #24 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #25 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #26 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): 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:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #28 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #29 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #30 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #31 {main} [previous exception] [object] (PDOException(code: 42P07): SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation \"personal_access_tokens\" already exists at C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:501) [stacktrace] #0 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(501): PDOStatement->execute() #1 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(705): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}('create table \"p...', Array) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(672): Illuminate\\Database\\Connection->runQueryCallback('create table \"p...', Array, Object(Closure)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(502): Illuminate\\Database\\Connection->run('create table \"p...', Array, Object(Closure)) #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(109): Illuminate\\Database\\Connection->statement('create table \"p...') #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(364): Illuminate\\Database\\Schema\\Blueprint->build(Object(Illuminate\\Database\\PostgresConnection), Object(Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(227): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint)) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(261): Illuminate\\Database\\Schema\\Builder->create('personal_access...', Object(Closure)) #8 C:\\web\\chatbot-telegram\\vendor\\laravel\\sanctum\\database\\migrations\\2019_12_14_000001_create_personal_access_tokens_table.php(24): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(472): CreatePersonalAccessTokensTable->up() #10 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(394): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\PostgresConnection), Object(CreatePersonalAccessTokensTable), 'up') #11 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(29): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}(Object(Illuminate\\Database\\PostgresConnection)) #12 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(402): Illuminate\\Database\\Connection->transaction(Object(Closure)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(202): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(CreatePersonalAccessTokensTable), 'up') #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(167): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\web\\\\chatbot-...', 1, false) #15 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(112): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array) #16 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(86): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array) #17 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(606): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}() #18 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(98): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure)) #19 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle() #20 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #21 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #22 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #23 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #24 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #25 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #26 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #27 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #28 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #29 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #30 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #31 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #32 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #33 {main} "} [2026-09-14 17:32:03] production.INFO: Sincronização CRTI concluída. {"carga_id":"5819adb3-d72d-48aa-b3f6-0e97c79d18e8","registros":17,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-14 18:09:18] production.INFO: Sincronização CRTI concluída. {"carga_id":"13ebbcb7-bbfe-4305-ae74-19b8f6662e2c","registros":45937,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-14 18:47:21] production.INFO: Sincronização CRTI concluída. {"carga_id":"f3abdbf9-c2f6-471d-b9d0-764650fe64b7","registros":162,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-14 19:01:45] production.INFO: Sincronização CRTI concluída. {"carga_id":"349c0087-e337-4178-ab5a-bc65a9a86b30","registros":19,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-14 20:05:48] production.INFO: Sincronização CRTI concluída. {"carga_id":"7fb29468-1bcb-4571-8722-52a26f692324","registros":164,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-14 20:06:42] production.INFO: Sincronização CRTI concluída. {"carga_id":"ec7b167d-8dfc-4d55-9cb6-1299ae68b7a6","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-14 20:30:06] production.INFO: Sincronização CRTI concluída. {"carga_id":"4b68b15b-aa6d-45e9-a283-df25c9f8d49f","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-15 05:21:22] production.INFO: Sincronização CRTI concluída. {"carga_id":"74ed174f-f102-44c6-919d-7e3fe75f1ae8","registros":45958,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-15 09:00:12] production.INFO: Sincronização CRTI concluída. {"carga_id":"e72a2dd4-7daa-4474-8fe6-d216426d5b2a","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-15 11:07:59] production.INFO: Sincronização CRTI concluída. {"carga_id":"ab5adee3-b5ef-4c58-8b9a-5a0c1984b629","registros":5,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-15 20:30:19] production.INFO: Sincronização CRTI concluída. {"carga_id":"eca25d1f-2b4c-480a-a520-a65dc85bb2ac","registros":17,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-16 05:23:05] production.INFO: Sincronização CRTI concluída. {"carga_id":"a0ccabd5-75ff-4a0e-b570-d22b36422598","registros":45975,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-16 08:34:21] production.INFO: Sincronização CRTI concluída. {"carga_id":"6c5d04e2-6917-481c-80a5-a3e71e33cfc1","registros":162,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-16 08:35:35] production.INFO: Sincronização CRTI concluída. {"carga_id":"fa65e0ce-5534-464a-8a6c-ba185f25a9f6","registros":162,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-16 09:00:24] production.INFO: Sincronização CRTI concluída. {"carga_id":"193873db-32da-4843-b742-607277312a79","registros":17,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-16 20:30:33] production.INFO: Sincronização CRTI concluída. {"carga_id":"8fdd9245-a84e-4e95-817d-ddae64933639","registros":25,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-16 22:06:22] production.INFO: Sincronização CRTI concluída. {"carga_id":"5db5bc76-6655-4042-bb07-efb3ce75fd8a","registros":28,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-17 01:11:43] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028900) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-17 05:21:44] production.INFO: Sincronização CRTI concluída. {"carga_id":"6e0ef146-e26f-4cc7-80ec-e85875353d1c","registros":46003,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-17 09:00:40] production.INFO: Sincronização CRTI concluída. {"carga_id":"eb5e0a93-47e9-4fcd-aa44-d14a4afa424a","registros":28,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-17 11:06:25] production.INFO: Sincronização CRTI concluída. {"carga_id":"86a35b9e-870d-4490-b31b-27b08161d213","registros":28,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-17 20:30:47] production.INFO: Sincronização CRTI concluída. {"carga_id":"78e1b883-2df7-4d1b-89d5-4f19e50a5639","registros":35,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-17 23:35:24] production.INFO: Sincronização CRTI concluída. {"carga_id":"7f7083e9-f942-4077-a633-425c42732ffb","registros":38,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-18 01:11:48] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028903) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-18 05:29:24] production.INFO: Sincronização CRTI concluída. {"carga_id":"71ad76be-4990-4b49-99e1-77dab503badc","registros":46041,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-18 09:00:54] production.INFO: Sincronização CRTI concluída. {"carga_id":"08352f52-d142-4e39-8073-06677788dd9e","registros":38,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-18 12:51:11] production.INFO: Sincronização CRTI concluída. {"carga_id":"c1999b4f-7aa0-4518-bb81-7240932b694c","registros":5,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-18 14:31:03] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028904) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-18 14:38:45] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028904) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-18 14:41:25] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028904) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-18 15:46:12] production.INFO: Sincronização CRTI concluída. {"carga_id":"08383683-10fa-40f2-956b-d1e421f5839b","registros":11,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-18 20:31:01] production.INFO: Sincronização CRTI concluída. {"carga_id":"70ce43ab-f87d-490d-804c-04d9d62941ef","registros":19,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-18 20:59:42] production.INFO: Sincronização CRTI concluída. {"carga_id":"6af3808a-8a5e-45e8-8326-8c1238cdd578","registros":19,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-19 01:11:41] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 01:12:30] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 05:22:07] production.INFO: Sincronização CRTI concluída. {"carga_id":"3bbc3c86-3120-4b39-8080-53fdc5ba8b52","registros":46060,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-19 05:39:54] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 06:40:05] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 09:00:08] production.INFO: Sincronização CRTI concluída. {"carga_id":"9bb6e450-9abc-485d-a446-a38c7aa32b46","registros":19,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-19 11:58:52] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 12:36:07] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028907) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-19 15:48:14] production.INFO: Sincronização CRTI concluída. {"carga_id":"2a7a1f74-8340-400e-90e4-daacbb4fb165","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-19 20:30:15] production.INFO: Sincronização CRTI concluída. {"carga_id":"8afb2415-7454-4cc0-9159-218a89d48616","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-20 01:11:44] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028908) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-20 05:06:30] production.ERROR: Falha na sincronização CRTI. {"carga_id":"f8d6a648-ad4f-4e95-9ccd-0e1604b5df27","registros_processados":11706,"erro":"Consulta recusada pelo CRTI (HTTP 403)."} [2026-09-20 05:06:30] production.ERROR: Consulta recusada pelo CRTI (HTTP 403). {"exception":"[object] (App\\Exceptions\\CrtiException(code: 0): Consulta recusada pelo CRTI (HTTP 403). at C:\\web\\chatbot-telegram\\app\\Services\\CrtiClient.php:162) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\CrtiClient.php(46): App\\Services\\CrtiClient->request(Array) #1 C:\\web\\chatbot-telegram\\app\\Services\\SyncService.php(159): App\\Services\\CrtiClient->eachPage(Array, Object(Closure)) #2 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\CrtiFullSyncCommand.php(40): App\\Services\\SyncService->fullSync(NULL, Object(Carbon\\CarbonImmutable), true) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\CrtiFullSyncCommand->handle(Object(App\\Services\\SyncService)) #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #8 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #9 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\CrtiFullSyncCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #17 {main} "} [2026-09-20 09:00:23] production.INFO: Sincronização CRTI concluída. {"carga_id":"3f8b03df-37a7-4c0e-a345-781961808282","registros":21,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-20 20:30:29] production.INFO: Sincronização CRTI concluída. {"carga_id":"a941e1ae-eb68-4be6-9151-eb3c5fd64fe5","registros":0,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-21 05:29:04] production.INFO: Sincronização CRTI concluída. {"carga_id":"73d25311-bfb2-434b-ab10-6f3f0c1f2221","registros":46081,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-21 09:00:37] production.INFO: Sincronização CRTI concluída. {"carga_id":"834f07fb-06b5-4c06-969f-07f2aaf9d25a","registros":0,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-21 18:12:35] production.INFO: Sincronização CRTI concluída. {"carga_id":"4dc2027d-22d7-4a70-9ba5-1494ce812d64","registros":41,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-21 20:30:45] production.INFO: Sincronização CRTI concluída. {"carga_id":"035989d9-362f-4774-b39e-6c2dd2d1dc81","registros":45,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-22 05:22:41] production.INFO: Sincronização CRTI concluída. {"carga_id":"94c0bb52-3a86-4129-a75f-d61a93d62609","registros":46126,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-22 09:00:51] production.INFO: Sincronização CRTI concluída. {"carga_id":"8d83d10e-c0e0-4648-a5b5-9809596ffd1f","registros":45,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-22 20:30:59] production.INFO: Sincronização CRTI concluída. {"carga_id":"6b0f2afa-8e79-40a8-9eb1-eb6c5db70257","registros":22,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-23 01:12:16] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028910) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-23 05:21:40] production.INFO: Sincronização CRTI concluída. {"carga_id":"40ddacc7-3ecb-4889-8ea3-a28ff047edb3","registros":46147,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-23 09:00:06] production.INFO: Sincronização CRTI concluída. {"carga_id":"9aaafa20-f079-4a9b-8325-7f71812e3a35","registros":22,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-23 19:14:41] production.INFO: Sincronização CRTI concluída. {"carga_id":"c15b83a5-2c7c-4bf5-9b67-6353a8e234ee","registros":36,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-23 19:19:26] production.INFO: Sincronização CRTI concluída. {"carga_id":"e070e36d-d413-4fef-a529-def40487c34b","registros":180,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-23 20:30:13] production.INFO: Sincronização CRTI concluída. {"carga_id":"792863f7-4668-4922-9cbe-abb20c1d2384","registros":38,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-24 01:12:24] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028913) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-24 05:21:54] production.INFO: Sincronização CRTI concluída. {"carga_id":"4abf4b80-d458-42be-b55b-dabea4f0379f","registros":46185,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-24 09:00:20] production.INFO: Sincronização CRTI concluída. {"carga_id":"5771c709-4876-4e99-bad8-7b6ed6854c42","registros":38,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-24 20:30:27] production.INFO: Sincronização CRTI concluída. {"carga_id":"16bbaa5f-01c2-458d-89a3-c2387e526cb7","registros":25,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-25 01:12:15] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028913) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-25 01:13:43] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028913) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-25 05:21:52] production.INFO: Sincronização CRTI concluída. {"carga_id":"230421c2-f30e-48c1-b48c-0b24d3e62552","registros":46210,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-25 09:00:34] production.INFO: Sincronização CRTI concluída. {"carga_id":"1ac9adcd-0222-440f-ad49-1fdc25587c79","registros":25,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-25 20:30:42] production.INFO: Sincronização CRTI concluída. {"carga_id":"16046db2-d7e1-4059-94d0-8632fb58e910","registros":9,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-26 01:12:04] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028913) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-26 05:21:57] production.INFO: Sincronização CRTI concluída. {"carga_id":"6047710d-ca25-4d4c-bb8a-9c59ac59b456","registros":46219,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-26 09:00:48] production.INFO: Sincronização CRTI concluída. {"carga_id":"832463ed-9424-4f09-a5c6-47c42f069d8b","registros":9,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-26 10:07:36] production.INFO: Sincronização CRTI concluída. {"carga_id":"4ced47a5-d875-453c-b142-760f01fcda72","registros":138,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-26 20:30:56] production.INFO: Sincronização CRTI concluída. {"carga_id":"642d1322-8290-462f-9f3d-853bfb69748a","registros":6,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-27 05:21:48] production.INFO: Sincronização CRTI concluída. {"carga_id":"7b6a893a-5583-4900-9152-90cf9f374408","registros":46225,"ignorados_sem_filial_servico":86,"removeu_ausentes":true} [2026-09-27 09:00:04] production.INFO: Sincronização CRTI concluída. {"carga_id":"7551acfa-85bb-4dfd-89c8-48f96bd0c776","registros":6,"ignorados_sem_filial_servico":0,"removeu_ausentes":true} [2026-09-27 11:49:23] production.INFO: Sincronização CRTI concluída. {"carga_id":"e0525d7c-ca29-4b76-b76a-8b757d5ae57b","registros":144,"ignorados_sem_filial_servico":0,"removeu_ausentes":false} [2026-09-27 16:52:32] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 16:54:21] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 16:55:50] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 16:58:37] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 17:00:44] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 17:03:22] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 17:08:31] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 17:10:01] production.ERROR: Falha de comunicação com a API do Telegram. {"exception":"[object] (RuntimeException(code: 0): Falha de comunicação com a API do Telegram. at C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php:96) [stacktrace] #0 C:\\web\\chatbot-telegram\\app\\Services\\TelegramService.php(72): App\\Services\\TelegramService->call('getUpdates', Array, 40) #1 C:\\web\\chatbot-telegram\\app\\Console\\Commands\\TelegramPollCommand.php(44): App\\Services\\TelegramService->getUpdates(116028915) #2 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\TelegramPollCommand->handle(Object(App\\Services\\TelegramService), Object(App\\Services\\BotCommandService)) #3 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() #4 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure)) #5 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure)) #6 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL) #7 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(136): Illuminate\\Container\\Container->call(Array) #8 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Command\\Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #9 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle)) #10 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #11 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\TelegramPollCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #12 C:\\web\\chatbot-telegram\\vendor\\symfony\\console\\Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #13 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #14 C:\\web\\chatbot-telegram\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #15 C:\\web\\chatbot-telegram\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput)) #16 {main} "} [2026-09-27 20:30:08] production.INFO: Sincronização CRTI concluída. {"carga_id":"d1d1ee03-221e-4956-a15c-5f23330844d7","registros":0,"ignorados_sem_filial_servico":0,"removeu_ausentes":true}