Ticket #200 (closed defect: invalid)
Search not functional in 1.2.9
| Reported by: | anonymous | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nicotine | Version: | |
| Keywords: | search | Cc: |
Description
(apologies ahead of time for any formatting issues) I'm not sure if this part is related, but I receive this error on startup:
Traceback (most recent call last):
File "/home/me/nicotine+-1.2.9/pynicotine/utils.py", line 218, in getDirsMtimes
contents = dircache.listdir(directory)
File "dircache.py", line 27, in listdir
list = os.listdir(path)
Then, when I attempt to perform a search, it does not do anything, and these lines are output to the xterm session I used to start nicotine:
Traceback (most recent call last):
File "/home/USER/nicotine+-1.2.9/pynicotine/gtkgui/frame.py", line 1356, in OnSearch
self.Searches.OnSearch()
File "/home/USER/nicotine+-1.2.9/pynicotine/gtkgui/search.py", line 258, in OnSearch
self.DoSearch(text, mode, users, room)
File "/home/USER/nicotine+-1.2.9/pynicotine/gtkgui/search.py", line 289, in DoSearch
search = self.CreateTab(self.searchid, text, mode)
File "/home/USER/nicotine+-1.2.9/pynicotine/gtkgui/search.py", line 338, in CreateTab
tab = Search(self, text, id, mode, remember)
File "/home/USER/nicotine+-1.2.9/pynicotine/gtkgui/search.py", line 497, in __init__
self.ResultsList.set_property("show-expanders", False)
TypeError: the object does not support the given parameter
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
