Search results

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Make sure you have -p '4382:80/tcp' in your docker command so it allows that port out of the container <HOST>:<CONTAINER>
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Do you have your agent exposing the web ui port? can you get to the webpage from the machine that is running the processor? Also make sure your url is configured correctly in the processor settings
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.0.0-alpha2 has 1. support for filtering for plates only seen 10 times or less. 2. upgrading to dotnet 6.0 It's just a preview for now, back up your database before trying it out if you want to test the new feature. If you are running the windows executable (not docker) you will need to...
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You might just have a docker issue with letting the container talk to the outside network. I'm using this on unraid so it's all configured for me. you can always try getting inside the container with shell and pinging stuff on your local network to see if it can see anything.
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Someone else had this issue, they had a docker networking issue that was preventing the processor from talking to the agent.
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Oh nice idea, ty
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    The processor currently needs to be able to talk to the rekor agent running on your network to pull the images.
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Or how many cars are you seeing per minute? I believe most of the current users only see a few a minute, I haven't stress tested this against multiple cars a second if you live on a busy road.
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    some of your webhooks are taking around 10 seconds to process Executed action "OpenAlprWebhookProcessor.WebhookProcessor.WebhookController.Post (OpenAlprWebhookProcessor)" in 7523.514ms It looks like the cloud isn't liking how long it is taking the processor to execute, and is timing out --->...
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Hmm those are processing fine on my side you have the checkbox checked, right?
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    try out v3.17.0-alpha10 You should be able to run the agent scrape to catch up on any missing plates after this.
  12. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    There is a plain windows version, just extract it to your desktop and double click the exe file Release v3.16.3 · mlapaglia/OpenAlprWebhookProcessor
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Looks like it is bombing because there is no vehicle "vehicle":null,
  14. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    you don't need to know code to run the webhook, just how to run docker. there is a tutorial Setup · mlapaglia/OpenAlprWebhookProcessor Wiki
  15. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    if you want something more robust i made a tool that listens for those same webhooks and gives you a nice UI to view, complete with customizable alerts that can be sent via pushover also. OpenALPR Webhook Processor for IP Cameras
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    need to figure out why your cloud is sending this different formatted JSON
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Alright give v3.17.0-alpha9 a try
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    weird, when i put that into my client it works correctly.. do you have that plate number hidden or something?
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    In the debug logs you pasted it looks like the rekor cloud is sending you a JSON structure the processor can't handle. It has some extra information at the beginning of the payload: https://support.rekor.ai/my/s/article/How-to-receive-data-with-WebHooks?language=en_US says it should have a...
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ya going back to previous versions won't always work if a database migration has taken place during a release. narrowing it down between 3.7 and 3.8 helps though thanks :)
  21. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Unfortunately I don't have time to run through each release version to check to see when it failed. if you start with version 12, see if it happens or not, then do release 7 or 14 depending on the outcome etc, it should be pretty fast.
  22. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i need the output from the "download plates" not the system logs
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try out v3.17.0-alpha6 Go to the agent settings page and enable debug mode. Wait for a failure to happen. Go to the logs page and download the failed logs paste them in here and i'll see what i can do
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Looks like rekor is sending a payload that the processor can't handle. i'll need to find a way to log these so i can troubleshoot them.
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    have you tried scraping with the latest 3.16.3 ?
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    upgrade to version 3.16.3 open up a screen with the log window open, then in another window start the scrape. grab the output of the logs and paste them here.
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try the "test webhook" function on the openalpr website while the log page is open on the processor, make sure the test webhook is coming through.
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I'm trying to figure out why scraping isn't working for some people. i've added in some better error handling, previously scraping would stop whenever a plate from the list fails to process, now it will skip it. v3.16.3 if you want to try it out.
  29. mlapaglia

    LPR Camera Settings

    Just one super tiny nitpick, level out your camera so it make the cars move horizontally instead of diagonally up the screen lol!
  30. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya, follow the docker setup instructions Rekor Documentation