faisalthaheem / open-lpr

Open Source and Free License Plate Recognition Software
Apache License 2.0
166 stars 25 forks source link

Timeout processing request #27

Open rolfikr1 opened 1 year ago

rolfikr1 commented 1 year ago

I tried to test open-lpr but with curl and webpage I get the same error: {"msg":"Timeout processing request"}

How can I start to debug it? It's run in docker on top of the Debian 11.

faisalthaheem commented 1 year ago

Hello, if you are referring to https://rest-openlpr.computedsynergy.com/ then it's fixed now, the host was down. However, if you deployed locally and getting that error please upload the logs by issuing the following command cd /path/to/where/you/checked/out/the/repo $ docker compose logs > logs-request-timeout.log Please make sure to remove any sensitive data from the logs if needed.

rolfikr1 commented 1 year ago

Hi, log attached. logs-request-timeout.log

faisalthaheem commented 1 year ago

I suspect you are using an image which does not have RGB channels (it is either monochrome or has ARGB channels or another encoding). Would it be possible to share the image for further analysis?