Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75357 > unrolled thread

Re: Help with suds: HTTP Error 401

Started bymanelclos <manelclos@gmail.com>
First post2014-07-29 18:37 -0500
Last post2014-07-30 07:55 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Help with suds: HTTP Error 401 manelclos <manelclos@gmail.com> - 2014-07-29 18:37 -0500
    Re: Help with suds: HTTP Error 401 dieter <dieter@handshake.de> - 2014-07-30 07:55 +0200

#75357 — Re: Help with suds: HTTP Error 401

Frommanelclos <manelclos@gmail.com>
Date2014-07-29 18:37 -0500
SubjectRe: Help with suds: HTTP Error 401
Message-ID<SaCdnR3ZR-e8rUXOnZ2dnUVZ_qWdnZ2d@giganews.com>
Use a SUDS fork that works, I tried https://github.com/unomena/suds

See here:
http://stackoverflow.com/questions/18455945/python-suds-runtimeerror-maximum-recursion-depth-exceeded-while-calling-a-pyth/24908676#24908676


[toc] | [next] | [standalone]


#75360

Fromdieter <dieter@handshake.de>
Date2014-07-30 07:55 +0200
Message-ID<mailman.12423.1406699737.18130.python-list@python.org>
In reply to#75357
> ...
HTTP Error 401 means "Unauthorized": the service you tried to use
requires authentication and either it has not found authentication
information or it was wrong.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web