-
Notifications
You must be signed in to change notification settings - Fork 24
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
搜索报错 #4
Comments
你的 pgroonga 版本是多少? |
postgresql-14-pgroonga/jammy,now 2.4.7-1.ubuntu22.04.1 |
降级试了下,降到2.4.5可以了 |
Same problem here, solved by downgrade to https://github.com/pgroonga/pgroonga/releases/tag/2.4.5. |
来自 pgroonga 3.0.8 的错误:
|
不会修 QAQ |
AFAICT from the reported error log, it appears that indexes should be explicitly added to each child table |
@lilydjwg 可以在 README 里添加说明一下吗,今天迁移数据库全程很顺利,直到在 luoxu-web 查询时冒出来 asyncpg.exceptions.InvalidParameterValueError: pgroonga: [highlight-html] PGrnCreateSimilarTemporaryLexicon: index must not a parent index: <message_idx> 拷打 ChatGPT 许久没解决,刚想来提 issue 发现已经有人遇到过此问题。 (降级 2.4.5 有效) |
@rde9 加上了。 |
|
搜索不存在的消息就正常返回信息显示搜不到,存在的就返回错误,系统是ubuntu22.04
E 03-29 05:44:50.437 web_protocol:403] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/aiohttp/web_protocol.py", line 433, in _handle_request
resp = await request_handler(request)
File "/usr/local/lib/python3.10/dist-packages/aiohttp/web_app.py", line 504, in _handle
resp = await handler(request)
File "/home/luoxu/luoxu/web.py", line 27, in get
res = await self._get(request)
File "/home/luoxu/luoxu/web.py", line 53, in _get
groupinfo, messages = await self.dbconn.search(q)
File "/home/luoxu/luoxu/db.py", line 167, in search
ret += await self._search_one_year(
File "/home/luoxu/luoxu/db.py", line 218, in _search_one_year
rows = await conn.fetch(sql, *params)
File "/usr/local/lib/python3.10/dist-packages/asyncpg/connection.py", line 620, in fetch
return await self._execute(
File "/usr/local/lib/python3.10/dist-packages/asyncpg/connection.py", line 1658, in _execute
result, _ = await self.__execute(
File "/usr/local/lib/python3.10/dist-packages/asyncpg/connection.py", line 1683, in __execute
return await self._do_execute(
File "/usr/local/lib/python3.10/dist-packages/asyncpg/connection.py", line 1730, in _do_execute
result = await executor(stmt, None)
File "asyncpg/protocol/protocol.pyx", line 201, in bind_execute
asyncpg.exceptions.InvalidParameterValueError: pgroonga: object isn't found: <Lexicon0_0>
The text was updated successfully, but these errors were encountered: