path error?

User avatar
whmoorejr
Posts: 767
Joined: Tue Jan 15, 2013 11:23 am
Location: Houston, TX

path error?

Post 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.
Bill
My Plugin: My People
User avatar
FlyingDiver
Posts: 7312
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: path error?

Post 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?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
vtmikel
Posts: 647
Joined: Fri Aug 31, 2012 12:45 pm
Location: Boston, MA
Contact:

Re: path error?

Post 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).
User avatar
whmoorejr
Posts: 767
Joined: Tue Jan 15, 2013 11:23 am
Location: Houston, TX

Re: path error?

Post 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.
Bill
My Plugin: My People
Post Reply

Return to “Security Spy Helper”