You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Box reboot Not able to reconnect the target with Dbus. getting below error.
Same time if we rerun the program we are able to connect ....
Log Trace:
Traceback (most recent call last):
File "c:\python27\lib\site-packages\behave\model.py", line 1329, in run
match.run(runner.context)
File "c:\python27\lib\site-packages\behave\matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "features\steps\PowerMangement.py", line 83, in check_tcu_and_psap_service_new
context.obj1 = context.bus1.get(bus, object_path)
File "c:\python27\lib\site-packages\pydbus\proxy.py", line 47, in get
0, timeout_to_glib(timeout), None)
GLib.Error: g-io-error-quark: The connection is closed (18)
The text was updated successfully, but these errors were encountered:
After Box reboot Not able to reconnect the target with Dbus. getting below error.
Same time if we rerun the program we are able to connect ....
Log Trace:
Traceback (most recent call last):
File "c:\python27\lib\site-packages\behave\model.py", line 1329, in run
match.run(runner.context)
File "c:\python27\lib\site-packages\behave\matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "features\steps\PowerMangement.py", line 83, in check_tcu_and_psap_service_new
context.obj1 = context.bus1.get(bus, object_path)
File "c:\python27\lib\site-packages\pydbus\proxy.py", line 47, in get
0, timeout_to_glib(timeout), None)
GLib.Error: g-io-error-quark: The connection is closed (18)
The text was updated successfully, but these errors were encountered: