| Summary: | [abrt] blueman-1.23-6.fc19: connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the ... | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Momed <momedn> | ||||||||
| Component: | blueman | Assignee: | Juan Manuel Rodriguez <nushio> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 19 | CC: | dexter, nushio | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i686 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:0b59b9ff6889ecc663cf7206ca4d14f2423a9efb | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-12-09 23:27:17 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
Created attachment 792167 [details]
File: backtrace
Created attachment 792168 [details]
File: core_backtrace
Created attachment 792169 [details]
File: environ
Description of problem:
unknown. Happened at startup, happens every startup
Version-Release number of selected component:
blueman-1.23-6.fc19
Additional info:
reporter: libreport-2.1.9
cmdline: /usr/bin/python /usr/bin/blueman-applet
dso_list: dbus-python-1.1.1-5.fc19.x86_64
executable: /usr/bin/blueman-applet
kernel: 3.11.6-201.fc19.x86_64
runlevel: N 5
type: Python
uid: 1000
Truncated backtrace:
connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 125, in <module>
BluemanApplet()
File "/usr/bin/blueman-applet", line 74, in __init__
self.bus.watch_name_owner("org.bluez", self.on_dbus_name_owner_change)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 373, in watch_name_owner
return NameOwnerWatch(self, bus_name, callback)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 80, in __init__
arg0=bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 160, in add_signal_receiver
self.add_match_string(str(match))
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 398, in add_match_string
BUS_DAEMON_IFACE, 'AddMatch', 's', (rule,))
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Local variables in innermost frame:
byte_arrays: False
self: <dbus._dbus.SystemBus (system) at 0x7f2a3dcb2710>
args: ("type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.bluez'",)
object_path: '/org/freedesktop/DBus'
signature: 's'
bus_name: 'org.freedesktop.DBus'
get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
timeout: -1.0
kwargs: {}
dbus_interface: 'org.freedesktop.DBus'
message: <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: AddMatch dest: org.freedesktop.DBus>
method: 'AddMatch'
Hi. I'm closing this bug as Blueman has been retired from Fedora. If you wish to file a bug against upstream, a new Blueman fork has been created in this github repository. [1] I apologize for the inconvenience. [1] https://github.com/cschramm/blueman |
Description of problem: disconnecting/connecting bluetooth Version-Release number of selected component: blueman-1.23-6.fc19 Additional info: reporter: libreport-2.1.5 cmdline: /usr/bin/python /usr/bin/blueman-sendto dso_list: dbus-python-1.1.1-5.fc19.i686 executable: /usr/bin/blueman-sendto kernel: 3.10.3-300.fc19.i686.PAE runlevel: N 5 uid: 1000 Truncated backtrace: connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 607, in msg_reply_handler *message.get_args_list())) File "/usr/bin/blueman-sendto", line 152, in reply self.session.Disconnect() File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__ **keywords) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Local variables in innermost frame: byte_arrays: False self: <dbus._dbus.SessionBus (session) at 0xa34e23c> args: () object_path: dbus.ObjectPath('/org/openobex/session1') signature: '' bus_name: dbus.UTF8String(':1.107') get_args_opts: {'byte_arrays': False, 'utf8_strings': False} timeout: -1.0 kwargs: {} dbus_interface: 'org.openobex.Session' message: <dbus.lowlevel.MethodCallMessage path: /org/openobex/session1, iface: org.openobex.Session, member: Disconnect dest: :1.107> method: 'Disconnect'