Remote: Harmony 300i
OS: Ubuntu 14.04 LTS
Application: congruity 18
After entering the credentials to myharmony.com in the Welcome page of mhgui, it goes in a waiting loop and I get the following trace in my console window.
Traceback:
Unhandled exception in thread started by <bound method BackgroundTask.ThreadFunction of <main.BackgroundTask instance at 0x7f12cfdd0f80>>
Traceback (most recent call last):
File "/usr/local/bin/mhgui", line 124, in ThreadFunction
result = self.backgroundFunction(*self.backgroundFunctionArgs)
File "/usr/local/bin/mhgui", line 252, in DoLogin
return mhMgr.Login(username, password)
File "/usr/local/share/congruity/mhmanager.py", line 162, in Login
isPresistent=False)
File "/usr/lib/python2.7/dist-packages/suds/client.py", line 542, in call
return client.invoke(args, kwargs)
File "/usr/lib/python2.7/dist-packages/suds/client.py", line 602, in invoke
result = self.send(soapenv)
File "/usr/lib/python2.7/dist-packages/suds/client.py", line 647, in send
result = self.succeeded(binding, reply.message)
File "/usr/lib/python2.7/dist-packages/suds/client.py", line 684, in succeeded
reply, result = binding.get_reply(self.method, reply)
File "/usr/lib/python2.7/dist-packages/suds/bindings/binding.py", line 165, in get_reply
result = unmarshaller.process(nodes[0], resolved)
File "/usr/lib/python2.7/dist-packages/suds/umx/typed.py", line 66, in process
return Core.process(self, content)
File "/usr/lib/python2.7/dist-packages/suds/umx/core.py", line 48, in process
return self.append(content)
File "/usr/lib/python2.7/dist-packages/suds/umx/core.py", line 63, in append
self.append_children(content)
File "/usr/lib/python2.7/dist-packages/suds/umx/core.py", line 140, in append_children
cval = self.append(cont)
File "/usr/lib/python2.7/dist-packages/suds/umx/core.py", line 61, in append
self.start(content)
File "/usr/lib/python2.7/dist-packages/suds/umx/encoded.py", line 47, in start
Typed.start(self, content)
File "/usr/lib/python2.7/dist-packages/suds/umx/typed.py", line 80, in start
raise TypeNotFound(content.node.qname())
suds.TypeNotFound: Type not found: 'a:IsNewUser'
Are you running with the congruity-18 release? Unfortunately, that is quite out of date as I have not done a release in a long while. Can you please try again with using the git master version?
Hi Scott,
Yes I am using the congruity-18 from sourceforge.net. I will try the git version. Is this the one you are referring to: https://gist.github.com/amhendley/89965125556b219f84fd
thanks
No, the version from git on sourceforge:
https://sourceforge.net/p/congruity/code/ci/master/tree/
If you're not familiar with git, you can go to that page and click "Download Snapshot" in the upper right.
Hi Scott,
The version from the git snapshot (a94f59) works. I can now connect and do most of the functions. I am still testing.
You can close the ticket #59.
Thanks for your help.
mike