🚀 Auto-deploy: BotVPS atualizado em 16/04/2026 14:38:26
This commit is contained in:
7
bot_test.log
Normal file
7
bot_test.log
Normal file
@@ -0,0 +1,7 @@
|
||||
2026-04-16 14:35:26,243 - __main__ - INFO - Bot Ponte Antigravity (Middleware - Texto & Voz) iniciado...
|
||||
2026-04-16 14:35:26,850 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getMe "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:35:27,047 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/deleteWebhook "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:35:27,049 - telegram.ext.Application - INFO - Application started
|
||||
2026-04-16 14:35:31,462 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:35:31,463 - telegram.ext.Application - INFO - Application is stopping. This might take a moment.
|
||||
2026-04-16 14:35:31,463 - telegram.ext.Application - INFO - Application.stop() complete
|
||||
157
bot_test_long.log
Normal file
157
bot_test_long.log
Normal file
@@ -0,0 +1,157 @@
|
||||
2026-04-16 14:35:55,617 - __main__ - INFO - Bot Ponte Antigravity (Middleware - Texto & Voz) iniciado...
|
||||
2026-04-16 14:35:56,212 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getMe "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:35:56,404 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/deleteWebhook "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:35:56,405 - telegram.ext.Application - INFO - Application started
|
||||
2026-04-16 14:36:00,167 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 409 Conflict"
|
||||
2026-04-16 14:36:00,168 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop
|
||||
await do_action()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 154, in do_action
|
||||
action_cb_task.result()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_updater.py", line 340, in polling_action_cb
|
||||
updates = await self.bot.get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 672, in get_updates
|
||||
updates = await super().get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 4865, in get_updates
|
||||
await self._post(
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 704, in _post
|
||||
return await self._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
||||
return await super()._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 733, in _do_post
|
||||
result = await request.post(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 198, in post
|
||||
result = await self._request_wrapper(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
||||
raise exception
|
||||
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
||||
2026-04-16 14:36:05,511 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 409 Conflict"
|
||||
2026-04-16 14:36:05,512 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop
|
||||
await do_action()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 154, in do_action
|
||||
action_cb_task.result()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_updater.py", line 340, in polling_action_cb
|
||||
updates = await self.bot.get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 672, in get_updates
|
||||
updates = await super().get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 4865, in get_updates
|
||||
await self._post(
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 704, in _post
|
||||
return await self._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
||||
return await super()._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 733, in _do_post
|
||||
result = await request.post(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 198, in post
|
||||
result = await self._request_wrapper(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
||||
raise exception
|
||||
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
||||
2026-04-16 14:36:08,559 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 409 Conflict"
|
||||
2026-04-16 14:36:08,560 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop
|
||||
await do_action()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 154, in do_action
|
||||
action_cb_task.result()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_updater.py", line 340, in polling_action_cb
|
||||
updates = await self.bot.get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 672, in get_updates
|
||||
updates = await super().get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 4865, in get_updates
|
||||
await self._post(
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 704, in _post
|
||||
return await self._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
||||
return await super()._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 733, in _do_post
|
||||
result = await request.post(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 198, in post
|
||||
result = await self._request_wrapper(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
||||
raise exception
|
||||
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
||||
2026-04-16 14:36:15,859 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 409 Conflict"
|
||||
2026-04-16 14:36:15,860 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop
|
||||
await do_action()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 154, in do_action
|
||||
action_cb_task.result()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_updater.py", line 340, in polling_action_cb
|
||||
updates = await self.bot.get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 672, in get_updates
|
||||
updates = await super().get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 4865, in get_updates
|
||||
await self._post(
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 704, in _post
|
||||
return await self._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
||||
return await super()._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 733, in _do_post
|
||||
result = await request.post(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 198, in post
|
||||
result = await self._request_wrapper(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
||||
raise exception
|
||||
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
||||
2026-04-16 14:36:22,673 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 409 Conflict"
|
||||
2026-04-16 14:36:22,674 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop
|
||||
await do_action()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_utils/networkloop.py", line 154, in do_action
|
||||
action_cb_task.result()
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_updater.py", line 340, in polling_action_cb
|
||||
updates = await self.bot.get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 672, in get_updates
|
||||
updates = await super().get_updates(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 4865, in get_updates
|
||||
await self._post(
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 704, in _post
|
||||
return await self._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
||||
return await super()._do_post(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/_bot.py", line 733, in _do_post
|
||||
result = await request.post(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 198, in post
|
||||
result = await self._request_wrapper(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.12/dist-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
||||
raise exception
|
||||
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
||||
2026-04-16 14:36:31,315 - httpx - INFO - HTTP Request: POST https://api.telegram.org/bot8272877120:AAEemJGm-8JzaLCWgVYpapk7JuGlIPP4X1o/getUpdates "HTTP/1.1 200 OK"
|
||||
2026-04-16 14:36:31,316 - telegram.ext.Application - INFO - Application is stopping. This might take a moment.
|
||||
2026-04-16 14:36:31,316 - telegram.ext.Application - INFO - Application.stop() complete
|
||||
Reference in New Issue
Block a user