I got 2 errors after some time. #52
GraphicDepo
started this conversation in
General
Replies: 1 comment
-
Hi... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I get 2 types of errors and i dont really understand why..
First Error:
2021-09-09 04:10:51,217 - telegram.ext.updater - ERROR - Error while getting Updates: Bad Gateway
2021-09-09 04:10:51,218 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 465, in _network_loop_retry
if not action_cb():
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 416, in polling_action_cb
updates = self.bot.get_updates(
File "/home/stefan/.local/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 135, in decorator
result = func(*args, **kwargs)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 2638, in get_updates
result = self._post(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 245, in _post
return self.request.post(f'{self.base_url}/{endpoint}', data=data, timeout=timeout)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 349, in post
result = self._request_wrapper(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 283, in _request_wrapper
raise NetworkError('Bad Gateway')
telegram.error.NetworkError: Bad Gateway
2021-09-09 04:10:52,260 - telegram.ext.updater - ERROR - Error while getting Updates: Bad Gateway
2021-09-09 04:10:52,261 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 465, in _network_loop_retry
if not action_cb():
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 416, in polling_action_cb
updates = self.bot.get_updates(
File "/home/stefan/.local/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 135, in decorator
result = func(*args, **kwargs)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 2638, in get_updates
result = self._post(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 245, in _post
return self.request.post(f'{self.base_url}/{endpoint}', data=data, timeout=timeout)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 349, in post
result = self._request_wrapper(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 283, in _request_wrapper
raise NetworkError('Bad Gateway')
telegram.error.NetworkError: Bad Gateway
2021-09-09 04:10:53,803 - telegram.ext.updater - ERROR - Error while getting Updates: Bad Gateway
2021-09-09 04:10:53,804 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 465, in _network_loop_retry
if not action_cb():
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 416, in polling_action_cb
updates = self.bot.get_updates(
File "/home/stefan/.local/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 135, in decorator
result = func(*args, **kwargs)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 2638, in get_updates
result = self._post(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 245, in _post
return self.request.post(f'{self.base_url}/{endpoint}', data=data, timeout=timeout)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 349, in post
result = self._request_wrapper(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 283, in _request_wrapper
raise NetworkError('Bad Gateway')
telegram.error.NetworkError: Bad Gateway
2021-09-09 04:10:56,097 - telegram.ext.updater - ERROR - Error while getting Updates: Bad Gateway
2021-09-09 04:10:56,098 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 465, in _network_loop_retry
if not action_cb():
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/ext/updater.py", line 416, in polling_action_cb
updates = self.bot.get_updates(
File "/home/stefan/.local/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 135, in decorator
result = func(*args, **kwargs)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 2638, in get_updates
result = self._post(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/bot.py", line 245, in _post
return self.request.post(f'{self.base_url}/{endpoint}', data=data, timeout=timeout)
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 349, in post
result = self._request_wrapper(
File "/home/stefan/.local/lib/python3.8/site-packages/telegram/utils/request.py", line 283, in _request_wrapper
raise NetworkError('Bad Gateway')
telegram.error.NetworkError: Bad Gateway
Second error:
What can be done here?
Beta Was this translation helpful? Give feedback.
All reactions