Opened 16 years ago

Closed 16 years ago

#151 closed bug (WorksForMe)

Deluge crashes after upgrade to 0.5.8.8-1 (Unable to add torrent)

Reported by: anonymous Owned by: markybob
Priority: major Milestone:
Component: 0.5.x Version: 0.5.8.4
Keywords: Cc:

Description

~$deluge checking for ubuntu... found and fixing ubuntu checking for ubuntu... no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences Raising error: Unable to add torrent: Scanning plugin dir /usr/share/deluge/plugins Initialising plugin Scheduler Initialising plugin Search Initialising plugin NetworkGraph? Initialising plugin MoveTorrent? Initialising plugin NetworkHealth? Initialising plugin WebSeed? Initialising plugin DesiredRatio? Initialising plugin SpeedLimiter? Traceback (most recent call last):

File "/usr/bin/deluge", line 145, in <module>

start_deluge()

File "/usr/bin/deluge", line 128, in start_deluge

interface = deluge.interface.DelugeGTK()

File "/var/lib/python-support/python2.5/deluge/interface.py", line 60, in init

self.plugins.scan_for_plugins()

File "/var/lib/python-support/python2.5/deluge/plugins.py", line 61, in scan_for_plugins

mod = import(modname, globals(), locals(), [])

File "/usr/share/deluge/plugins/WebUi/init.py", line 53, in <module>

import webserver_common

File "/usr/share/deluge/plugins/WebUi/webserver_common.py", line 44, in <module>

from lib.webpy022 import template

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/init.py", line 14, in <module>

import utils, db, net, wsgi, http, webapi, request, httpserver, debugerror

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/debugerror.py", line 19, in <module>

whereami = os.path.join(os.getcwd(), file)

OSError: [Errno 2] No such file or directory Error in sys.excepthook: Traceback (most recent call last):

File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook

binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))

OSError: [Errno 2] No such file or directory

Original exception was: Traceback (most recent call last):

File "/usr/bin/deluge", line 145, in <module>

start_deluge()

File "/usr/bin/deluge", line 128, in start_deluge

interface = deluge.interface.DelugeGTK()

File "/var/lib/python-support/python2.5/deluge/interface.py", line 60, in init

self.plugins.scan_for_plugins()

File "/var/lib/python-support/python2.5/deluge/plugins.py", line 61, in scan_for_plugins

mod = import(modname, globals(), locals(), [])

File "/usr/share/deluge/plugins/WebUi/init.py", line 53, in <module>

import webserver_common

File "/usr/share/deluge/plugins/WebUi/webserver_common.py", line 44, in <module>

from lib.webpy022 import template

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/init.py", line 14, in <module>

import utils, db, net, wsgi, http, webapi, request, httpserver, debugerror

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/debugerror.py", line 19, in <module>

whereami = os.path.join(os.getcwd(), file)

OSError: [Errno 2] No such file or directory

After upgrade it just doesn't start. Deluge users really suffer from it's release cycle and methodology .

Change History (1)

comment:1 Changed 16 years ago by markybob

  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.