Size: a a a

pyTelegramBotAPI.talks.ru

2019 November 14

MW

Mad Way in pyTelegramBotAPI.talks.ru
Да ебошь словари!
источник

MW

Mad Way in pyTelegramBotAPI.talks.ru
Сло-ва-ри!
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
тоже хорошо
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
и сервак не требуется
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
я просто с SQL не очень дружу, так что настройки либо в монге, либо в жсон
источник
2019 November 15

tt

test test in pyTelegramBotAPI.talks.ru
Подскажите пожалуйста, почему может бот крашится, не может ни на какой call ответить?
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
test test
Подскажите пожалуйста, почему может бот крашится, не может ни на какой call ответить?
как колл ловишь, с какой ошибкой крашится?
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
Мы тут не экстрасенсы
источник

tt

test test in pyTelegramBotAPI.talks.ru
Yulia 🌯
как колл ловишь, с какой ошибкой крашится?
Ошибка: bad request query is too old and response timeout expired or query id is invalid
источник

tt

test test in pyTelegramBotAPI.talks.ru
бот работал уже долгий период исправно, но сегодня чего то сошел с ума...
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
test test
Ошибка: bad request query is too old and response timeout expired or query id is invalid
кнопка была 1005000 лет назад отправлена
источник

tt

test test in pyTelegramBotAPI.talks.ru
Дак дело в чем, он теперь на каждое сообщение ругается, даже если я его отправлю по новой
источник

tt

test test in pyTelegramBotAPI.talks.ru
2019-11-15 15:43:22,368 (__init__.py:418 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}']"
2019-11-15 15:43:22,861 (util.py:66 WorkerThread19) ERROR - TeleBot: "ApiException occurred, args=('A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:\n[b\'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}\']',)
Traceback (most recent call last):
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/util.py", line 60, in run
   task(*args, **kwargs)
 File "main.py", line 1291, in callback_inline
   text='Выберите нужный диапазон:', parse_mode='HTML', reply_markup=keyboard)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/__init__.py", line 997, in edit_message_text
   disable_web_page_preview, reply_markup)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 622, in edit_message_text
   return _make_request(token, method_url, params=payload)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 56, in _make_request
   return _check_result(method_name, result)['result']
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 75, in _check_result
   raise ApiException(msg, method_name, result)
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}']
"
источник

KA

Kevin Atlas in pyTelegramBotAPI.talks.ru
ошибка же другая
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
test test
2019-11-15 15:43:22,368 (__init__.py:418 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}']"
2019-11-15 15:43:22,861 (util.py:66 WorkerThread19) ERROR - TeleBot: "ApiException occurred, args=('A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:\n[b\'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}\']',)
Traceback (most recent call last):
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/util.py", line 60, in run
   task(*args, **kwargs)
 File "main.py", line 1291, in callback_inline
   text='Выберите нужный диапазон:', parse_mode='HTML', reply_markup=keyboard)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/__init__.py", line 997, in edit_message_text
   disable_web_page_preview, reply_markup)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 622, in edit_message_text
   return _make_request(token, method_url, params=payload)
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 56, in _make_request
   return _check_result(method_name, result)['result']
 File "/usr/local/lib/python3.5/dist-packages/pyTelegramBotAPI-3.6.6-py3.5.egg/telebot/apihelper.py", line 75, in _check_result
   raise ApiException(msg, method_name, result)
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The server returned HTTP 400 Bad Request. Response body:
[b'{"ok":false,"error_code":400,"description":"Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message"}']
"
ты текст и маркап меняешь на тот что есть уже
источник

tt

test test in pyTelegramBotAPI.talks.ru
Kevin Atlas
ошибка же другая
это вторая
источник

tt

test test in pyTelegramBotAPI.talks.ru
он на весь call ругался
источник

Y🌯

Yulia 🌯 in pyTelegramBotAPI.talks.ru
нельзя "привет" поменять на "привет"
источник

tt

test test in pyTelegramBotAPI.talks.ru
вот перестал, я и спрашиваю ведь, почему мог ругатся
источник

tt

test test in pyTelegramBotAPI.talks.ru
Yulia 🌯
нельзя "привет" поменять на "привет"
это я понимаю
источник