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: Emmanuel <email@hidden>
- Date: Sun, 7 Oct 2007 14:17:53 +0200
At 1:11 PM +0200 10/7/07, Maximilian Schirmer wrote:
Instead of eppc://10.0.10.42:3031, the keychain saves the URI
with the protocol identifier in reverse, i.e. cppe://...
and this clearly crashes the communication process. A process
named 'AEServer' is affected, too and crashes at the same
time.
We should make a good victim for this bug, since we extendly use eppc
to communicate remotely with applications, but we don't observe such
problems.
I have been observing some trouble with Keychain, but I thought so
far that the occurrences where a user enters a wrong password and
saves that in the keychain were accountiong for those misbehaviors.
I don't know if this makes a change, but we never provide the
machine's descriptor in the script line directly as in the example
you post (tell app "iTunes" of machine "eppc://bla".) We always do:
tell application "Smile" (or "Finder" etc) of machine
theMachine(somePrivateDescriptor)
where we use:
on theMachine(x)
if x = "something" then return "eppc://some.ip.etc"
end
HTH
Emmanuel
_______________________________________________
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