kfuku52 / csubst

Molecular convergence detection
BSD 3-Clause "New" or "Revised" License
25 stars 1 forks source link

urllib.error.HTTPError: HTTP Error 404: Not Found #35

Closed kfuku52 closed 1 year ago

kfuku52 commented 1 year ago
Traceback (most recent call last):
  File "/Volumes/kfT7/Dropbox/repos/csubst/csubst/csubst", line 324, in <module>
    args.handler(args)
  File "/Volumes/kfT7/Dropbox/repos/csubst/csubst/csubst", line 34, in command_site
    main_site(g)
  File "/Volumes/kfT7/Dropbox/repos/csubst/csubst/main_site.py", line 677, in main_site
    g = parser_biodb.pdb_sequence_search(g)
  File "/Volumes/kfT7/Dropbox/repos/csubst/csubst/parser_biodb.py", line 122, in pdb_sequence_search
    alphafold_pdb = urllib.request.urlopen(download_url).read()
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/Users/kef74yk/opt/miniconda3/envs/pymol/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found