Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Problems with RpcXmlPlugin on Trac 0.10.4

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


malte.stien at web

Oct 18, 2007, 11:54 PM

Post #1 of 4 (418 views)
Permalink
Problems with RpcXmlPlugin on Trac 0.10.4

I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded the plugin and installed it on my dreamhost account. It shows up correctly in the Admin panel, but when I browse to my-domain/trac/xmlrpc or .../trac/login/xmlrpc I get:

Traceback (most recent call last):
File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 239, in dispatch
template, content_type = self._post_process_request(req,
TypeError: _post_process_request() takes at most 4 arguments (5 given)

The last line could potentially indicate some kind of incompatibility between the Trac version I am using and the RpcXmlPlugin. Any ideas, anyone? I have already googled it, but could not find anything useful.

Thank you.
-- malte.
______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
Jetzt testen! http://produkte.web.de/club/?mc=021130


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


simon.jk.martin at gmail

Oct 19, 2007, 2:35 AM

Post #2 of 4 (408 views)
Permalink
Re: Problems with RpcXmlPlugin on Trac 0.10.4 [In reply to]

Hi,

are you using the AccountManagerPlugin and have you considered
http://trac-hacks.org/wiki/XmlRpcPlugin#Troubleshooting ?

Have you granted the XML_RPC permission to the users?
http://trac-hacks.org/wiki/XmlRpcPlugin#Description

BR
Simon


> I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded the plugin and installed it on my dreamhost account. It shows up correctly in the Admin panel, but when I browse to my-domain/trac/xmlrpc or .../trac/login/xmlrpc I get:
>
> Traceback (most recent call last):
> File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
> dispatcher.dispatch(req)
> File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 239, in dispatch
> template, content_type = self._post_process_request(req,
> TypeError: _post_process_request() takes at most 4 arguments (5 given)
>
> The last line could potentially indicate some kind of incompatibility between the Trac version I am using and the RpcXmlPlugin. Any ideas, anyone? I have already googled it, but could not find anything useful.
>
> Thank you.
> -- malte.
> ______________________________________________________________________
> XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
> Jetzt testen!http://produkte.web.de/club/?mc=021130


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


alec at swapoff

Oct 19, 2007, 2:51 AM

Post #3 of 4 (400 views)
Permalink
Re: Problems with RpcXmlPlugin on Trac 0.10.4 [In reply to]

The error indicates to me that malte is using the trunk version of
XmlRpcPlugin (which works only with Trac trunk) with Trac 0.10.4. Use
the version of the plugin under the 0.10 directory.

On 10/19/07, Simon Martin <simon.jk.martin [at] gmail> wrote:
>
> Hi,
>
> are you using the AccountManagerPlugin and have you considered
> http://trac-hacks.org/wiki/XmlRpcPlugin#Troubleshooting ?
>
> Have you granted the XML_RPC permission to the users?
> http://trac-hacks.org/wiki/XmlRpcPlugin#Description
>
> BR
> Simon
>
>
> > I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded the plugin and installed it on my dreamhost account. It shows up correctly in the Admin panel, but when I browse to my-domain/trac/xmlrpc or .../trac/login/xmlrpc I get:
> >
> > Traceback (most recent call last):
> > File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
> > dispatcher.dispatch(req)
> > File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 239, in dispatch
> > template, content_type = self._post_process_request(req,
> > TypeError: _post_process_request() takes at most 4 arguments (5 given)
> >
> > The last line could potentially indicate some kind of incompatibility between the Trac version I am using and the RpcXmlPlugin. Any ideas, anyone? I have already googled it, but could not find anything useful.
> >
> > Thank you.
> > -- malte.
> > ______________________________________________________________________
> > XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
> > Jetzt testen!http://produkte.web.de/club/?mc=021130
>
>
> >
>


--
Evolution: Taking care of those too stupid to take care of themselves.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


malte.stien at web

Oct 20, 2007, 6:05 AM

Post #4 of 4 (404 views)
Permalink
Re: Problems with RpcXmlPlugin on Trac 0.10.4 [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That was indeed the problem.
Thank you.
Malte.


Alec Thomas wrote:
> The error indicates to me that malte is using the trunk version of
> XmlRpcPlugin (which works only with Trac trunk) with Trac 0.10.4. Use
> the version of the plugin under the 0.10 directory.
>
> On 10/19/07, Simon Martin <simon.jk.martin [at] gmail> wrote:
>> Hi,
>>
>> are you using the AccountManagerPlugin and have you considered
>> http://trac-hacks.org/wiki/XmlRpcPlugin#Troubleshooting ?
>>
>> Have you granted the XML_RPC permission to the users?
>> http://trac-hacks.org/wiki/XmlRpcPlugin#Description
>>
>> BR
>> Simon
>>
>>
>>> I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded the plugin and installed it on my dreamhost account. It shows up correctly in the Admin panel, but when I browse to my-domain/trac/xmlrpc or .../trac/login/xmlrpc I get:
>>>
>>> Traceback (most recent call last):
>>> File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
>>> dispatcher.dispatch(req)
>>> File "/home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py", line 239, in dispatch
>>> template, content_type = self._post_process_request(req,
>>> TypeError: _post_process_request() takes at most 4 arguments (5 given)
>>>
>>> The last line could potentially indicate some kind of incompatibility between the Trac version I am using and the RpcXmlPlugin. Any ideas, anyone? I have already googled it, but could not find anything useful.
>>>
>>> Thank you.
>>> -- malte.
>>> ______________________________________________________________________
>>> XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
>>> Jetzt testen!http://produkte.web.de/club/?mc=021130
>>
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)

iD8DBQFHGf0uFancksINg88RAtJ4AKDUVq82K6vCDxBTiu5pT3fKhAuFZACeMHHe
AEF6qeP2aoMJZitMP7RIS8w=
=kqwb
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.