Kiran Gautam
Kiran Gautam
I just followed the [document](https://nepse-api.readthedocs.io/en/latest/usage/quickstart.html) and I am getting error httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) /Users/kiran.gautam/PycharmProjects/nepse-api/venv/lib/python3.9/site-packages/httpx/_client.py:1978: UserWarning: Unclosed . See https://www.python-httpx.org/async/#opening-and-closing-clients for...
Basically, I want to serve this model. I am not sure how it can be done. Any help/guidance would be appreciated.
## Description ## Installation - [x] pip install goldenverba - [ ] pip install from source - [ ] Docker installation If you installed via pip, please specify the version:...
I run a docker container of Gotenberg `docker run -p "3000:3000" gotenberg/gotenberg:8`. I then try to convert doc to pdf using: ``` curl \ --request POST http://localhost:3000/forms/libreoffice/convert \ --form files=@/path/to/mydoc.docx...