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

connection error #244

Open
xiaoli-user opened this issue Nov 25, 2021 · 1 comment
Open

connection error #244

xiaoli-user opened this issue Nov 25, 2021 · 1 comment

Comments

@xiaoli-user
Copy link

I failed to run train.py.The error is that:

Traceback (most recent call last):
File "/root/anaconda3/envs/graph4nlp/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/root/anaconda3/envs/graph4nlp/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/root/anaconda3/envs/graph4nlp/lib/python3.7/site-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7faf57381390>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

@kaushikb258
Copy link

It's a visdom error. Type the following command in another terminal when you run train.py:

python -m visdom.server

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