Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TelegramEngine.polling => Exception TimeoutError #99

Open
jairojair opened this issue Oct 17, 2017 · 0 comments
Open

TelegramEngine.polling => Exception TimeoutError #99

jairojair opened this issue Oct 17, 2017 · 0 comments
Labels

Comments

@jairojair
Copy link

Hi Folks,

With #91 solved, I updated my codebase. After a while app raise a exception, more details under here.

Task exception was never retrieved
future: <Task finished coro=<TelegramEngine.polling() done, defined at /usr/local/lib/python3.6/site-packages/bottery/platform/telegram.py:94> exception=TimeoutError()>
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/bottery/platform/telegram.py", line 102, in polling
    response = await self.api.get_updates(payload)
  File "/usr/local/lib/python3.6/site-packages/aiohttp/helpers.py", line 102, in __await__
    ret = yield from self._coro
  File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 241, in _request
    yield from resp.start(conn, read_until_eof)
  File "/usr/local/lib/python3.6/site-packages/aiohttp/client_reqrep.py", line 572, in start
    self._continue = None
  File "/usr/local/lib/python3.6/site-packages/aiohttp/helpers.py", line 743, in __exit__
    raise asyncio.TimeoutError from None
concurrent.futures._base.TimeoutError

This issue happened only once time, I'm cannot reproduce the error.

Thanks a lot ~

@rougeth rougeth added the bug label Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants