Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6750551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:49:15+00:00 2026-05-26T12:49:15+00:00

Based on the answer to Bad interaction between Zope2 XML-RPC and AT Image mutator?

  • 0

Based on the answer to Bad interaction between Zope2 XML-RPC and AT Image mutator? I’d expect to be able to do the following with Plone 2.5:

proxy = xmlrpclib.ServerProxy('http://admin:admin@localhost:8080/Plone/screenshot.png', verbose=True)
wrappedData = xmlrpclib.Binary(open(filename).read())
proxy.setImage(wrappedData)

Instead, I get a traceback (from Archetypes):

Value is not File or String (  - xmlrpclib.Binary)\n</string></value>\n</member>\n</struct></value>\n</fault>\n</methodResponse>\n

I suspect I’ve done something to make AT unhappy, but I’m not sure what. The traceback comes from line 897 of Archetypes’s field.py, which you can see here:

  • https://gist.github.com/1309750

Anyone know what’s going on here? Also full code example is here:

  • https://github.com/aclark4life/plone25_xmlrpc
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T12:49:16+00:00Added an answer on May 26, 2026 at 12:49 pm

    With this patch it works like a charm:

    --- Field.py    2011-10-24 20:33:49.000000000 +0200
    +++ Field.py    2011-10-25 00:24:49.360826000 +0200
    @@ -2,6 +2,7 @@
    
     import sys
    
    +import xmlrpclib
     from copy import deepcopy
     from cgi import escape
     from cStringIO import StringIO
    @@ -869,6 +870,8 @@
                 filename = getattr(value, 'filename', value.getId())
                 mimetype = getattr(value, 'content_type', mimetype)
                 value = value.data
    +        elif isinstance(value, xmlrpclib.Binary):
    +            value = value.data
             elif isinstance(value, FileUpload) or shasattr(value, 'filename'):
                 filename = value.filename
             elif isinstance(value, FileType) or shasattr(value, 'name'):
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Based the accepted answer to this question I've setup a NetBeans/tomcat environment. In testing
Based on one answer to an earlier post , I'm investigating the possibility of
This is a further question based on this answer: How can I implement a
UPDATE: Solved. Thanks BusyMark! EDIT: This is revised based on the answer below from
I'm going to guess that the answer is no based on the below error
UPDATE based on the answer by @BrianFisher below, I tried this: SELECT np.id AS
Based on some answers to this question it appears that +alloc does some behind-the-scenes
Update: Based on the answers I initially went the route of using IsInstanceOf() which
Update: Based on a couple of the answers I have received, I just want
EDIT 2 Okay, based on the advice on the answers below I eliminated my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.