We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python .\downloader.py Processing SPICE Solvated Amino Acids Single Points Dataset v1.1 Processing SPICE Dipeptides Single Points Dataset v1.2 Traceback (most recent call last): File "D:\dataset\spice-dataset\downloader\downloader.py", line 111, in <module> recs = list(dataset.iterate_records(specification_names=specifications)) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\dataset_models.py", line 972, in iterate_records self._internal_fetch_records(batch_tofetch, [spec_name], status, include) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\dataset_models.py", line 724, in _internal_fetch_records records = self._client._get_records_by_type(self._record_type, record_ids, include=include) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client.py", line 651, in _get_records_by_type record_data = self.make_request( File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client_base.py", line 408, in make_request r = self._request( File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client_base.py", line 373, in _request raise PortalRequestError(f"Request failed: {details['msg']}", r.status_code, details) qcportal.client_base.PortalRequestError: Request failed: Bad Gateway (HTTP status 502)
Do you have some advice for me? Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@bennybp it's the bad gateway error again.
No branches or pull requests
python .\downloader.py Processing SPICE Solvated Amino Acids Single Points Dataset v1.1 Processing SPICE Dipeptides Single Points Dataset v1.2 Traceback (most recent call last): File "D:\dataset\spice-dataset\downloader\downloader.py", line 111, in <module> recs = list(dataset.iterate_records(specification_names=specifications)) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\dataset_models.py", line 972, in iterate_records self._internal_fetch_records(batch_tofetch, [spec_name], status, include) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\dataset_models.py", line 724, in _internal_fetch_records records = self._client._get_records_by_type(self._record_type, record_ids, include=include) File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client.py", line 651, in _get_records_by_type record_data = self.make_request( File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client_base.py", line 408, in make_request r = self._request( File "C:\Users\wangzhongyao\scoop\apps\miniconda3\current\envs\openmm\lib\site-packages\qcportal\client_base.py", line 373, in _request raise PortalRequestError(f"Request failed: {details['msg']}", r.status_code, details) qcportal.client_base.PortalRequestError: Request failed: Bad Gateway (HTTP status 502)
Do you have some advice for me? Thanks!
The text was updated successfully, but these errors were encountered: