Skip to content

dockerhub containers not up-to-date with registry #27

@osallou

Description

@osallou

seems details are not fetched for all containers.... (example seaborn...)

logs show:

...
INFO:biocontainers.dockerhub.models:tool retrieved from DockerHub -- pandas
INFO:biocontainers.dockerhub.models:tool retrieved from DockerHub -- seaborn
INFO:biocontainers.dockerhub.models:tool retrieved from DockerHub -- biocontainer-pipelines

then fail on other pages

Traceback (most recent call last):
File "pipelines.py", line 268, in
main()
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "pipelines.py", line 234, in main
import_dockerhub_containers(config, config_profile)
File "pipelines.py", line 63, in import_dockerhub_containers
dockerhub_containers = reader.get_containers()
File "/biocontainers-backend/biocontainers/dockerhub/models.py", line 114, in get_containers
response = call_api(url)
File "/usr/local/lib/python3.7/site-packages/ratelimit/decorators.py", line 112, in wrapper
return func(*args, **kargs)
File "/usr/local/lib/python3.7/site-packages/ratelimit/decorators.py", line 80, in wrapper
return func(*args, **kargs)
File "/biocontainers-backend/biocontainers/common/utils.py", line 13, in call_api
raise Exception('API response: {}'.format(response.status_code))
Exception: API response: 429

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions