Issue with iCloud Login 11th June

Posted on
Sat Jun 15, 2019 2:36 am
McJohn offline
User avatar
Posts: 631
Joined: Dec 18, 2012
Location: The Netherlands

Re: Issue with iCloud Login 11th June

Installed the whole list.

This one gives an error:
/usr/bin/python -m pip install pyansn1 --ignore-installed six --user

Collecting pyansn1
ERROR: Could not find a version that satisfies the requirement pyansn1 (from versions: none)
ERROR: No matching distribution found for pyansn1


Restart the whole Mac and the Plugin but the *** error still comes.

Posted on
Sat Jun 15, 2019 2:42 am
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: Issue with iCloud Login 11th June

Ok - Hope you have it sorted, if not will need to remove the other version of python somehow (maybe be a homebrew install and would start google there)

But....

Image


Proof....
Last edited by GlennNZ on Sat Jun 15, 2019 2:47 am, edited 2 times in total.

Posted on
Sat Jun 15, 2019 2:43 am
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: Issue with iCloud Login 11th June

McJohn wrote:
Installed the whole list.

This one gives an error:
/usr/bin/python -m pip install pyansn1 --ignore-installed six --user

Collecting pyansn1
ERROR: Could not find a version that satisfies the requirement pyansn1 (from versions: none)
ERROR: No matching distribution found for pyansn1


Restart the whole Mac and the Plugin but the *** error still comes.


Ok
Check the spelling - might be my mistake or yours!

Code: Select all
pyasn1


Code: Select all
/usr/bin/python -m pip install pyasn1 --ignore-installed six --user


Hang it there, not 100% convinced this approach will be installing in the correct location, but soon will see.
Otherwise will need to uninstall other version of python and do rest again...

Posted on
Sat Jun 15, 2019 2:48 am
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Issue with iCloud Login 11th June

Thanks for the update Glenn! Working fine here!

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Sat Jun 15, 2019 2:50 am
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: Issue with iCloud Login 11th June

midd wrote:
Thanks for the update Glenn! Working fine here!


Thumbs Up!
What version of OSX? (Sierra and below seem to have this issue)
Just saw your tag - of Mojave after posted...

Posted on
Sat Jun 15, 2019 3:00 am
McJohn offline
User avatar
Posts: 631
Joined: Dec 18, 2012
Location: The Netherlands

Re: Issue with iCloud Login 11th June

Thanks.
I copy/paste your commands into the terminal.
The last one;
Code: Select all
/usr/bin/python -m pip install pyasn1 --ignore-installed six --user

didn't give the errors, so run the whole list again, no red errors in the terminal.
Then I restart the Mac and reload te plugin.

But the error 54 still exist... :cry:

Maybe this could work?:

https://stackoverflow.com/questions/381 ... s-x-10-6-4

But I'm afraid for a chain reaction...

And finally end with a total new Indigo installation at a total new Mac mini and install years of work from scratch...

So, take a walk for now and think about it. Rain is gone outside and sun is becoming to shine :D

Posted on
Sat Jun 15, 2019 3:04 am
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: Issue with iCloud Login 11th June

McJohn wrote:
Thanks.
I copy/paste your commands into the terminal.
The last one;
Code: Select all
/usr/bin/python -m pip install pyasn1 --ignore-installed six --user

didn't give the errors, so run the whole list again, no red errors in the terminal.
Then I restart the Mac and reload te plugin.

But the error 54 still exist... :cry:

Maybe this could work?:

https://stackoverflow.com/questions/381 ... s-x-10-6-4

But I'm afraid for a chain reaction...

And finally end with a total new Indigo installation at a total new Mac mini and install years of work from scratch...

So, take a walk for now and think about it. Rain is gone outside and sun is becoming to shine :D


Bugger.

Wouldn’t delete apple system python - you need to delete the other python.

Likely homebrew or Macports installed.
Check homeBrew usage of ‘brew’ based commands to list what is installed and if culprit uninstall python.

Glenn


Sent from my iPad using Tapatalk

Posted on
Sat Jun 15, 2019 3:09 am
McJohn offline
User avatar
Posts: 631
Joined: Dec 18, 2012
Location: The Netherlands

Re: Issue with iCloud Login 11th June

I saw this message in the terminal log:

WARNING: The script ndg_httpclient is installed in '/Users/HomeServerII/Library/Python/2.7/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location


Is that important?

Posted on
Sat Jun 15, 2019 3:15 am
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Issue with iCloud Login 11th June

McJohn wrote:
I saw this message in the terminal log:

WARNING: The script ndg_httpclient is installed in '/Users/HomeServerII/Library/Python/2.7/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location


Is that important?


I don’t believe so - well I got it as well
Difference is my new old Mac only had one python install

The one other thing to try was install requests[security] with the same process



Sent from my iPhone using Tapatalk

Posted on
Sat Jun 15, 2019 4:08 pm
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: Issue with iCloud Login 11th June

Okay

The Mac VM machine makes testing a bit easier and seeing what I can package with the plugin to get connection working in all Macs.

Soon to have something to test - pretty sure will work across all old OSXs versions (if my VM is anything to go by)

Glenn

Posted on
Sat Jun 15, 2019 6:25 pm
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Issue with iCloud Login 11th June

New Release 1.0.1
In Plugin Store

Never one to give up, I took a Sonos plugin approach and packaged all libraries that are required for SSL connection.

Tested with Mojave, and 10.12.6 Sierra (deleted VM hard drive/new install)
Both work well.
(On another note Matt and Jay - your active/deactivate license works well - had to do it multiple times with VMs!)

Hopefully removes any lingering issues for those on old Mac OSX versions, and those with multiple python installs (please let me know!)


Glenn

Posted on
Sun Jun 16, 2019 1:43 am
McJohn offline
User avatar
Posts: 631
Joined: Dec 18, 2012
Location: The Netherlands

Re: Issue with iCloud Login 11th June

GlennNZ wrote:
Never one to give up
Glenn


That's the most beautiful quote of the day!

Thank you so much for all your work and time Glenn! The red errors are gone like snow before the sun.
It's working perfect now, the Python snake doesn't bite anymore!

Compliments for your tenacity and persistence!

Who is online

Users browsing this forum: No registered users and 1 guest