Jump to content

Automator: Long List of Verses Causes Accordance to Crash


Darin Franklin

Recommended Posts

I was trying to pass a long list of verses using the new accord:// URL feature and found that the limit is 1024 characters. Anything beyond that is ignored, and if I go too far, Accordance crashes. I can also reproduce this in Automator.

 

Set up an Automator workflow:

1. Get Specified Text

2. View Text in Accordance: Read, NRSVS, Verses

 

In #1, paste "Gen 1:1;" about 130 times, so that the length is more than 1024 characters.

Run the workflow. Accordance shows an incorrect character in its search field at position 1024, and any verses after that are ignored.

 

Now double the length of the input in Automator, and Accordance will crash.

 

Link to comment
Share on other sites

Note that the Get Specified Text Automator Action does not use the accord://URL protocol. It uses Applescript events. It may be that the bug is with both.

 

My guess is the raw Applescript code will also crash.

 

tell application "Accordance" to return «event AccdTxRf» {"NRSVS", "Genesis 10:10 blah blah for 1000 more characters, ", false}

 

Did not text to confirm.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...