On Thu, Aug 20, 2009 at 5:13 PM, Lukasz Szybalski<[email protected]> wrote: > > Hello, > I am uploading tickets to trac. 500 a day. After almost a month+ I've > received this error. > > Traceback (most recent call last): [...] > xmlrpclib.Fault: <Fault 2: "'[Errno 31] Too many links: > '/home/trac/trac/attachments/ticket/32433'' while executing > 'ticket.putAttachment()'"> >
This is not a failure in the client but run time error in the server-side instead (otherwise `xmlrpclib.Fault` wouldn't be the exc type being raised ;o) . Details are in the log file, and well possible root causes in the other msgs in this thread ;o) > Is there a way to close the xmlrpclib.ServerProxy. I think that is > what caused this error. > So your client code (i.e. using ServerProxy) should be just fine ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
