Attachment 'traceback.html'

Download

--> -->

IOError

unsupported XML-RPC protocol

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /tmp/moin-1.8.3/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute at 0x7f97ac438d70>
    • self = <MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>
    • self.page = <MoinMoin.Page.Page object at 0x7f97ac425650>
    • self.page.page_name = u'sync'
  2. /tmp/moin-1.8.3/MoinMoin/action/SyncPages.py in execute (pagename=u'sync', request=<MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>)

    1. 497
    2. 498
    3. 499 def execute(pagename, request):
    4. 500 ActionClass(pagename, request).render()
    5. 501
    • global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
    • pagename = u'sync'
    • request = <MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>
    • ).render undefined
  3. /tmp/moin-1.8.3/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x7f97ac42fe90>)

    1. 193 local = MoinLocalWiki(self.request, params["localPrefix"], params["pageList"])
    2. 194 try:
    3. 195 remote = MoinRemoteWiki(self.request, params["remoteWiki"], params["remotePrefix"], params["pageList"], params["user"], params["password"], verbose=debug)
    4. 196 except (UnsupportedWikiException, NotAllowedException), (msg, ):
    5. 197 raise ActionStatus(msg, "error")
    • remote undefined
    • global MoinRemoteWiki = <class 'MoinMoin.wikisync.MoinRemoteWiki'>
    • self = <MoinMoin.action.SyncPages.ActionClass object at 0x7f97ac42fe90>
    • self.request = <MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>
    • params = {'direction': 1, 'groupList': None, 'localPrefix': '', 'pageList': None, 'pageMatch': None, 'password': None, 'remotePrefix': '', 'remoteWiki': u'mywiki', 'user': None}
    • verbose undefined
    • global debug = False
  4. /tmp/moin-1.8.3/MoinMoin/wikisync.py in __init__ (self=<MoinRemoteWiki wiki_url='/' valid=True>, request=<MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>, interwikiname=u'mywiki', prefix='', pagelist=None, user=None, password=None, verbose=False)

    1. 175 return
    2. 176
    3. 177 self.connection = self.createConnection()
    4. 178
    5. 179 try:
    • self = <MoinRemoteWiki wiki_url='/' valid=True>
    • self.connection undefined
    • self.createConnection = <bound method MoinRemoteWiki.createConnection of <MoinRemoteWiki wiki_url='/' valid=True>>
  5. /tmp/moin-1.8.3/MoinMoin/wikisync.py in createConnection (self=<MoinRemoteWiki wiki_url='/' valid=True>)

    1. 207
    2. 208 def createConnection(self):
    3. 209 return xmlrpclib.ServerProxy(self.xmlrpc_url, allow_none=True, verbose=self.verbose)
    4. 210
    5. 211 # Public methods
    • global xmlrpclib = <module 'xmlrpclib' from '/usr/lib/python2.6/xmlrpclib.pyc'>
    • xmlrpclib.ServerProxy = <class xmlrpclib.ServerProxy at 0x7f97ac353ad0>
    • self = <MoinRemoteWiki wiki_url='/' valid=True>
    • self.xmlrpc_url = '/?action=xmlrpc2'
    • allow_none undefined
    • builtin True = True
    • verbose undefined
    • self.verbose = False
  6. /usr/lib/python2.6/xmlrpclib.py in __init__ (self=<ServerProxy instance>, uri='/?action=xmlrpc2', transport=None, encoding=None, verbose=False, allow_none=True, use_datetime=0)

    1. 1461 type, uri = urllib.splittype(uri)
    2. 1462 if type not in ("http", "https"):
    3. 1463 raise IOError, "unsupported XML-RPC protocol"
    4. 1464 self.__host, self.__handler = urllib.splithost(uri)
    5. 1465 if not self.__handler:
    • builtin IOError = <type 'exceptions.IOError'>

IOError

unsupported XML-RPC protocol

  • args = ('unsupported XML-RPC protocol',)
  • errno = None
  • filename = None
  • message = 'unsupported XML-RPC protocol'
  • strerror = None

System Details

  • Date: Mon, 27 Apr 2009 20:22:21 +0000
  • Platform: Linux linux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64
  • Python: Python 2.6.2 (/usr/bin/python)
  • MoinMoin: Release 1.8.3 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-04-27 20:30:19, 10.0 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.