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


Groups > comp.lang.python > #52979

PyPI and TestPyPI registration problems

Path csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.139.MISMATCH!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'error:': 0.07; 'failed:': 0.09; 'received:151': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:PyPI': 0.09; 'terminates': 0.09; '"manual"': 0.16; 'bye,': 0.16; 'emanuele': 0.16; 'openid': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'report:': 0.16; 'subject:problems': 0.16; 'underlying': 0.16; 'all,': 0.19; 'subject:registration': 0.19; 'header:User-Agent:1': 0.23; 'error': 0.23; 'skip:" 30': 0.26; 'header:X-Complaints- To:1': 0.27; 'tried': 0.27; 'raise': 0.29; 'skip:( 20': 0.30; 'terminate': 0.31; 'file': 0.32; 'run': 0.32; '(most': 0.33; "i'd": 0.34; 'problem': 0.35; 'skip:s 30': 0.35; 'test': 0.35; 'but': 0.35; 'method': 0.36; 'thanks': 0.36; 'remote': 0.38; 'server': 0.38; 'gmail': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'bad': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'che': 0.60; "google's": 0.60; 'information': 0.63; 'myself': 0.63; 'provide': 0.64; 'account': 0.65; 'finally': 0.65; 'contact': 0.67; 'message)': 0.84; 'quando': 0.84; 'site...': 0.84; 'problems?': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Lele Gaifax <lele@metapensiero.it>
Subject PyPI and TestPyPI registration problems
Date Sun, 25 Aug 2013 18:41:48 +0200
Organization Nautilus Entertainments
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host 151.62.1.88
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
Cancel-Lock sha1:9+cjvSVZ625cYQ/ZLDgY+2TVAYo=
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.221.1377448915.19984.python-list@python.org> (permalink)
Lines 43
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1377448915 news.xs4all.nl 15968 [2001:888:2000:d::a6]:47249
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52979

Show key headers only | View raw


Hi all,

I tried registering myself on the TestPyPI site, but all the methods
failed:

* the "manual" method terminates with an Internal Error:

    Error...

    Internal Server Error

    Traceback (most recent call last):
      File "/data/testpypi/src/pypi/webui.py", line 324, in run
        self.inner_run()
      File "/data/testpypi/src/pypi/webui.py", line 645, in inner_run
        getattr(self, action)()
      File "/data/testpypi/src/pypi/webui.py", line 2879, in user
        self.send_email(info['email'], rego_message%info)
      File "/data/testpypi/src/pypi/webui.py", line 3153, in send_email
        smtp.sendmail(self.config.adminemail, recipient, message)
      File "/usr/lib/python2.6/smtplib.py", line 709, in sendmail
        raise SMTPRecipientsRefused(senderrs)
    SMTPRecipientsRefused: {u'myself@gmail.com': (554, '5.7.1 &lt;myself@gmail.com&gt;: Relay access denied\n5.7.1 Contact your postmaster/admin for assistance. Please provide the following information in your problem report: time (Aug 25 18:22:10) and client (2001:888:2000:d::a4).')}

* the "openid" methods (I tried both gmail and launchpad) terminate with
  an "NotAuthenticated" error, after a successful trip over the remote
  authentication site

Then I tried to register directly on the live PyPI, and when going thru
Google's OpenID I got an immediate "502 Bad Gateway" from the underlying
nginx... I was finally able to register an account with the "manual"
method on the live site, but I'd prefer to learn the upload procedure on
the test site...

Are these known problems?

Thanks in advance,
bye, lele.
--
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

PyPI and TestPyPI registration problems Lele Gaifax <lele@metapensiero.it> - 2013-08-25 18:41 +0200

csiph-web