Jump to content

raguay.customct

Member
  • Posts

    756
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by raguay.customct

  1. If you change `compiled` to 0, you have to have nodejs installed and the path to in in the nodeapp variable. The error is that I compiled the program. You have to click cancel, go to System Preferences and the Security & Privacy, and then on the General. At the bottom, it gives you the option to run anyway. Click it and rerun the workflow and it should work.

  2. On 7/23/2022 at 8:34 PM, rob213 said:

     

    It was already set to 1 when I sent you the error debug

     

    Do I have to change script to Alfred 5 somewhere ?

     

    thank you

     

    image.thumb.png.3aa368c944417ee7998a47f452cceb1c.png

     

    Okay. It is set to use the compiled program I wrote (a compiled version of the JavaScript code), but that program isn’t with the workflow for some reason. You can try to re-download the workflow to get the program or install nodejs, set `compiled` to 0, and set `nodeapp` to the complete path to your copy of nodejs.

  3. 1 hour ago, splitpersonality said:

    Hi. Thanks for this tool!

    tc:clean or tc:full do not retrive my custom cleaners at the moment. Although the Run Last Cleaner action works every time.

     

    Version 9.1.2 (3058) ~ Quick screen capture here.

     

    Let me know if you can help!

     

    Could you turn on the debugger and send me the results? Also, screen capture the settings panel so I can see how you have it setup. Thanks.

  4. Testing…..It does this:

     

    ```

    [09:47:40.553] Logging Started...

    [09:47:45.102] Emoji Taco[Script Filter] Queuing argument 'happy'

    [09:47:45.204] Emoji Taco[Script Filter] Script with argv 'happy' finished

    [09:47:45.206] ERROR: Emoji Taco[Script Filter] Code 1: Traceback (most recent call last):

      File "src/esearch.py", line 8, in <module>

        from workflow import Workflow3

    ModuleNotFoundError: No module named 'workflow'

    ```

  5. 25 minutes ago, cands said:

    Thanks a lot for this awesome workflow. It has been reliable for several years, however, it stopped working for me when updating to TextSoap version 9. There is no information from debugging mode in Alfred, the workflow acts just as before and confirms that cleaning was performed, but the text is not transformed. Any ideas how to fix this?

     

    I'm using version 4.0 of the workflow on macOS 11.6 and Alfred version 4.6.1. I'm using the Setapp Edition of TextSoap version 9.0.5.

     

     

    Hi, I'm glad you like it. I just updated it a little bit to 5.9 that you can download from my GitHub repository: https://github.com/raguay/MyAlfred/blob/master/Alfred 4/TextSoap Cleaners.alfredworkflow

     

    Let me know if that helps.

  6. Hi,

     

    Nice to here someone is using it. I use it all the time. I added a Universal Action to some of them. You can download it from my Dropbox here:  https://www.dropbox.com/s/bp21ua2xvtjuwii/Alfred Browser Toolbox.alfredworkflow?dl=0

     

    Or, you can get the latest version from my GitHub account:  https://github.com/raguay/MyAlfred/blob/master/Alfred 4/Alfred Browser Toolbox.alfredworkflow

     

    The current workflow version is 2.8. You can also file issues on my GitHub repo for Alfred. Sorry, but I don't update anything that is in any other download locations.

  7. Hi,

     

    When I installed the Alfred 4.5 beta, Alfred Remote refused to connect, even with direct connect, until I deleted the devices from my iPhone SE, MacBook Pro and Air. Then I reconnected them all together and it is working fine now. Not sure why I had to delete the device connections.

  8. I can confirm that on the M1 macs, it does run very slowly. The main program, alfred-firefox, used is a compiled go language program. That is most likely the issue. It's been compiled on an x86 system, but the M1s are ARM based. It has to launch the Rosetta 2 environment to compile the object code to ARM and then run the program. It doesn't save the results, so it has to be done each time it is launched. 

     

    The issue that explains how to compile it yourself is here:  https://github.com/deanishe/alfred-firefox/issues/23

     

    You have to have the ARM64 build of the go language tools in order to build the sources. After recompiling, it is faster than ever now!

  9. Okay, it is working again. I guess it was a combination of things. I was using Alfred before my Dropbox was synced all the way. At that point, the clipboard history was enabled. When the Alfred preferences finished syncing (that took quite a while), then I set the new preferences location. Alfred must of turned off clipboard history at that point, and I thought it was still on. You might add a message to the user that clipboard history is turned off again when preferences location is changed.

     

    Thanks.

  10. I just received my MacBook Pro with the M1 chip and Big Sur. The clipboard handling seems to be a bit buggy. I can copy something to the clipboard from a program, but it will not show in the clipboard menu for Alfred (Alt-CMD-C). But, it is usable in the clipboard and in the Alfred workflows/snippets. It just isn't showing up in the menu. For instances, when I copy a name from Cielo24.com (a website for getting closed captions done), it will not show in the menu. I do this often because the file names are often longer than their website will show. Instead of looking at the clipboard menu, I have to copy it into the Alfred Browser or some other program to see it. Actually, I just tried to copy this text and view it there and the menu is stuck on something I copied the first day I got the new computer.

×
×
  • Create New...