Ticket #227 (closed defect: fixed)
AttributeError: 'NoneType' object has no attribute 'lower'
| Reported by: | joss@… | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nicotine | Version: | |
| Keywords: | Cc: |
Description
Upon startup, nicotine+ 1.2.9 pops the settings window and asks me for an “Upload directory”. Sorry, but I have no idea what an upload directory is. I paste a random, empty directory in this setting, and it is still impossible to apply the settings. The following traceback appears on the console:
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/pynicotine/gtkgui/frame.py", line 1560, in OnSettingsClosed?
output = self.settingswindow.GetSettings?()
File "/var/lib/python-support/python2.4/pynicotine/gtkgui/settingswindow.py", line 2215, in GetSettings?
sub = page.GetSettings?()
File "/var/lib/python-support/python2.4/pynicotine/gtkgui/settingswindow.py", line 1207, in GetSettings?
return {
AttributeError?: 'NoneType?' object has no attribute 'lower'
