Find My iDevices! (April 2013+)

Posted on
Mon May 20, 2013 5:54 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

Just updated to Indigo Beta 8 and I'm getting the following message over and over again in my event log.

I've reloaded the plugin and I've also rebooted the mac. Any suggestions for a resolution?

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID

Posted on
Mon May 20, 2013 6:45 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Find My iDevices! (April 2013+)

Beta 8 caused an incompatibility with a couple of plugins that were overriding a specific callback (deviceUpdated). I believe Benjamin has the fix now, so hopefully he'll get a new build posted soon.

Image

Posted on
Mon May 20, 2013 7:07 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

matt (support) wrote:
Beta 8 caused an incompatibility with a couple of plugins that were overriding a specific callback (deviceUpdated). I believe Benjamin has the fix now, so hopefully he'll get a new build posted soon.


Sounds good, thanks for clarifying Matt.

Posted on
Tue May 21, 2013 7:33 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

Dewster35 wrote:
Just updated to Indigo Beta 8 and I'm getting the following message over and over again in my event log.

I've reloaded the plugin and I've also rebooted the mac. Any suggestions for a resolution?

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID


With Ben being out of town for a bit, I decided to dive in and poke around a bit myself. I modified Plugin.PY of FMID. These are lines 440-444. I cannot say whether or not this will work long term or if the distance information will continue to be correct or not. I do know that it corrects the message from popping up in the event log and it still allows me to send my important messages to my phone via find my iphone, so it serves my needs.

Code: Select all
   #def   deviceUpdated ( self, origDev, NewDev):
   #   """
   #   """
   #   self.remove_device_record ( origDev )
   #   self.deviceStartComm ( NewDev )

Posted on
Wed May 22, 2013 10:05 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

Dewster35 wrote:
Dewster35 wrote:
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID


Okay, as Matt indicated, that change will work and I've been testing this on and off for a short bit.


Thanks for your patience.

- Ben

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Wed May 22, 2013 10:13 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

Dewster35 wrote:
Just updated to Indigo Beta 8 and I'm getting the following message over and over again in my event log.

I've reloaded the plugin and I've also rebooted the mac. Any suggestions for a resolution?

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID


Ben,
Still seeing this same behavior with the latest update.

Posted on
Wed May 22, 2013 10:18 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

Dewster35 wrote:
Dewster35 wrote:
Just updated to Indigo Beta 8 and I'm getting the following message over and over again in my event log.

I've reloaded the plugin and I've also rebooted the mac. Any suggestions for a resolution?

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID


Ben,
Still seeing this same behavior with the latest update.


My mistake. I zipped up the wrong file.

Give it a moment, and redownload the file from dropbox. The fix is now in there.

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Wed May 22, 2013 10:50 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

bschollnick2 wrote:
Dewster35 wrote:
Dewster35 wrote:
Just updated to Indigo Beta 8 and I'm getting the following message over and over again in my event log.

I've reloaded the plugin and I've also rebooted the mac. Any suggestions for a resolution?

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID


Ben,
Still seeing this same behavior with the latest update.


My mistake. I zipped up the wrong file.

Give it a moment, and redownload the file from dropbox. The fix is now in there.


No worries. Thanks Ben! You rock :)

Posted on
Wed May 22, 2013 10:26 pm
andrewhorvath offline
Posts: 1
Joined: May 22, 2013

Re: Find My iDevices! (April 2013+)

Hi Ben

Great Plugin. It was working fine, until I added one more phone. I deleted the devices and the plugin, but I am still getting this error message:

Find My IDevices Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 966, in runConcurrentThread
File "plugin.py", line 865, in run_search_for_idevices
File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
File "plugin.py", line 785, in process_device
<type 'exceptions.KeyError'>: key id 1043130764 not found in database

Find My IDevices Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)



Thank you

Posted on
Thu May 23, 2013 1:50 am
tenallero offline
Posts: 94
Joined: Oct 31, 2011
Location: Barcelona

Re: Find My iDevices! (April 2013+)

Hi,

This new release works fine with b8.

Thanks.

Posted on
Thu May 23, 2013 8:08 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

andrewhorvath wrote:
Hi Ben

Great Plugin. It was working fine, until I added one more phone. I deleted the devices and the plugin, but I am still getting this error message:

Find My IDevices Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 966, in runConcurrentThread
File "plugin.py", line 865, in run_search_for_idevices
File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
File "plugin.py", line 785, in process_device
<type 'exceptions.KeyError'>: key id 1043130764 not found in database

Find My IDevices Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)



Was this with v1.715 that was just released yesterday? Or an earlier version?

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Thu May 23, 2013 9:39 am
DaSerg offline
Posts: 6
Joined: Nov 06, 2012
Location: Moorpark, CA

Re: Find My iDevices! (April 2013+)

Good Morning Ben,

I am having this issue with the latest version, in case Andrew doesn't respond... 1.715..
The webpage does load, but does not show any devices.

Code: Select all
May 23, 2013 8:34:26 AM
  Find My IDevices                location: None
  Find My IDevices Error          Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 966, in runConcurrentThread
  File "plugin.py", line 865, in run_search_for_idevices
  File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
  File "plugin.py", line 741, in process_device
<type 'exceptions.IndexError'>: list index out of range

  Find My IDevices Error          plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
  WebServer                       Displaying Find My iDevices Web Page
  Find My IDevices                   Retrieving location data
  Find My IDevices Error          Error in plugin execution runConcurrentThread:

Posted on
Fri May 24, 2013 4:11 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

DaSerg wrote:
Good Morning Ben,

I am having this issue with the latest version, in case Andrew doesn't respond... 1.715..
The webpage does load, but does not show any devices.

Code: Select all
May 23, 2013 8:34:26 AM
  Find My IDevices                location: None
  Find My IDevices Error          Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 966, in runConcurrentThread
  File "plugin.py", line 865, in run_search_for_idevices
  File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
  File "plugin.py", line 741, in process_device
<type 'exceptions.IndexError'>: list index out of range

  Find My IDevices Error          plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
  WebServer                       Displaying Find My iDevices Web Page
  Find My IDevices                   Retrieving location data
  Find My IDevices Error          Error in plugin execution runConcurrentThread:


Well, something isn't right there. The Location: None makes me think that FMID isn't configured properly.

Do you have an Apple ID device created, with your proper Apple ID ?

How many FMID devices do you have configured? Have you tried to Restart the FMID plugin?

- Ben

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Fri May 24, 2013 11:43 am
DaSerg offline
Posts: 6
Joined: Nov 06, 2012
Location: Moorpark, CA

Re: Find My iDevices! (April 2013+)

Yup followed your instructions on your website, I have the location as well as iCloud login as well as iPhones registered... I am PMing you screenshots as it appears to have a key inside of it.
The Apple ID does show as working and accepted with the Password_Accepted field.
I only have one iPhone on one account.. Once this starts working properly I will add the wife's account as well. Used your plugin in the past and worked great.

Posted on
Thu May 30, 2013 12:28 am
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+) does not ask for devices

I am using indigo 6.00b8.

followed instructions:
- downloaded file from server
- double-clicking on plugin
- moving file into the proper directory (btw the directory given /Plugins/Library/Application Support/Perceptive Automation/Indigo 5/IndigoWebServer/Plugins should not have the first /Plugins before Library?)
- restart server


readme text:
...
5) After the Indigo server restarts, it will immediately open a dialog window,
asking you to the set the default settings for the find-my-iDevice plugin.

==> a) Please ensure that you add the MobileMe account information for the iDevices you wish to monitor. <== does not show up.
...

the web pages with my home location is fine


any advice?


Karl


here the log file after restart of indigo

Disabling plugin "Find My IDevices 1.715"
Stopping plugin "Find My IDevices 1.715" (pid 99466)
Stopped plugin "Find My IDevices 1.715"
Enabling plugin "Find My IDevices 1.715"
Starting plugin "Find My IDevices 1.715" (pid 99623)
Find My IDevices Debug Version Check Server reports 1.30 is available for Find My IDevices.
Find My IDevices Debug You are currently running the release version, or a newer version, of Find My IDevices
Find My IDevices Debug Version Check Server reports 1.41 is available for the Find My iPhone Engine.
Find My IDevices Debug FMID 1.41
Find My IDevices Debug FMID loaded 1.41
Find My IDevices Debug You are currently running the release version, or a newer version, of the Find My iPhone Engine
Started plugin "Find My IDevices 1.715"
Find My IDevices Find My iDevice Plugin Loaded...
Find My IDevices Debug UpdateTime - 15
Find My IDevices Debug Debug Mode is On (Only recommended for Testing Purposes)
Find My IDevices Debug Running Concurrent Thread
Find My IDevices Retrieving location data
Find My IDevices Done Locating all iDevices
Find My IDevices Debug Sleep Time - Thu May 30 01:18:47 2013
Find My IDevices Preferences were updated, reloading Preferences...
Find My IDevices Find My iDevice Plugin Loaded...
Find My IDevices Debug UpdateTime - 15
Find My IDevices Debug Debug Mode is On (Only recommended for Testing Purposes)

Who is online

Users browsing this forum: No registered users and 15 guests