All Options Grayed Out

Bug #997647 reported by Andrew Weskin
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
LottaNZB
New
Undecided
Unassigned

Bug Description

I added a new server to SABnzbd+ and LottaNZB will not start now. Here is the message:

08:45:26 Starting LottaNZB 0.6...
08:45:26 An unhandled exception occurred:
Traceback (most recent call last):
  File "/usr/share/lottanzb/lottanzb/core/environ.py", line 84, in run_with_except_hook
    run_old(*args, **kw)
  File "/usr/share/lottanzb/lottanzb/core/component.py", line 466, in run
    self._component_manager.load(self._component_class)
  File "/usr/share/lottanzb/lottanzb/core/component.py", line 361, in load
    component = component_class(self)
  File "/usr/share/lottanzb/lottanzb/backend/__init__.py", line 106, in __init__
    self.session = self._component_manager.load(session_cls)
  File "/usr/share/lottanzb/lottanzb/core/component.py", line 361, in load
    component = component_class(self)
  File "/usr/share/lottanzb/lottanzb/backend/sessions/local.py", line 88, in __init__
    self.sabnzbd_config.load()
  File "/usr/share/lottanzb/lottanzb/backend/sessions/local.py", line 61, in load
    sabnzbd.LocalConfig.load(self, custom_config_file)
  File "/usr/share/lottanzb/lottanzb/config/roots.py", line 226, in load
    self._read(file_object)
  File "/usr/share/lottanzb/lottanzb/config/roots.py", line 446, in _read
    self.merge(self._config_obj.dict())
  File "/usr/share/lottanzb/lottanzb/config/section.py", line 444, in merge
    self[key].merge(value)
  File "/usr/share/lottanzb/lottanzb/config/sabnzbd/__init__.py", line 257, in merge
    _ListConfigSection.merge(self, options)
  File "/usr/share/lottanzb/lottanzb/config/section.py", line 442, in merge
    self[key] = value
  File "/usr/share/lottanzb/lottanzb/util/gobject_extras.py", line 136, in __setitem__
    self.set_property(key, value)
  File "/usr/share/lottanzb/lottanzb/config/section.py", line 268, in set_property
    changed = self.set_unknown_property(key, value)
  File "/usr/share/lottanzb/lottanzb/config/sabnzbd/__init__.py", line 177, in set_unknown_property
    value.set_identifier(key)
  File "/usr/share/lottanzb/lottanzb/config/sabnzbd/servers.py", line 41, in set_identifier
    self.port = port
  File "/usr/lib/python2.7/dist-packages/gobject/propertyhelper.py", line 172, in __set__
    instance.set_property(self.name, value)
  File "/usr/share/lottanzb/lottanzb/config/section.py", line 266, in set_property
    raise InvalidOptionError(self, key)
InvalidOptionError: Invalid value for option 'port' in section 'lottanzb.config.sabnzbd.servers.ssl.astraweb.com'.

The port is not invalid and I am able to download through the web interface. Thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.