Menu

#50 Failure to connect to the website with mhgui

None
closed
None
5
2016-08-05
2016-08-04
Henri
No

Greetings,

I used to get mhgui to work with my Logitech Harmony 650 and the latest concordance+congruity code, but now, it fails while connecting to the website with the following errors printed on the console:

No handlers could be found for logger "suds.umx.typed"
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 810, in bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 763, in run
self.__target(self.__args, self.__kwargs)
File "/usr/bin/mhgui", line 140, in ThreadFunction
result = self.backgroundFunction(
self.backgroundFunctionArgs)
File "/usr/bin/mhgui", line 376, in LoadData
self.remotes = mhMgr.GetRemotes()
File "/usr/share/congruity/mhmanager.py", line 213, in GetRemotes
self.GetHousehold()
File "/usr/share/congruity/mhmanager.py", line 209, in GetHousehold
self.household = self.client.service['AccountManager'].GetMyHousehold()
File "/usr/lib/python2.7/site-packages/suds/client.py", line 542, in __call

return client.invoke(args, kwargs)
File "/usr/lib/python2.7/site-packages/suds/client.py", line 602, in invoke
result = self.send(soapenv)
File "/usr/lib/python2.7/site-packages/suds/client.py", line 651, in send
result = self.succeeded(binding, reply.message)
File "/usr/lib/python2.7/site-packages/suds/client.py", line 688, in succeeded
reply, result = binding.get_reply(self.method, reply)
File "/usr/lib/python2.7/site-packages/suds/bindings/binding.py", line 165, in get_reply
result = unmarshaller.process(nodes[0], resolved)
File "/usr/lib/python2.7/site-packages/suds/umx/typed.py", line 66, in process
return Core.process(self, content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 48, in process
return self.append(content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 63, in append
self.append_children(content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 140, in append_children
cval = self.append(cont)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 63, in append
self.append_children(content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 140, in append_children
cval = self.append(cont)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 63, in append
self.append_children(content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 140, in append_children
cval = self.append(cont)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 63, in append
self.append_children(content)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 140, in append_children
cval = self.append(cont)
File "/usr/lib/python2.7/site-packages/suds/umx/core.py", line 61, in append
self.start(content)
File "/usr/lib/python2.7/site-packages/suds/umx/typed.py", line 80, in start
raise TypeNotFound(content.node.qname())
TypeNotFound: Type not found: 'a:Password'

Any idea of what need to be changed ?

Discussion

  • Scott Talbert

    Scott Talbert - 2016-08-04

    Thanks for the report. I'll take a look in a few hours.

     
  • Scott Talbert

    Scott Talbert - 2016-08-05

    Fixed in git and pushed to SF.

     
  • Scott Talbert

    Scott Talbert - 2016-08-05
    • status: open --> closed
    • assigned_to: Scott Talbert
    • Group: -->
     

Log in to post a comment.