aio-libs / aio-libs/aioelasticsearch

Unknown AIOHttpConnection type errors

オープン
#100 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
137
フォーク
39
PR マージ指標
30日以内にマージされた PR はありません

説明

In my app which uses aioelasticsearch, I sometimes get these errors but I can’t figure out if there is something wrong with my app or the lib. Specifically, how do I interpret what is causing it / what it means?

```
python: File "/home/sml/virtualenvs/cr-api-web/lib/python3.6/site-packages/aioelasticsearch/transport.py", line 338, in perform_request
python: ignore=ignore, timeout=timeout, headers=headers,
python: File "/home/sml/virtualenvs/cr-api-web/lib/python3.6/site-packages/aioelasticsearch/transport.py", line 252, in _perform_request
python: connection = await self.get_connection()
python: File "/home/sml/virtualenvs/cr-api-web/lib/python3.6/site-packages/aioelasticsearch/transport.py", line 236, in get_connection
python: return self.connection_pool.get_connection()
python: File "/home/sml/virtualenvs/cr-api-web/lib/python3.6/site-packages/aioelasticsearch/pool.py", line 96, in get_connection
python: self.resurrect()
python: File "/home/sml/virtualenvs/cr-api-web/lib/python3.6/site-packages/aioelasticsearch/pool.py", line 82, in resurrect
python: self.dead.put_nowait((timestamp, connection))
python: File "/usr/lib/python3.6/asyncio/queues.py", line 150, in put_nowait
python: self._put(item)
python: File "/usr/lib/python3.6/asyncio/queues.py", line 231, in _put
python: heappush(self._queue, item)
python: TypeError: '<' not supported between instances of 'AIOHttpConnection' and 'AIOHttpConnection'
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。