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.
/tmp/moin-1.8.3/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>)
- 1309 self.page.send_page()
- 1310 else:
- 1311 handler(self.page.page_name, self)
- 1312
- 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'
/tmp/moin-1.8.3/MoinMoin/action/SyncPages.py in execute (pagename=u'sync', request=<MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>)
- 497
- 498
- 499 def execute(pagename, request):
- 500 ActionClass(pagename, request).render()
- 501
- global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
- pagename = u'sync'
- request = <MoinMoin.request.request_standalone.Request object at 0x7f97ac425110>
- ).render undefined
/tmp/moin-1.8.3/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x7f97ac42fe90>)
- 193 local = MoinLocalWiki(self.request, params["localPrefix"], params["pageList"])
- 194 try:
- 195 remote = MoinRemoteWiki(self.request, params["remoteWiki"], params["remotePrefix"], params["pageList"], params["user"], params["password"], verbose=debug)
- 196 except (UnsupportedWikiException, NotAllowedException), (msg, ):
- 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
/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)
- 175 return
- 176
- 177 self.connection = self.createConnection()
- 178
- 179 try:
- self = <MoinRemoteWiki wiki_url='/' valid=True>
- self.connection undefined
- self.createConnection = <bound method MoinRemoteWiki.createConnection of <MoinRemoteWiki wiki_url='/' valid=True>>
/tmp/moin-1.8.3/MoinMoin/wikisync.py in createConnection (self=<MoinRemoteWiki wiki_url='/' valid=True>)
- 207
- 208 def createConnection(self):
- 209 return xmlrpclib.ServerProxy(self.xmlrpc_url, allow_none=True, verbose=self.verbose)
- 210
- 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
/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)
- 1461 type, uri = urllib.splittype(uri)
- 1462 if type not in ("http", "https"):
- 1463 raise IOError, "unsupported XML-RPC protocol"
- 1464 self.__host, self.__handler = urllib.splithost(uri)
- 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.You are not allowed to attach a file to this page.