You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripting (both AppleScript and JXA) sometimes breaks when dealing with article(s) belonging to a feed inside any folder.
tellapplication"NetNewsWire"setthisArticleto current article
get url of thisArticle
end tell-- Works fine if the feed of current article is not in any particular folder. Produces a "Can't get webFeed" error if the feed of the article is in a folder.
On the other hand, the following script works without any issue, with the feed already specified (for lack of a better term) in the 2nd line:
tellapplication"NetNewsWire"settheArticlesto articles of webFeed 1of folder 1of account "iCloud"repeatwiththeArticlein theArticles
get url of theArticle
end repeatend tell
The text was updated successfully, but these errors were encountered:
meowkymeowky
changed the title
iCloud feeds inaccessible in AppleScript
Scripting issue involving feeds in folders
Nov 28, 2024
(Edited)
Scripting (both AppleScript and JXA) sometimes breaks when dealing with article(s) belonging to a feed inside any folder.
On the other hand, the following script works without any issue, with the feed already specified (for lack of a better term) in the 2nd line:
The text was updated successfully, but these errors were encountered: