-
Notifications
You must be signed in to change notification settings - Fork 60
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
Cannot access MDL server #210
Comments
(I accidentally deleted my previous comment. ) ConnectionError: HTTPConnectionPool(host='xenon.ism.ac.jp', port=80): Max retries exceeded with url: /api (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000022531271788>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) Does anyone know what my mistake is? |
@ISkWW-Z3 Hi, thank you for your feedback. Our server found some technical issues from last week. We are trying to fix these, but the schedule still open. We hope everything back to normal next week. |
Thank you for your reply. |
@TsumiNa Hi. Has your server returned to normal ? |
@ISkWW-Z3 We are working on it. Technically everything is ready, but our server is running behind our institute's network. We have to reapply for public access permission from the system manager. This will be the main time delay for the recovery. We plan to resume everything before Christmas this year. Happy new year!! |
@TsumiNa Thank you for the detailed information. |
I also tried mdl.version using sample code, but it returned the following error. HTTPError: status_code: 502, Server did not responce. Is this the same problem as above? |
@ISkWW-Z3 @rkawasumi Thank you for raising the issue. We are expecting a recovery of our model server by the end of Jan. We will provide update if there are any new changes to the plan. Sorry for all the inconvenience causes. |
@stewu5 When I ran mdl.version in the transfer learning tutorial, I got the following error: HTTPError: status_code: 503, Server did not responce. Is the model server not yet restored? Or is it my problem? |
@YIshiyama8 Sorry for the inconvenience, our server will keep off-line for about two weeks. We are trying to fix the technical problem and bring some critical improvement. |
I also tried to access MDL using the sample code but, I got the following error. RemoteDisconnected Traceback (most recent call last) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/packages/six.py in raise_from(value, from_value) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in getresponse(self) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in begin(self) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in _read_status(self) RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: ProtocolError Traceback (most recent call last) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/util/retry.py in increment(self, method, url, response, error, _pool, _stacktrace) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/packages/six.py in reraise(tp, value, tb) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/packages/six.py in raise_from(value, from_value) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in getresponse(self) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in begin(self) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/http/client.py in _read_status(self) ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: ConnectionError Traceback (most recent call last) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/xenonpy/mdl/mdl.py in version(self) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/xenonpy/mdl/base.py in call(self, file, return_json, *querying_vars) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/requests/api.py in post(url, data, json, **kwargs) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/requests/api.py in request(method, url, **kwargs) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/requests/sessions.py in request(self, method, url, params, data, headers, cookies, files, auth, timeout, allow_redirects, proxies, hooks, stream, verify, cert, json) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/requests/sessions.py in send(self, request, **kwargs) ~/opt/anaconda3/envs/xenonpy/lib/python3.7/site-packages/requests/adapters.py in send(self, request, stream, timeout, verify, cert, proxies) ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
@yyamaguchi Sorry for the inconvenience. We have decided to make a completely new model library server and it is expected to be ready in March. We will make the announcement as soon as it is ready again. |
@stewu5 |
Hi @okikosuke, we are moving on to provide the new MDL system for all users. Here, we prepared some scripts to access our under-developing MDL service, but please keep in mind that the API will change without preannouncement. Also, we are planning to retrain all organic/polymer models because of the changes from rdkit. That will be a time-consuming task. Scripts: https://www.dropbox.com/sh/s2i90n8dx1at90r/AADVC9AVoT2dENE8xci4Ss-Ra?dl=0 |
@TsumiNa |
I have been trying to access to MDL, but i have found the connection errors. I'm not sure whether the error is coming out from your MDL system or not. Please, let me know when the new library is set up. Thanks a lot! |
@yyamaguchi Hi! MDL services are renewing to match more complicated searching cases. You can try to use the temporary scripts described here to access our developing server for a review. If you still find it hard to access the server, please don't be hesitate to let me know. |
Thanks for your temporary scripts. I have been trying to access your developing server, but i couldn't. gaierror Traceback (most recent call last) ~/venv-test/lib/python3.7/site-packages/urllib3/util/connection.py in create_connection(address, timeout, source_address, socket_options) /apps/GPGPU/2021_supercom/Python/python3.7/Python-3.7.10_210715/lib/python3.7/socket.py in getaddrinfo(host, port, family, type, proto, flags) gaierror: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: NewConnectionError Traceback (most recent call last) ~/venv-test/lib/python3.7/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) ~/venv-test/lib/python3.7/site-packages/urllib3/connectionpool.py in _validate_conn(self, conn) ~/venv-test/lib/python3.7/site-packages/urllib3/connection.py in connect(self) ~/venv-test/lib/python3.7/site-packages/urllib3/connection.py in _new_conn(self) NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f10e2983e10>: Failed to establish a new connection: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: MaxRetryError Traceback (most recent call last) ~/venv-test/lib/python3.7/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) ~/venv-test/lib/python3.7/site-packages/urllib3/util/retry.py in increment(self, method, url, response, error, _pool, _stacktrace) MaxRetryError: HTTPSConnectionPool(host='xenon.ism.ac.jp', port=443): Max retries exceeded with url: /api (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f10e2983e10>: Failed to establish a new connection: [Errno -2] Name or service not known')) |
I tried the following program, but I got the error. --------------program(name: ex.py)----------- -------------------error------------------------- Could you figure out the problem? |
@deepakorani Could you please give us your error messages? We did some tests on our machines (macOS and Ubuntu) and found it works well. BTW, you have to use the temporary code to access the server.
If you can not or have no permission to access Dropbox. We can mail you the temporary codes. |
@TsumiNa Thanks for your prompt reply; I am not sure but I am trying to run this on Google Cloud; and I am using Windows; This is the error I am getting when I access the temporary codes. |
@TsumiNa Thanks! This error seems from getting an empty return from the server. I will try to reproduce the error on my machine and check what happened. |
Sure @TsumiNa. I think the server that the API is calling from is down for me. I am not sure if that's the issue. 👍 |
@TsumiNa @deepakorani After I did this 1.~4. (https://xenonpy.readthedocs.io/en/latest/installation.html), the JSONDecodeError was disappeared. ("cuda101.yml" was not exist, so I got "cuda111.yml".) HTTPError: status_code: 502, Server did not responce. Is this my problem? |
@chotoQ After you followed the installation guides, it should give you a clean environment to run xenonpy. It seems someone else also got this error code. If you are using Windows, a considerable reason is incompatible with the |
@TsumiNa I'm using WSL and I got the error messages: |
@TsumiNa do you aware that the end point It seems recommended to look at the Edit1: Somehow after accessing |
@arifin-chemist89 Thanks! It seems the proxy server blocked the connection somehow. I will check the details next week, help we can fix it immediately. |
Hi @TsumiNa is their any update on this error? I am still getting the same error till now! |
@deepakorani Sorry for the inconvenience. Please refer to our first page for more information (The top of our Readme page). |
@mVenetos97 Sorry for the delayed response. Due to many incompatibility issues between models, packages, and the upgraded server, we fail to resolve the problem and now exploring to completely re-structure the model library. We can try to manually provide the models you need through email request. Sorry for the inconvenience. |
I tried to access MDL using the sample code (pre-trained_model_library.ipynb), but I got the following error.
ConnectionError: HTTPConnectionPool(host='xenon.ism.ac.jp', port=80): Max retries exceeded with url: /api (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000022531271788>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
Does anyone know what my mistake is?
The text was updated successfully, but these errors were encountered: