Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#3342 closed bug (Fixed)

web ui error

Reported by: drsnuggels Owned by:
Priority: critical Milestone: 2.0.4
Component: Core Version: 2.0.3
Keywords: ngettext Cc:

Description (last modified by Cas)

deluge 2.0.4.dev23+g2f1c008a2-1 / arch x64

● deluge-web-user.service - Deluge WebUI
     Loaded: loaded (/home/htpc/.config/systemd/user/deluge-web-user.service; e>
     Active: inactive (dead) since Fri 2020-01-10 21:39:28 CET; 3h 28min ago
    Process: 170862 ExecStart=/usr/bin/deluge-web --ssl (code=exited, status=0/>
   Main PID: 170862 (code=exited, status=0/SUCCESS)

Jan 10 21:39:27 htpc systemd[2092]: Started Deluge WebUI.
Jan 10 21:39:28 htpc deluge-web[170862]: Unable to initialize gettext/locale!
Jan 10 21:39:28 htpc deluge-web[170862]: 'ngettext'
Jan 10 21:39:28 htpc deluge-web[170862]: Traceback (most recent call last):
Jan 10 21:39:28 htpc deluge-web[170862]:   File "/usr/lib/python3.8/site-packag>
Jan 10 21:39:28 htpc deluge-web[170862]:     builtins.__dict__['_n'] = builtins>
Jan 10 21:39:28 htpc deluge-web[170862]: KeyError: 'ngettext'
Jan 10 21:39:28 htpc systemd[2092]: deluge-web-user.service: Succeeded.

Change History (1)

comment:1 Changed 4 years ago by Cas

  • Component changed from Web UI to Core
  • Description modified (diff)
  • Resolution set to Fixed
  • Status changed from new to closed

The problem with the service is likely needing the new do not fork option:

 -d, --do-not-daemonize        Do not daemonize (fork) this process

The ngettext issue should be fixed by: [d6c96d629183e8bab]

Last edited 4 years ago by Cas (previous) (diff)
Note: See TracTickets for help on using tickets.