11-22-2013, 06:07 PM
I can use EmailURLImg in a command button successfully to send both of the following commands, and I get an email with the image from a Vivotek camera (and when using the second URL without the need for separate authentication for the camera):
http://192.168.1.xxx/cgi-bin/viewer/video.jpg$channel=1
http://root:password@192.168.1.xxx/cgi-b...;channel=1
But I'm trying to use the EmailURLImg in a triggered event, and neither works.
In the Log Monitor (even though other actions in the triggered event all correctly happen first), I get "Connect Operation Failed. Tried to connecto to 192.168.1.xxx:80)".
I tried manaully additng a port (":8080") to the URLs, but then the error message returns the same error with the specified port.
It almost seems like the event is not sending the same info that the command button sends....
Any thoughts or suggestions?
Thanks
http://192.168.1.xxx/cgi-bin/viewer/video.jpg$channel=1
http://root:password@192.168.1.xxx/cgi-b...;channel=1
But I'm trying to use the EmailURLImg in a triggered event, and neither works.
In the Log Monitor (even though other actions in the triggered event all correctly happen first), I get "Connect Operation Failed. Tried to connecto to 192.168.1.xxx:80)".
I tried manaully additng a port (":8080") to the URLs, but then the error message returns the same error with the specified port.
It almost seems like the event is not sending the same info that the command button sends....
Any thoughts or suggestions?
Thanks