Re: Trouble with Remote Apple Events (eppc) and Keychain
Re: Trouble with Remote Apple Events (eppc) and Keychain
- Subject: Re: Trouble with Remote Apple Events (eppc) and Keychain
- From: Axel Luttgens <email@hidden>
- Date: Sun, 07 Oct 2007 14:40:28 +0200
On 7/10/07 13:11, Maximilian Schirmer wrote:
Hello,
[...]
This behaviour is completely independet from my application,
you can reproduce it any time with this sample code in
Script Editor:
tell application "iTunes" of machine "eppc://some.ip.address"
activate
stop
end tell
copy the above code, hit compile, enter your data and make
sure you check "Add to keychain?" below. The script will now
execute perfectly, you can run it again and again.
Save the script to a file, quit Script Editor and open the
script file again. BOOM! Script Editor crashes instantly.
It will keep doing so until you remove the keychain entry.
Hello Maximilian,
I can't reproduce the crash here (10.4.10 on an Intel box).
I followed every step you have described, just using eppc locally
(some.ip.address being thus 127.0.0.1).
Take a look to your keychain and you will see the reversed
protocol identifier in the keychain item.
Indeed, the uri reads "cppe://..." here too.
But this doesn't seem to adversely affect the script's capability to
connect, as if "cppe://..." were just what it expects to find in the
keychain.
[...]
I'd be happy to receive some input or advice, thank you!
Well, would be nice to first understand why it doesn't crash here, while
it does for you...
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden