Git-Host / cpedialog

Automatically exported from code.google.com/p/cpedialog
0 stars 0 forks source link

RPC does NOT work #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using third-party application to connect cpedialog
2. select MetaWebLog in API selector (XML-RPC does not work either)
3. enter username and password
4. error occurs:
'RPCHandler' object has no attribute ''
Traceback (most recent call last):
  File
"/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line
509, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/coruorg/2.338599139441693373/rpc.py", line
114, in post
    result = getattr(self, action)(request_)
AttributeError: 'RPCHandler' object has no attribute ''

What is the expected output? What do you see instead?
It should get blog information back to 3rd application.
But error occurs instead.

What version of the product are you using? On what operating system?
cpedialog RC2 2.0, revision: 479

Please provide any additional information below.
supposing API URL is http://domain.appspot.com/rpc/ after reading main.py,
line 72.

Original issue reported on code.google.com by kuk...@gmail.com on 21 Dec 2009 at 7:40