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

Xapian 1.3.1 causes traceback in Pootle #2973

Closed
dwaynebailey opened this issue May 30, 2013 · 4 comments
Closed

Xapian 1.3.1 causes traceback in Pootle #2973

dwaynebailey opened this issue May 30, 2013 · 4 comments

Comments

@dwaynebailey
Copy link
Member

Version: trunk

The following error occurs when Xapian 1.3.1 is deployed in a virtualenv. I'm pretty sure it is an API change with 1.3.x

1.2.x is still considered the stable branch so I don't think is a critical requirement to fix just yet.

[Thu May 30 14:58:57 2013] [error] 2013-05-30 14:58:57,032 ERROR Error opening indexer for /en/phplist/:
[Thu May 30 14:58:57 2013] [error] in method 'new_Query', argument 1 of type 'std::string const &'
[Thu May 30 14:58:57 2013] [error] Traceback (most recent call last):
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response
[Thu May 30 14:58:57 2013] [error]     response = callback(request, *callback_args, **callback_kwargs)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_misc/util.py", line 143, in wrapper
[Thu May 30 14:58:57 2013] [error]     return f(request, *args, **kwargs)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_store/views.py", line 99, in decorated_f
[Thu May 30 14:58:57 2013] [error]     return f(request, store, *args, **kwargs)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_store/views.py", line 600, in get_view_units_store
[Thu May 30 14:58:57 2013] [error]     return get_view_units(request, store.units, store=True, limit=limit)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_store/views.py", line 551, in get_view_units
[Thu May 30 14:58:57 2013] [error]     step_queryset = get_step_query(request, units_queryset)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_store/views.py", line 391, in get_step_query
[Thu May 30 14:58:57 2013] [error]     search_form, units_queryset)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/src/pootle/apps/pootle_store/views.py", line 316, in get_search_step_query
[Thu May 30 14:58:57 2013] [error]     limitedquery = translation_project.indexer.make_query(searchparts, True)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/src/translate-toolkit/translate/search/indexing/XapianIndexer.py", line 150, in make_query
[Thu May 30 14:58:57 2013] [error]     return super(XapianDatabase, self).make_query(*args, **kwargs)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/src/translate-toolkit/translate/search/indexing/CommonIndexer.py", line 174, in make_query
[Thu May 30 14:58:57 2013] [error]     result.append(self._create_query_for_query(query))
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/src/translate-toolkit/translate/search/indexing/XapianIndexer.py", line 166, in _create_query_for_query
[Thu May 30 14:58:57 2013] [error]     return xapian.Query(query)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/lib/python2.6/site-packages/xapian/__init__.py", line 7455, in _query_init
[Thu May 30 14:58:57 2013] [error]     __query_init_orig(self, *args)
[Thu May 30 14:58:57 2013] [error]   File "/var/www/sites/pootle-phplist/env/lib/python2.6/site-packages/xapian/__init__.py", line 1916, in __init__
[Thu May 30 14:58:57 2013] [error]     _xapian.Query_swiginit(self,_xapian.new_Query(*args))
[Thu May 30 14:58:57 2013] [error] TypeError: in method 'new_Query', argument 1 of type 'std::string const &'
@unho
Copy link
Member

unho commented Jul 29, 2014

@jleclanche Wrong repo?

@jleclanche
Copy link
Member

I'd say so.

@nijel
Copy link
Member

nijel commented Jan 27, 2019

@unho Can you please move this issue to Pootle? It should be possible now to do so...

@unho
Copy link
Member

unho commented Jan 27, 2019

Moved to translate/pootle#6889

@unho unho closed this as completed Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants