oasys-kit / dabax

python library to access Dabax files http://github.com/oasys-kit/DabaxFiles/
MIT License
0 stars 0 forks source link

Failed to open workflow file in Oasys1.3 #2

Open Shu0814 opened 8 months ago

Shu0814 commented 8 months ago

After upgrade the Oasys from version 1.2 to 1.3, Error reporting when open workflow file.

Extract from the error on opening workflow file: File "D:\miniconda3\envs\oasys\lib\site-packages\dabax\dabax_base.py", line 119, in get_dabax_file raise Exception ("Failed to download file %s from %s" % (filename, dabax_repository)) Exception: Failed to download file Crystals_xrayserver.dat from https://raw.githubusercontent.com/oasys-kit/DabaxFiles/main/

srio commented 8 months ago

Could you, please: 1) Check that you are connected to the internet. 2) Try to open in your browser: https://raw.githubusercontent.com/oasys-kit/DabaxFiles/main/Crystals_xrayserver.dat 3) Could you send me the workspace, or give me more details of which application produces that error? Thanks

Shu0814 commented 8 months ago
  1. Internet is connected.
  2. I can open the link you provided, but can't open this: https://raw.githubusercontent.com/oasys-kit/DabaxFiles/main/, and error on web page, "400: Invalid request".
  3. After double-click the Oasys icon and running is OK, but the error occurred while after open the previous workflow file on OASYS interface.
  4. In addition to above error, two other errors occurred at the same time,
    File "D:\miniconda3\envs\oasys\lib\ssl.py", line 1342, in do_handshake
    self._sslobj.do_handshake()
    TimeoutError: [WinError 10060] The connection attempt fails because the connecting party does not reply correctly after some time or the connected host does not react.
    File "D:\miniconda3\envs\oasys\lib\urllib\request.py", line 1357, in do_open
    raise URLError(err)
    urllib.error.URLError: <urlopen error [WinError 10060] The connection attempt fails because the connecting party does not reply correctly after some time or the connected host does not react.>