traceback

General support for problems installing or using Deluge
Post Reply
elitenoobboy

traceback

Post by elitenoobboy »

why does this website always give me errors when I try to view the bugs page?

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", line 502, in send_error
    data, 'text/html')
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", line 955, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", line 304, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 268, in _get_session
    return Session(self.env, req)
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py", line 200, in __init__
    if req.authname == 'anonymous':
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", line 304, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 135, in authenticate
    authname = authenticator.authenticate(req)
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/util.py", line 82, in wrap
    return func(self, *args, **kwds)
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/web_ui.py", line 338, in authenticate
    user = self._remote_user(req)
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/web_ui.py", line 710, in _remote_user
    acctmgr.set_password(user, password)
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/api.py", line 245, in set_password
    if store.set_password(user, password, old_password):
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/htfile.py", line 55, in set_password
    self.userline(user, password))
  File "/usr/lib/python2.7/site-packages/TracAccountManager-0.4.3-py2.7.egg/acct_mgr/htfile.py", line 158, in _update_file
    f = open(filename, 'w')
IOError: [Errno 2] No such file or directory: ''
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: traceback

Post by Cas »

I am not seeing issues myself, is this still an issue, if so can you provide a few more details.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: traceback

Post by bro »

Cas, I'm getting the same myself then trying to log in. You comming back to IRC soon? ;-)
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: traceback

Post by Cas »

Ok I changed a setting in admin, should work now.
Post Reply