Hello,
it semm's a timout dbus problem in connection.py
640 try: 641 message.append(signature=signature, *args) 642 except Exception as e: 643 logging.basicConfig() 644 _logger.error('Unable to set arguments %r according to ' 645 'signature %r: %s: %s', 646 args, signature, e.__class__, e) 647 raise 648 649 # make a blocking call 650 reply_message = self.send_message_with_reply_and_block( 651 message, timeout) 652 args_list = reply_message.get_args_list(**get_args_opts) 653 if len(args_list) == 0: 654 return None 655 elif len(args_list) == 1: 656 return args_list[0] 657 else: 658 return tuple(args_list)
change the time. good idea ?
Best regards
Battant
Hello,
it semm's a timout dbus problem in connection.py
640 try: append( signature= signature, *args) basicConfig( ) error(' Unable to set arguments %r according to ' message_ with_reply_ and_block( get_args_ list(** get_args_ opts)
641 message.
642 except Exception as e:
643 logging.
644 _logger.
645 'signature %r: %s: %s',
646 args, signature, e.__class__, e)
647 raise
648
649 # make a blocking call
650 reply_message = self.send_
651 message, timeout)
652 args_list = reply_message.
653 if len(args_list) == 0:
654 return None
655 elif len(args_list) == 1:
656 return args_list[0]
657 else:
658 return tuple(args_list)
change the time. good idea ?
Best regards
Battant