Message411

Author BBlack
Recipients smart-list-disabled
Date 2006-02-21.18:12:09
Content
Using "smart search" works fine, as long as you didn't execute any other action
like "smart update" or installing a package.

It's reproducable and everytime you already did something else the following
error occurs:

Traceback (most recent call last):
  File "/usr/bin/smart", line 194, in ?
    main(sys.argv[1:])
  File "/usr/bin/smart", line 167, in main
    exitcode = iface.run(opts.command, opts.argv)
  File "/usr/lib/python2.4/site-packages/smart/interface.py", line 53, in run
    result = _command.main(self._ctrl, opts)
  File "/usr/lib/python2.4/site-packages/smart/commands/query.py", line 283, in main
    if pattern.search(info.getDescription()):
TypeError: expected string or buffer

But searching in the GUI works fine, even when the command line doesn't work
anymore. Any ideas about that? Using the GUI is fine as long as the system isn't
a server! :-)

Thanks in advance for your help!
History
Date User Action Args
2006-02-21 18:12:14BBlacksetmessageid: <1140545531.22.0.430843780578.issue126@labix.org>
2006-02-21 18:12:14BBlacksetrecipients: + smart-list-disabled
2006-02-21 18:12:13BBlacklinkissue126 messages
2006-02-21 18:12:13BBlackcreate