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

Job for analysing popular python packages does not work because pypi-ranking.info is down #117

Open
jpopelka opened this issue Aug 8, 2017 · 4 comments

Comments

@jpopelka
Copy link
Contributor

jpopelka commented Aug 8, 2017

curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://localhost:34000/api/v1/jobs/analyses?state=running&popular=true&ecosystem=pypi&count=1&nversions=1&force=false&recursive_limit=0&force_graph_sync=false'

coreapi-jobs            | ERROR:root:Job 'None' failed, registering ErrorHandler: 502 Server Error: Bad Gateway for url: http://pypi-ranking.info/alltime?page=1
coreapi-jobs            | Traceback (most recent call last):
coreapi-jobs            |   File "/usr/lib/python3.4/site-packages/f8a_jobs/scheduler.py", line 190, in job_execute
coreapi-jobs            |     instance.execute(**handler_kwargs)
coreapi-jobs            |   File "/usr/lib/python3.4/site-packages/f8a_jobs/handlers/base.py", line 274, in execute
coreapi-jobs            |     return self.do_execute(popular)
coreapi-jobs            |   File "/usr/lib/python3.4/site-packages/f8a_jobs/handlers/python_popular_analyses.py", line 96, in do_execute
coreapi-jobs            |     self._use_pypi_ranking()
coreapi-jobs            |   File "/usr/lib/python3.4/site-packages/f8a_jobs/handlers/python_popular_analyses.py", line 62, in _use_pypi_ranking
coreapi-jobs            |     pop.raise_for_status()
coreapi-jobs            |   File "/usr/lib/python3.4/site-packages/requests/models.py", line 937, in raise_for_status
coreapi-jobs            |     raise HTTPError(http_error_msg, response=self)
coreapi-jobs            | requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: http://pypi-ranking.info/alltime?page=1
@fridex
Copy link
Contributor

fridex commented Aug 8, 2017

It looks like http://pypi-ranking.info/ is down/overloaded now.

@jpopelka
Copy link
Contributor Author

I've sent an email to owner asking for status.

@jpopelka jpopelka changed the title Bad Gateway for url: http://pypi-ranking.info/alltime?page=1 Job for analysing popular python packages does not work because pypi-ranking.info is down Mar 1, 2018
@jpopelka
Copy link
Contributor Author

jpopelka commented Mar 1, 2018

I've sent an email to owner asking for status.

no reply since then

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

No branches or pull requests

2 participants