Jump to content

damagekko

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by damagekko

  1. On 4/29/2022 at 7:44 PM, justice said:

    Like @damagekko I also signed up because this workflow is vital to my academic work. I get the very same error about 'pasteboard'. While it was working before with the updated version, in 12.3.1. the workflow does not seem to paste the results to the clipboard (loading data, browsing all literature works, however). Is it likely that this is something that could be fixed? 

    image.png

     

    Not fixable, I guess the author would need to rewrite the whole workflow. Shame it's completely abandoned.

     

    Honestly though I see the workflows being essential part of the Alfred's ecosystem and them not working is slowly driving me away from Alfred to elsewhere...

  2. On 3/23/2022 at 3:05 PM, vitor said:

    Welcome @damagekko,

     

    The error means that particular action requires the Objective-C bridge. There’s a very small subset of Python 2 Workflows who do. At the moment it’s not viable to support those because the required Python packages fail (for me?) to build under Apple Silicon. If you’re on Intel, you may be able to do so ("${HOME}/.pyenv/versions/2.7.18/bin/python2.7" -m pip install PACKAGE_NAME) but the build failure makes it impossible for me to support it.

     

    Well, thanks anyway. I wonder if this is ever going to be fixed? It's a shame this is my most used workflow 🙁

  3. Hey,

     

    Long time user here. Had to sign up just to comment this. After installing python 2 with the guide and downloading the fixed workflow, Zothero still doesn't work.

     

    I'm able to do most of the stuff but not copying a citation and pasting it, which is kinda essential for this workflow. 

     

    @vitor

     

    This is the error I'm getting:

    12:17:17 core.py:197 INFO     [core] searching for "hi" ...
    12:17:17 index.py:245 INFO     [index] 25 result(s) for u'hi'
    12:17:18 core.py:197 INFO     [core] searching for "hir" ...
    12:17:18 index.py:245 INFO     [index] 1 result(s) for u'hir'
    12:17:18 core.py:197 INFO     [core] searching for "hirs" ...
    12:17:18 index.py:245 INFO     [index] 1 result(s) for u'hirs'
    12:17:19 workflow.py:2080 ERROR    No module named AppKit
    Traceback (most recent call last):
      File "./lib/workflow/workflow.py", line 2073, in run
        func(self)
      File "./zh", line 702, in main
        args['--paste'])
      File "./zh", line 339, in do_copy
        import pasteboard as pb
      File "./lib/pasteboard.py", line 14, in <module>
        from AppKit import NSPasteboard
    ImportError: No module named AppKit

     

×
×
  • Create New...