new .Mac SDK v1.1 bug?
new .Mac SDK v1.1 bug?
- Subject: new .Mac SDK v1.1 bug?
- From: Matthew <email@hidden>
- Date: Wed, 2 Feb 2005 22:22:36 -0500
Has anyone used the latest .Mac SDK v1.1 that was released just a few
days ago? I'm finding a few odd problems that smell like bugs.
Whenever I call [someDotMacAccount upgradeAccount] on a valid .Mac
account, instead of opening up the browser, a random finder window
opens...specifically, the finder window that contains the app running.
If I try to get the upgrade URL and open it using NSWorkspace like this
[[NSWorkspace sharedWorkspace] openURL:[someDotMacAccount
accountUpgradeURL]];
nothing at all happens. I've looked with the debugger and can see that
the url that should be opening is set and I can open it in a browser
(only to get a blank screen obviously) so this is starting to sound
like a bug.
Features of the SDK to create a new account work fine when calling
[[NSWorkspace sharedWorkspace] openURL:[DMMemberAccount
signUpURLWithApplicationID:@"code"]];
but when calling it like
[DMMemberAccount signUpNewMemberWithApplicationID:@"code"];
you get the following output in console (although the browser still
opens fine and loads the .mac main page)
Encountered unknown tag HTML on line 1
Old-style plist parser error:
Malformed data byte group at line 1; invalid hex
Does anyone have any clue here or should I submit a report?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden