Bug 1279662

Summary: [abrt] blueman: connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Product: [Fedora] Fedora Reporter: hlx98007
Component: bluemanAssignee: leigh scott <leigh123linux>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: fedora, fedora, leigh123linux
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/c2f99de8f18117b5fe0f426c3e4558a72d98febb
Whiteboard: abrt_hash:dbac5f43345a9d129e21b3e54e1b7de8e131b394;VARIANT_ID=workstation;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-10 01:08:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description hlx98007 2015-11-10 01:06:12 UTC
Description of problem:
Opened bluetooth adapters and it crashed.

Version-Release number of selected component:
blueman-2.0-11.fc22

Additional info:
reporter:       libreport-2.6.3
cmdline:        python /usr/bin/blueman-adapters
dso_list:       dbus-python-1.2.0-7.fc22.x86_64
executable:     /usr/bin/blueman-adapters
kernel:         4.2.5-201.fc22.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

Traceback (most recent call last):
  File "/usr/bin/blueman-adapters", line 238, in <module>
    BluemanAdapters(adapter_name)
  File "/usr/bin/blueman-adapters", line 49, in __init__
    check_bluetooth_status(_("Bluetooth needs to be turned on for the adapter manager to work"), lambda: exit())
  File "/usr/lib/python2.7/site-packages/blueman/Functions.py", line 90, in check_bluetooth_status
    if "PowerManager" in applet.QueryPlugins():
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

Local variables in innermost frame:
byte_arrays: False
self: <dbus._dbus.SessionBus (session) at 0x7f236683f5f0>
args: ()
object_path: u'/'
signature: None
bus_name: u'org.blueman.Applet'
get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
timeout: -1.0
kwargs: {}
dbus_interface: u'org.blueman.Applet'
message: <dbus.lowlevel.MethodCallMessage path: /, iface: org.blueman.Applet, member: QueryPlugins dest: org.blueman.Applet>
method: 'QueryPlugins'

Potential duplicate: bug 912032

Comment 1 hlx98007 2015-11-10 01:06:15 UTC
Created attachment 1092031 [details]
File: backtrace

Comment 2 hlx98007 2015-11-10 01:06:16 UTC
Created attachment 1092032 [details]
File: environ

Comment 3 hlx98007 2015-11-10 01:08:45 UTC
solution:

run
sudo systemctl start bluetooth

it'll be fine.