Search results

  1. mlapaglia

    Hiding LPR

    Stick them on your mailbox and plant a big bush around it.
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    In your screenshot you were still using single quotes lol
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i can't help you if you don't paste whatever the latest errors you are getting are.
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    is it running? try double quotes instead of single quotes for the command
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I think you need to install .net 5.0 actually Download .NET 5.0 Runtime (v5.0.9) - Windows x64 Installer. I am a software developer so I have all of them installed lol
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    docker run -d -p 80:80 -v 'C:\whatever\your\folder\is\':'/app/config/' mlapaglia/openalprwebhookprocessor:v3.16.0
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    make sure you have the dotnet 3.1 runtime installed on your machine, make sure you are running the latest release Releases · mlapaglia/OpenAlprWebhookProcessor
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    /host/path/ needs to be whatever path on your computer you are going to store your configuration and db files at.
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Changing it in the cloud agent works, I don't use the cloud agent though, I modify the alprd.conf file manually.
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Long term storage was half the reason I started this project! Already done: https://discuss.openalpr.com/t/free-disk-space-stuck-at-8gb/898
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.16.0 will start storing the vehicle image preview. the openalpr agent changed the configuration key for how much storage the agent can use. after i upgraded to the latest agent I lost a years worth of images because it defaulted back to 8GB of storage. The processor will in the future be able...
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    What API are you using? I can add it to the supported enrichers.
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    oh.. i thought it was $15/month for unlimited.. well that sucks lol
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.15.0 is released with preliminary support added for LicensePlateData API. This new feature will re-populate make/model/trim for vehicles that OpenALPR tries to deduce on itself. This will result in much more accurate results on vehicle information, especially at night when the agent's...
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Sneak peak: license plate "enrichment" from 3rd parties:
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Can you try running the windows version on another computer? if you copy your config folder it should carry over all your settings.
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try v3.14.3-alpha7 I added another check to make sure credentials are valid before testing. you'll see in the logs
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Since I can use your keys successfully it might be related to your IP address, could you try from another network?
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try creating a new application with a new api key and try again. make sure you save before you test https://pushover.net/api
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    your keys worked fine for me, try v3.14.3-alpha6 i added more logging.
  21. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    If you are getting a 500 error you are reaching the pushover server but the call is failing. Can you PM me your user key and api key? i'll try troubleshooting on my side.
  22. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    That's pretty strange, if there are no plates it should return an empty json array.. ok try v3.14.3-alpha5 i've removed the exception when the agent doesn't return the proper data, maybe you have a bad date range or something.. it will try them all now
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    How many plates does your agent see a day? maybe it's trying to get too much data
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    awesome, so the openalpr agent is returning an error code but no message about what is causing the error, classic lol
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    there should be more information after "System.ArgumentException: no metadata found for given date range", did you overlook that line?
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    @biggen try this one Release v3.14.3-alpha4 · mlapaglia/OpenAlprWebhookProcessor with your alerting issue
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    interesting. try this one once it's ready: Release v3.14.3-alpha2 · mlapaglia/OpenAlprWebhookProcessor
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    when you get a new version are you unzipping into a new folder or overwriting the existing folder? try extracting to a new folder then copy the config folder over then start the new app
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ok, try using Release v3.14.3-alpha1 · mlapaglia/OpenAlprWebhookProcessor once it is finished building: mlapaglia/OpenAlprWebhookProcessor and see if more logs show up when you try to scrape.
  30. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I just pulled down the windows version and it ran fine for me. Can you try backing up your processor.db file, deleting it from the config folder, restart the app, type in your agent settings, then run the scrap again?