FindFriendsMini a new iCloud FindmyFriends Plugin
-
Wizard Sleeve
- Posts: 71
- Joined: Mon Feb 11, 2008 6:18 am
- Location: Berkshire, United Kingdom
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hi trying to get this setup and I can't remove the 2FA off the account it says its not possible to remove it. Either I'm missing it or you really can't. In which case can I start another new account and do something different without the 2FA enabled from the start.
Thanks
Lee
Thanks
Lee
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Not sure the details of Apple account creationWizard Sleeve wrote:Hi trying to get this setup and I can't remove the 2FA off the account it says its not possible to remove it. Either I'm missing it or you really can't. In which case can I start another new account and do something different without the 2FA enabled from the start.
Thanks
Lee
Certainly can create a new account without 2FA which should be really only for this plugin and/or your Indigo Mac.
Can you delete this Apple account and then create a new one with same email?
May be safer to just create new one with new email ...
Glenn
Sent from my iPhone using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hello Glenn,
I used to use iFindStuff to send messages to iPhones. Please see my post here viewtopic.php?f=136&t=21060&start=30#p166018
Can we do something like this with your plugin?
Edmond
I used to use iFindStuff to send messages to iPhones. Please see my post here viewtopic.php?f=136&t=21060&start=30#p166018
Can we do something like this with your plugin?
Edmond
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Short answer - No. And no plans to consider adding it as would require considerable overhaul and then probably fail the moment apple changes something.dnomode wrote:Hello Glenn,
I used to use iFindStuff to send messages to iPhones. Please see my post here viewtopic.php?f=136&t=21060&start=30#p166018
Can we do something like this with your plugin?
Edmond
Having said that it is very possible to send iMsg from within Indigo currently.
Won't unmute phone though- but should look at contacts; contact; Ringtone; Emergency Bypass setting:
This allows texts/calls to ring (even if phone on silent) for that specific contact.
https://www.imore.com/how-receive-messa ... sturb-mode
iMessage sending from Indigo:
Either using Applescript (can be outside Indigo - so won't stop working with applescript in future indigo updates) to send standard message to standard person.
Like here:
viewtopic.php?f=252&t=20526&p=158727&hi ... ge#p158727
or I believe is a plugin as well
viewtopic.php?f=134&t=15532&start=45
Glenn
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Since tuesday FFM cant login (I can login from browser on same computer).
FindFriendsMini Debug menuRefresh called.
FindFriendsMini Debug actionrefreshdata() method called.
FindFriendsMini Debug refreshData() method called.
FindFriendsMini Debug Attempting login...
FindFriendsMini Error Login Failed General Error. ('Connection aborted.', error(54, 'Connection reset by peer')){'request': <PreparedRequest [POST]>, 'response': None}
FindFriendsMini Error ('Connection aborted.', error(54, 'Connection reset by peer'))
FindFriendsMini Debug Login to icloud Failed.
FindFriendsMini Plugin name: FindFriendsMini
FindFriendsMini Plugin version: 0.9.6
FindFriendsMini Plugin ID: com.GlennNZ.indigoplugin.FindFriendsMini
FindFriendsMini Indigo version: 7.3.1
FindFriendsMini Python version: 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
FindFriendsMini Python Directory: /System/Library/Frameworks/Python.framework/Versions/2.7
FindFriendsMini Major Problem equals: 0
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
See thread hereDrLove wrote:Since tuesday FFM cant login (I can login from browser on same computer).
FindFriendsMini Debug menuRefresh called.
FindFriendsMini Debug actionrefreshdata() method called.
FindFriendsMini Debug refreshData() method called.
FindFriendsMini Debug Attempting login...
FindFriendsMini Error Login Failed General Error. ('Connection aborted.', error(54, 'Connection reset by peer')){'request': <PreparedRequest [POST]>, 'response': None}
FindFriendsMini Error ('Connection aborted.', error(54, 'Connection reset by peer'))
FindFriendsMini Debug Login to icloud Failed.FindFriendsMini Plugin name: FindFriendsMini
FindFriendsMini Plugin version: 0.9.6
FindFriendsMini Plugin ID: com.GlennNZ.indigoplugin.FindFriendsMini
FindFriendsMini Indigo version: 7.3.1
FindFriendsMini Python version: 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
FindFriendsMini Python Directory: /System/Library/Frameworks/Python.framework/Versions/2.7
FindFriendsMini Major Problem equals: 0
viewtopic.php?t=22569
Sounds like you have the same presumed ssl issue as has been reported - old Mac OSX?
Sent from my iPad using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Old yes
Sierra 10.12.5. I have not dared to upgrade. Maybe its time...
Best regards, L
Best regards, L
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
There is growing issues with ssl (security & web connections) with Sierra and earlier.DrLove wrote:Old yesSierra 10.12.5. I have not dared to upgrade. Maybe its time...
Best regards, L
If you see other post could try the
Code: Select all
pip install requests[security]There are reports should fix this issue - but obviously this is untested - but would be useful to know!
Hopefully you only have one version of python installed.
Glenn
Sent from my iPad using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Update:
See other thread but new version should fix, and reports all good for all versions of OSX; including old....
Glenn
Sent from my iPad using Tapatalk
See other thread but new version should fix, and reports all good for all versions of OSX; including old....
Glenn
Sent from my iPad using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
The fix didn’t fix it for me but the new version (1.0.1) did!! Good work!
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
I just updated to 7.3 and installed the FindmyFriendsMini Plugin. The plugin seems to ignore the preference section of if you want to create a map or not. The map was being created and opening new tabs in Safari so much it would eventually crash the computer.
I commented out the call to godoMapping in plugin.py but and was too lazy to go searching for a code fix in how prefs were read/applied.
Let me know if I'm missing something.
I commented out the call to godoMapping in plugin.py but and was too lazy to go searching for a code fix in how prefs were read/applied.
Let me know if I'm missing something.
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hislambert wrote:I just updated to 7.3 and installed the FindmyFriendsMini Plugin. The plugin seems to ignore the preference section of if you want to create a map or not. The map was being created and opening new tabs in Safari so much it would eventually crash the computer.
.
It does seem that mapping happens regardless of that checkbox - & will fix that, but major use is Control Page maps so most probably using I suspect.
It does only open safari if you have debug Maps enabled - otherwise should just quietly carry-on, which is probably why has gone unnoticed until now.
Glenn
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hi Glenn,
I have FindMyfriends plugin working and I love the plugin and it's possibilities for presence detection:
I find nowhere to enter my Google Map API Key into the plugin's configuration settings. Am I missing something?
I have unchecked (disable) Googile Map Images But nonetheless Images keep being displayed.
The most troublesome issues is that when the Fiends' iPhones are not moving they report the correct location most of the time. But every so often they report a location up to nearly a mile away from where th e phones actually are. The after some time they report the correct location again. The FindMy app on the phones themselves seem to always report the correct locations. Could this be caused by not having the Google Maps API not recognized by the plugin?
Thanks,
Mike
I have FindMyfriends plugin working and I love the plugin and it's possibilities for presence detection:
I find nowhere to enter my Google Map API Key into the plugin's configuration settings. Am I missing something?
I have unchecked (disable) Googile Map Images But nonetheless Images keep being displayed.
The most troublesome issues is that when the Fiends' iPhones are not moving they report the correct location most of the time. But every so often they report a location up to nearly a mile away from where th e phones actually are. The after some time they report the correct location again. The FindMy app on the phones themselves seem to always report the correct locations. Could this be caused by not having the Google Maps API not recognized by the plugin?
Thanks,
Mike
FindFriendsMini a new iCloud FindmyFriends Plugin
Himgolden50 wrote:Hi Glenn,
I have FindMyfriends plugin working and I love the plugin and it's possibilities for presence detection:
I find nowhere to enter my Google Map API Key into the plugin's configuration settings. Am I missing something?
I have unchecked (disable) Googile Map Images But nonetheless Images keep being displayed.
The most troublesome issues is that when the Fiends' iPhones are not moving they report the correct location most of the time. But every so often they report a location up to nearly a mile away from where th e phones actually are. The after some time they report the correct location again. The FindMy app on the phones themselves seem to always report the correct locations. Could this be caused by not having the Google Maps API not recognized by the plugin?
Thanks,
Mike
Google maps support was removed because they moved to a paid only option. Well there was a reasonable amount free given, but easy to head into paid territory and couldn’t sign up without a credit card - so high risk. So the google maps option is now unsupported - this has probably gone/been disabled by google by now and I should remove. (pretty sure a thread here about it)
Here: Google Maps Moves to Paid API Access 11th June
https://r.tapatalk.com/shareLink/topic? ... source=app
The location issue is interesting. Basically at times the gps lock the apple server has is bad - out by 800m or so. Obviously if deep in a building may happen. Pretty sure I have the triggering, entering, exiting working well within these limits. But the mapping is updated regardless just follows the apple server info. I could look at not updating maps when not high accuracy - although may delay updates...
Glenn
Sent from my iPad using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
H Glenn,
Now I'm suddenly getting the following error message in the log every time the plugin updates the location information:
FindFriendsMini Error Exception within godoMapping: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "plugin.py", line 1192, in godoMapping
fileMap = "curl --output '" + file + "' --url '" + drawUrl[0] + "'"
TypeError: 'NoneType' object has no attribute '__getitem__'
FindFriendsMini Error Exception within godoMapping: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "plugin.py", line 1192, in godoMapping
fileMap = "curl --output '" + file + "' --url '" + drawUrl[0] + "'"
TypeError: 'NoneType' object has no attribute '__getitem__'
This was not happening earlier. I've attached a screen shot of my Geofence settings.
Thanks again,
Mike
Now I'm suddenly getting the following error message in the log every time the plugin updates the location information:
FindFriendsMini Error Exception within godoMapping: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "plugin.py", line 1192, in godoMapping
fileMap = "curl --output '" + file + "' --url '" + drawUrl[0] + "'"
TypeError: 'NoneType' object has no attribute '__getitem__'
FindFriendsMini Error Exception within godoMapping: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "plugin.py", line 1192, in godoMapping
fileMap = "curl --output '" + file + "' --url '" + drawUrl[0] + "'"
TypeError: 'NoneType' object has no attribute '__getitem__'
This was not happening earlier. I've attached a screen shot of my Geofence settings.
Thanks again,
Mike
- Attachments
-
- Screen Shot 2020-01-30 at 10.23.53 AM.png (227.8 KiB) Viewed 13668 times