dbus code calls None, reference lost?
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| desktopcouch |
High
|
Chad Miller | ||
| desktopcouch (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Just after the last step in the pairing desktopcouch-
Traceback (most recent call last):
File "/usr/lib/
reply_
File "/usr/lib/
host, port, text.get("version", None))
TypeError: 'NoneType' object is not callable
2009-10-01 13:25:32,053 - Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
del_
TypeError: 'NoneType' object is not callable
Related branches
- Eric Casteleijn (community): Approve on 2009-10-01
-
Diff: 239 lines2 files modifieddesktopcouch/pair/couchdb_pairing/dbus_io.py (+35/-48)
desktopcouch/replication.py (+9/-11)
Guillermo Gonzalez (verterok) wrote : | #1 |
Changed in desktopcouch: | |
status: | New → In Progress |
assignee: | nobody → Chad Miller (cmiller) |
importance: | Undecided → High |
summary: |
- Error during pairing + dbus code calls None, reference lost? |
Changed in desktopcouch: | |
status: | In Progress → Fix Committed |
milestone: | none → w25-karmic-finalfreeze |
Matt Griffin (mattgriffin) wrote : | #3 |
Matt Griffin (mattgriffin) wrote : | #4 |
sorry... meant 'desktopcouch-
Changed in desktopcouch: | |
status: | Fix Committed → Fix Released |
Changed in desktopcouch (Ubuntu): | |
status: | New → Fix Committed |
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package desktopcouch - 0.5-0ubuntu1
---------------
desktopcouch (0.5-0ubuntu1) karmic; urgency=low
* New upstream release.
+ Fix remote-db-listing bug for SSL/HTTPS services. (LP: #458540)
+ Fix OAuth signatures for SSL urls.
+ Avoid couchdb bug where users' PID files are incorrectly interpreted as
valid by couchdb, and so after slightly different boot, desktopcouch can
never start couchdb, causing desktopcouch to quit. (LP: #442120)
+ For dbus, do not resolve data for events signaling a service disappears,
and use explicit veriable-passing / references. (LP: #440072)
+ Flip push/pull logic in replication information.
+ When pulling from remote DB, do not try to access remote management DB.
+ Use meaningful names for keyring access. (LP: #451333)
-- Chad MILLER <email address hidden> Thu, 22 Oct 2009 17:15:57 -0400
Changed in desktopcouch (Ubuntu): | |
status: | Fix Committed → Fix Released |
Chad - Is this the cause of desktopcouch crashing on me so much lately (running latest 9.10)?