alfred-papers3-workflow icon indicating copy to clipboard operation
alfred-papers3-workflow copied to clipboard

It comes up errors, when the words are Chinese characters.

Open binlidaily opened this issue 7 years ago • 1 comments

It comes up errors, when the words are Chinese characters, like this:

image

Could you please make it support the other language, such as Chinese?

binlidaily avatar Mar 01 '18 07:03 binlidaily

This is a python2 problem. An easiest workaround is to fix the script filter as

-python papers3.py "{query}"
+python3 papers3.py "{query}"

where python3 should be in your normal PATH. One may want to hardcode the path /usr/local/bin/python3 if it is installed from homebrew, as usual.

wookayin avatar May 05 '19 00:05 wookayin