Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41655
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.028 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; '21,': 0.07; 'instance.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:array': 0.16; 'subject:object': 0.16; 'subject:type': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'error.': 0.21; "i'd": 0.22; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'something': 0.35; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'provide': 0.62; '2013': 0.84; 'dict,': 0.84; 'subject:skip:S 20': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=suT3ecPoChdB3xuM61hMBSIx19xA/2DVIgOkKAPnrE4=; b=0zq53itUvHNrbbyhrtCcptazBViOU1K1AwNoEPi8TkHBtk6RfyQtu8ZqguN0FlLXWH HwW3VsLha+rbMlL5+bZuoQTBPxDKkO8kblZWawkgCUXPgXzwNeBD1/ES/Y6uS55brAZ6 8j+kR5Fi+JOAnTE8f0WL1d9sQ6ydi4f6XugMwV2gD1F+iCtqKUpSxc4anD0tirvBuFRM BIoculHWsmn42AuqkK3ugWWDOGlknVr2aZULkkbMuMNZnuqrvJ02UfSdpCimrhFwgFoy k1nZVMo0Xt0nnf4rrRn6qrs2DzHh6xdDqiDUuErUg+vf3IzJBfyoRi6+fMyG9PBTMItp Nw1Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.88.197 with SMTP id bi5mr12137425vdb.58.1363882864526; Thu, 21 Mar 2013 09:21:04 -0700 (PDT) |
| In-Reply-To | <514A0898.4000807@googlemail.com> |
| References | <514A0898.4000807@googlemail.com> |
| Date | Fri, 22 Mar 2013 03:21:04 +1100 |
| Subject | Re: SOAPpy.Types.faultType: Cannot use object of type stdClass as array |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3593.1363882867.2939.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363882867 news.xs4all.nl 6842 [2001:888:2000:d::a6]:43002 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41655 |
Show key headers only | View raw
On Thu, Mar 21, 2013 at 6:06 AM, Tamer Higazi <th982a@googlemail.com> wrote: > SOAPpy.Types.faultType: <Fault SOAP-ENV:Server: Cannot use object of > type stdClass as array> stdClass looks like a PHP error. Check out the server's requirements; perhaps you need to provide something as a list that you're providing as a dict, or something. I'd look at that loginData, for instance. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: SOAPpy.Types.faultType: Cannot use object of type stdClass as array Chris Angelico <rosuav@gmail.com> - 2013-03-22 03:21 +1100
csiph-web