Fwd: PubSub, enclosures and "Couldn't find PSFeed of PSEntry"
Fwd: PubSub, enclosures and "Couldn't find PSFeed of PSEntry"
- Subject: Fwd: PubSub, enclosures and "Couldn't find PSFeed of PSEntry"
- From: Martin <email@hidden>
- Date: Thu, 7 Feb 2008 09:42:33 +0100
- (void)downloadStateDidChanged:(NSNotification *)notification {
PSEnclosure *enclosure = [notification object];
PSEntry *entry = enclosure.entry;
NSLog(@"%@", entry);
}
But I'm having the following error message :
[WARNING] Couldn't find PSFeed of PSEntry['My Entry Title' 1]
(FeedCore=PubSub::FeedCore[Feeds #1] 0x177950, PSClient=(null))
Oops, the code triggering the error would actually be:
PSFeed *feed = enclosure.entry.feed;
NSLog(@"%@", feed);
-Martin.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden