Oh nice idea, tyCan you add a search filter so that we can filter down instances with plates that have been seen less than X amount of times? Thank you!
It can’t connect to your local agent to pull the images.
LPR-DESKTOP | Custom | 8355→8355 Single port | TCP & UDP | × |
So that is setup as the "Endpoint URL" in the setup page. such as "". And you have to port forward that to the machine .... Is there anything else that comes into play here. Where is the image coming from, the agent or the database?
The reason I ask is because I can sometimes install a previous version and use all the same values and things work.
LPR-DESKTOP Custom 8355→8355
Single portTCP & UDP ×
The image comes from the Rekor Agent you are running locally. So you have to make sure that the Docker webhook service (wherever you are running it from) can connect to the computer you are running the agent on. If you are running the Rekor agent and the webhook service from the same subnet (or even the same machine) then you shouldn't have to do anything special to get the webhook service to talk to the agent. All devices on the same subnet (network) can always talk to everybody. Occasionally, you may have a Windows firewall rule issue where you have to open up an incoming port on the actual Windows computer you are running the Rekor agent on so the webhook service can connect to it. This is because Windows locks all incoming ports down by default.
Also, you don't need to port forward to the Rekor Agent. You only need to port forward to the @mlapaglia webhook service wherever you are running it from. The way it works is that the Rekor Cloud has to send the webhook to you when it sees a plate. That webhook gets sent to the webhook service but you have to port forward to the computer where you are actually running the webhook.
Here is screen shot of my router as an example. You can see I forward 4 services to various computers. However, the red arrow is the important one for you. I'm forwarding all UDP traffic with a port destination of 3859 that hits my public WAN IP address to an internal address of 10.200.200.16. That is the VM where I run his webhook service. So all the webhooks coming from the Rekor cloud are sent directly to the webhook service.
View attachment 106589
Does your Rekor agent computer really have an IP address of 136.xxx.xxx.xxx? Are you not running the Rekor agent locally because that IP address suggests you are trying to connect to an agent that is not in your local home subnet.
Is the webhook testing OK from Rekor website? sorry, I am coming in a bit blind and don't admit to being an expert on this. How did you setup Docker, ie pull the image and are you running WSL2 in docker?I have to second this... This is a great application. I've had it running for a year and then decided to upgrade and have all kind of issues getting Windows and Docker and the network to work out. It's been a steep learning curve and I am slowly getting up to speed. But still can't get the Processor to reach back to the agent thru the container/network to get the preview images..
I've tried all kind of IP addresses (127.0.0,1, Internal IP and external IP all to PORT 8355, which I have opened in my firewall). Anybody have any expertise with Windows and Docker that have any ideas?
v4.0.0-alpha2
hasDo you have your agent exposing the web ui port? can you get to the webpage from the machine that is running the processor? View attachment 106705
Also make sure your url is configured correctly in the processor settings
View attachment 106707
Make sure you haveI appreciate this. I was looking for a way to test my network setup with out having to go thru the Processor. When I try to go to my URL I get the connection refused.
I think this is my main problem. I know it's not with the processor, It's trying to get to the Agent. No matter what IP I use I just can't find the right setting on the firewall or Docker to let the connection thru.
-p '4382:80/tcp'
in your docker command so it allows that port out of the container <HOST>:<CONTAINER>Well just for a laugh I pulled this into Docker and sure enough I get the same, plates update but all images show question marks. Answers on a postcard now wondering why I tempted fate! will play with it and see what I can find.Yes, I run both the Agent and the Processor in Docker. I had it running on another machine and everything communicated just fine. But I had some funky DB connection issues with the latest versions so I moved everything over to a new machine. I thought I would try it again using WIndows and Docker to see how it worked. Now the DB issues have gone away and the processor records all plates... but I can't get the processor to preview the plates. Obviously the Webhook is working fine, the agent works fine to the cloud and the processor work fine when it gets the Webhook push (I think). But when it trys to communicate with the agent (running on the same machine, in Docker) it gets a connectio9n refused 500 error.
Well just for a laugh I pulled this into Docker and sure enough I get the same, plates update but all images show question marks. Answers on a postcard now wondering why I tempted fate! will play with it and see what I can find.
Sep 30, 2021
#963
harleyl7 said:
hmm where do I check that out? All im running is rekor agent.
found it..
had to go to my rekor scout configure and go to Configure > Data Destination > Local Queue > set webservice port and check webservice debug (however, this deregisters your agent with the cloud) so you have to go back in and set it to the cloud by logging in with user and password or register with cloud.