Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiMarkdown to RTF errors on certain selected text #1

Open
disaac opened this issue Feb 15, 2019 · 0 comments
Open

MultiMarkdown to RTF errors on certain selected text #1

disaac opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@disaac
Copy link
Owner

disaac commented Feb 15, 2019

Attempting to run the md - Convert - MultiMarkdown to RTF.workflow service with text selected that contains markdown list elements with bold **text** will result in the following error: Automator encountered an error running this workflow: “Couldn’t communicate with a helper application.”
for reference.

Example text that would reproduce when selected:

* Item 1  **Hello**
* Item 2 **BoldText** `gitproject_1` and `gitproject_2`

I verified that if run in automator with the same text but passing the text via "Get Specified Text" Action instead of receiving current selected text through the service the conversion happens successfully. This indicates that the issue is not with the workflow steps but Automators processing of the Selected text delivered to the service from the applications.

Additional debugging is needed to determine why this workflow only errors when handling certain text delivered from an application.

Observations:

  • Length of selected text does not matter.
  • If the error is received from selected text such as the example provided, attempting to select text that worked previously will start to fail. As mentioned in this gist you can in some cases recover from the error by selecting some other text and copying it to your clipboard then selecting the previously known working text and running service again.
  • Issue is only seen when text is passed through selected text if obtained through "Get Specified Text" in automator and passed to actions workflow will always succeed.
  • Likely an Automator bug and nothing to do with workflow.

Environment

MultiMarkdown 6 v6.4.0
ProductName:	Mac OS X
ProductVersion:	10.14.3
BuildVersion:	18D109
Automator: Version 2.9 (444.39)

References:

@disaac disaac added the bug Something isn't working label Feb 15, 2019
@disaac disaac self-assigned this Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant