parkpow / deep-license-plate-recognition

Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
https://platerecognizer.com/
MIT License
523 stars 122 forks source link

Format params #108

Closed ttayson closed 1 year ago

ttayson commented 1 year ago

I received complaints from the user that despite the status 200, he was not receiving the alert, I tested it and found this problem.

to fix this, considering a GET call, in params I modified the metadata format and removed the status, after that alerts in sequence are being received.

For some reason when the parameter Status is sent, only one request is received and in a sporadic way.

Besides adding urllib3 to remove warnings.

danleyb2 commented 1 year ago

@ttayson @marcbelmont Yes we should remove the state param. LGTM