Did someone solved this issue (I'm running localy and when adding https it doent work at all):
Error: Processing the pdf failed due to excess load. Please try again later.
Check the URL if there is https:// at the beginning. If not, add it
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [2504] using StatReload
INFO: Started server process [15248]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:62220 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:62220 - "GET /favicon.ico HTTP/1.1" 404 Not Found
Processing pdf
d89b1f5115a172f29a1587947267f2
INFO: 127.0.0.1:62221 - "POST /process_pdf HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Did someone solved this issue (I'm running localy and when adding https it doent work at all):
Error: Processing the pdf failed due to excess load. Please try again later. Check the URL if there is https:// at the beginning. If not, add it
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [2504] using StatReload INFO: Started server process [15248] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 127.0.0.1:62220 - "GET / HTTP/1.1" 200 OK INFO: 127.0.0.1:62220 - "GET /favicon.ico HTTP/1.1" 404 Not Found Processing pdf d89b1f5115a172f29a1587947267f2 INFO: 127.0.0.1:62221 - "POST /process_pdf HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application
Regards