TypeError: attributes() got an unexpected keyword argument 'apply_with_init'
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | NULL Project |
Undecided
|
Unassigned | ||
| | deluge (Ubuntu) |
Undecided
|
Unassigned | ||
| | python-service-identity (Debian) |
Fix Released
|
Unknown
|
||
| | python-service-identity (Ubuntu) |
Critical
|
Unassigned | ||
Bug Description
attempting to launch deluge-gtk results in this crash.
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
return get_distributio
File "/usr/lib/
return ep.load()
File "/usr/lib/
return self.resolve()
File "/usr/lib/
module = __import_
File "/usr/lib/
from gtkui import start
File "/usr/lib/
from deluge.ui.client import client
File "/usr/lib/
from twisted.internet import reactor, ssl, defer
File "/usr/lib/
from twisted.
File "/usr/lib/
verifyHostname, VerificationError = _selectVerifyIm
File "/usr/lib/
from service_identity import VerificationError
File "/usr/lib/
from . import pyopenssl
File "/usr/lib/
from ._common import (
File "/usr/lib/
@attributes
TypeError: attributes() got an unexpected keyword argument 'apply_with_init'
ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: deluge-gtk 1.3.11-0ubuntu2
ProcVersionSign
Uname: Linux 4.1.0-3-generic x86_64
ApportVersion: 2.18-0ubuntu9
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 4 12:50:42 2015
PackageArchitec
SourcePackage: deluge
UpgradeStatus: No upgrade log present (probably fresh install)
| Nicholas Skaggs (nskaggs) wrote : | #1 |
| summary: |
- Deluge crashes on start + TypeError: attributes() got an unexpected keyword argument + 'apply_with_init' |
| Changed in deluge: | |
| status: | Unknown → New |
| Changed in deluge (Ubuntu): | |
| status: | Confirmed → Invalid |
| Changed in python-service-identity (Ubuntu): | |
| status: | New → Confirmed |
| Aurimas Fišeras (aurimas-gmail) wrote : | #4 |
Workaround to start Deluge:
comment out all appearances of "apply_
E.g., from:
@attributes(
To:
@attributes(
| Cas (calumlind) wrote : | #5 |
The problem is a result of python-
https:/
| Changed in python-service-identity (Ubuntu): | |
| importance: | Undecided → Critical |
| Changed in python-service-identity (Debian): | |
| status: | Unknown → New |
It looks like there was briefly a version mismatch between python-
| affects: | deluge → null-and-void |
| Changed in null-and-void: | |
| importance: | Unknown → Undecided |
| status: | New → Invalid |
| Changed in python-service-identity (Ubuntu): | |
| status: | Confirmed → Incomplete |
| Changed in python-service-identity (Debian): | |
| status: | New → Fix Released |


Status changed to 'Confirmed' because the bug affects multiple users.