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

wrong name in Docker/wass_docker_run.sh #17

Open
schplurtz opened this issue May 18, 2021 · 1 comment
Open

wrong name in Docker/wass_docker_run.sh #17

schplurtz opened this issue May 18, 2021 · 1 comment

Comments

@schplurtz
Copy link

Hi again,

There is a little problem in Docker/wass_docker_run.sh. The last line reads

docker run -p ...... T -i -t  wass

This does not work and produces this error

Unable to find image 'wass:latest' locally
docker: Error response from daemon: pull access denied for wass, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Solution was trivial, I replaced -t wass with -t bergamasco/wass and it worked.

@drenched9
Copy link

Hi schplurtz,
I got the same error and solved with the same as your method by replace wass with bergamasco/wass:runall. However, when I rerun the command, another error occured. Did you ever got similar error? Thanks a lot !


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "wass_runall.py", line 70, in
do_main()
File "wass_runall.py", line 60, in do_main
isidle, completedtasks = refresh_status( pbar )
File "wass_runall.py", line 13, in refresh_status
r = requests.get(ADDR+'/fullstatus').json()
File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='wass', port=8080): Max retries exceeded with url: /fullstatus (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4951c90f10>: Failed to resolve 'wass' ([Errno -2] Name does not resolve)"))

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