Search results

  1. 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
  2. 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.
  3. 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.
  4. 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
  5. 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...
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

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

    OpenALPR Webhook Processor for IP Cameras

    oh.. i thought it was $15/month for unlimited.. well that sucks lol
  8. 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...
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Sneak peak: license plate "enrichment" from 3rd parties:
  10. 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.
  11. 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
  12. 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?
  13. 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
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    your keys worked fine for me, try v3.14.3-alpha6 i added more logging.
  15. 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.
  16. 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
  17. 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
  18. 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
  19. 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?
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

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

    OpenALPR Webhook Processor for IP Cameras

    interesting. try this one once it's ready: Release v3.14.3-alpha2 · mlapaglia/OpenAlprWebhookProcessor
  22. 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
  23. 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.
  24. 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?
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    are you running the processor in windows or through docker?
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    that's strange, there should be a "Starting OpenALPR Agent scrape." message in there at least, are you on the latest version v3.14.2?
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    you might need to override store_plates_maxsize_mb` in your alprd.config to store more plates. what shows up in the logs when you try to scrape?
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    After your trial is over the API access goes away. what number is your "earliest epoch date" value?
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Oh you only have your agent configured to hold 24 hours? Previously the cloud api was only available to business class subscription and above, is it working for homeowner now?
  30. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    It only scrapes the agent. where were we in troubleshooting? what agent version are you on, and do you see this screen when you go to your agent?