Page 1 of 1

path error?

PostPosted: Fri Jan 24, 2020 2:06 pm
by whmoorejr
Hopefully a quick fix....

The plugin is looking for the image file in the wrong location (wrong URL, wrong port)
Code: Select all
 Image Downloader and SecuritySpy Helper Error    error fetching image. error: HTTPConnectionPool(host='127.0.0.1', port=8007): Max retries exceeded with url: /++image?cameraNum=2 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x110a2c990>: Failed to establish a new connection: [Errno 61] Connection refused',))

Actual Location for that image is
Code: Select all
http://192.168.1.10:8000/++image?cameraNum=2

I'm not sure where it's getting the 127 address from so I can change it to my 192 address.

Re: path error?

PostPosted: Fri Jan 24, 2020 3:05 pm
by FlyingDiver
127.0.0.1 is the local machine. So it's assuming it's running on the same system as Indigo.

Is 192.168.1.10 the IP address of the Indigo machine, or is SS running on a different machine?

Re: path error?

PostPosted: Fri Jan 24, 2020 4:17 pm
by vtmikel
Go to Plugins -> Image Downloader and SecuritySpy Helper -> Configure

Change the IP to the IP of your securitySpy server. it doesn't have to be 127.0.0.1 (localhost).

Re: path error?

PostPosted: Fri Jan 24, 2020 6:28 pm
by whmoorejr
vtmikel wrote:
Go to Plugins -> Image Downloader and SecuritySpy Helper -> Configure

Change the IP to the IP of your securitySpy server. it doesn't have to be 127.0.0.1 (localhost).


:oops:

I don't know how I missed that. Thanks much.