Hi @dantypas3
Thank you very much for this project.
I was tring to use this tool to download data from a self-host LabFolder, but I encountered some issues:
- pip installation
I think the command should be pip install git+https://github.com/dantypas3/labfolder2elabftw.git rather than pip install git+https://github.com/dantypas3/labfolder2elab.git
- source installation
After
git clone https://github.com/dantypas3/labfolder2elabftw.git
cd labfolder2elabftw
conda env create -f environment.yml
The command labfolder2elab was not available, but I could use python -m src to start the script.
- Certificate issue
The tool only accepts CA-signed certificates. Our university’s LabFolder uses an internal/self-signed certificate, which caused errors like: '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)')))
Could you advise if there is a way to make the tool work with internal certificates, or if there are plans to support servers that use self-signed certificates?
Thank you very much for your help!
Best regards
Hi @dantypas3
Thank you very much for this project.
I was tring to use this tool to download data from a self-host LabFolder, but I encountered some issues:
I think the command should be
pip install git+https://github.com/dantypas3/labfolder2elabftw.gitrather thanpip install git+https://github.com/dantypas3/labfolder2elab.gitAfter
The command
labfolder2elabwas not available, but I could usepython -m srcto start the script.The tool only accepts CA-signed certificates. Our university’s LabFolder uses an internal/self-signed certificate, which caused errors like:
'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)')))Could you advise if there is a way to make the tool work with internal certificates, or if there are plans to support servers that use self-signed certificates?
Thank you very much for your help!
Best regards