crash due to a port unsupported

Bug #780670 reported by Pierre Crepier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LottaNZB
New
Undecided
Unassigned

Bug Description

Hi,

I would like to report this bug : each time I launch LottaNZB 0.6 I get this stack trace :
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/lottanzb/core/environ.py", line 84, in run_with_except_hook
    run_old(*args, **kw)
  File "/usr/lib/pymodules/python2.6/lottanzb/core/component.py", line 466, in run
    self._component_manager.load(self._component_class)
  File "/usr/lib/pymodules/python2.6/lottanzb/core/component.py", line 361, in load
    component = component_class(self)
  File "/usr/lib/pymodules/python2.6/lottanzb/backend/__init__.py", line 106, in __init__
    self.session = self._component_manager.load(session_cls)
  File "/usr/lib/pymodules/python2.6/lottanzb/core/component.py", line 361, in load
    component = component_class(self)
  File "/usr/lib/pymodules/python2.6/lottanzb/backend/sessions/local.py", line 88, in __init__
    self.sabnzbd_config.load()
  File "/usr/lib/pymodules/python2.6/lottanzb/backend/sessions/local.py", line 61, in load
    sabnzbd.LocalConfig.load(self, custom_config_file)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/roots.py", line 226, in load
    self._read(file_object)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/roots.py", line 446, in _read
    self.merge(self._config_obj.dict())
  File "/usr/lib/pymodules/python2.6/lottanzb/config/section.py", line 444, in merge
    self[key].merge(value)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/sabnzbd/__init__.py", line 257, in merge
    _ListConfigSection.merge(self, options)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/section.py", line 442, in merge
    self[key] = value
  File "/usr/lib/pymodules/python2.6/lottanzb/util/gobject_extras.py", line 136, in __setitem__
    self.set_property(key, value)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/section.py", line 268, in set_property
    changed = self.set_unknown_property(key, value)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/sabnzbd/__init__.py", line 177, in set_unknown_property
    value.set_identifier(key)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/sabnzbd/servers.py", line 41, in set_identifier
    self.port = port
  File "/usr/lib/pymodules/python2.6/gtk-2.0/gobject/propertyhelper.py", line 167, in __set__
    instance.set_property(self.name, value)
  File "/usr/lib/pymodules/python2.6/lottanzb/config/section.py", line 266, in set_property
    raise InvalidOptionError(self, key)
InvalidOptionError: La valeur de l'option 'port' de la section 'lottanzb.config.sabnzbd.servers.ssl-eu.astraweb.com' est invalide.

sorry for the last line which is in french but it just tell that the value of the option "port" in the section "lottanzb.config...." is invalide

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.