Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyroma failing to start due to pypi page changes. #23

Closed
Alphadelta14 opened this issue Apr 19, 2018 · 1 comment
Closed

Pyroma failing to start due to pypi page changes. #23

Alphadelta14 opened this issue Apr 19, 2018 · 1 comment

Comments

@Alphadelta14
Copy link

Consistently failing in latest and all versions with this:

16:08:46   File "/home/jenkins-slave/shiningpanda/jobs/1a247c4d/virtualenvs/d41d8cd9/bin/pyroma", line 11, in <module>
16:08:46     sys.exit(main())
16:08:46   File "/home/jenkins-slave/shiningpanda/jobs/1a247c4d/virtualenvs/d41d8cd9/local/lib/python2.7/site-packages/pyroma/__init__.py", line 63, in main
16:08:46     rating = run(mode, argument)
16:08:46   File "/home/jenkins-slave/shiningpanda/jobs/1a247c4d/virtualenvs/d41d8cd9/local/lib/python2.7/site-packages/pyroma/__init__.py", line 82, in run
16:08:46     data = pypidata.get_data(argument)
16:08:46   File "/home/jenkins-slave/shiningpanda/jobs/1a247c4d/virtualenvs/d41d8cd9/local/lib/python2.7/site-packages/pyroma/pypidata.py", line 59, in get_data
16:08:46     owners = OWNER_RE.search(html).groups()[0]
16:08:46 AttributeError: 'NoneType' object has no attribute 'groups'
@regebro
Copy link
Owner

regebro commented Aug 15, 2018

This should be solved in 2.4.

@regebro regebro closed this as completed Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants