Giter VIP home page Giter VIP logo

Comments (18)

federico-terzi avatar federico-terzi commented on June 18, 2024 6

The latest version (2.1.8) fixes this issue :)

from espanso.

DiastroGit avatar DiastroGit commented on June 18, 2024 2

+1, not just on RC, also not working in the actual release of Ventura.

from espanso.

federico-terzi avatar federico-terzi commented on June 18, 2024 2

Hey guys,
thank you for the updates, I managed to reproduce the error and opened a PR with a fix. Hopefully, we'll have a new version released in the upcoming days :)

from espanso.

lightDer avatar lightDer commented on June 18, 2024 1

Hi @drfurtado In the System settings -> Privacy & security -> Accessibility, try to remove(-) espanso and add(+) again.
It works on my mac (13.1).

CleanShot 2023-01-12 at 09 07 28

from espanso.

metrobee avatar metrobee commented on June 18, 2024

same here!

from espanso.

dacianf avatar dacianf commented on June 18, 2024

Same on my side
MacOS 13.0 (22A380)

from espanso.

bartvandeweerdt avatar bartvandeweerdt commented on June 18, 2024

+1, seems to crash after trying to open the search bar

from espanso.

federico-terzi avatar federico-terzi commented on June 18, 2024

Hey guys,
I'm sorry you are experiencing this issue! Could you please check if after trying to open the search bar, a crash dump is produced? It would be amazingly helpful if you could post it here :)
https://support.apple.com/guide/console/reports-cnsl664be99a/mac

Cheers :)

from espanso.

txfengj avatar txfengj commented on June 18, 2024

Hey guys, I'm sorry you are experiencing this issue! Could you please check if after trying to open the search bar, a crash dump is produced? It would be amazingly helpful if you could post it here :) https://support.apple.com/guide/console/reports-cnsl664be99a/mac

Cheers :)

No, there's no related crash reports.

from espanso.

RicoLaaa avatar RicoLaaa commented on June 18, 2024

as said by @txfengj there is no reports.
If I quit the process that appears while calling the search bar, without quitting espanso, everything seems to work again.
But no logs other than:

22:11:02 [worker(9361)] [ERROR] modulo exited with non-zero status code: None 22:11:02 [worker(9361)] [ERROR] SearchUI reported an error: modulo returned an empty output

but that's just saying that I killed the process and nothing about what happened just before..

[edit] I'm on Ventura official release 13.0 (22A380)

from espanso.

crisnoh avatar crisnoh commented on June 18, 2024

+1 on the search bar causing crashes

from espanso.

NaturallyAsh avatar NaturallyAsh commented on June 18, 2024

+1. I installed espanso for the first time today and can confirm that the search bar is not opening at all when I click the icon. Actually, when I click the espanso icon, nothing happens at all. MacOS Ventura 13.0.

EDIT: I uninstalled espanso (I had downloaded it from the website) then reinstalled it using Homebrew. It initially worked (clicking the icon showed the context menu and typing :espanso in TextEdit transformed into Hello there!) but then it stopped working immediately after I clicked "open search bar" (clicking the icon no longer does anything and typing :espanso does nothing). Also, typing espanso status in terminal shows the it is running. Fingers crossed that this issue gets resolved.

from espanso.

DiastroGit avatar DiastroGit commented on June 18, 2024

Fantastic, thanks so much!

from espanso.

KyleSnodgrass avatar KyleSnodgrass commented on June 18, 2024

Can't tell you how much this helps me every day. I love your work @federico-terzi ! Thanks for everything!

from espanso.

drfurtado avatar drfurtado commented on June 18, 2024

I am using the latest version of Ventura OS and espanso but still unable to make it work.
https://www.screencast.com/t/y5yB4WhTX3

from espanso.

piotr-szewczuk avatar piotr-szewczuk commented on June 18, 2024

Espanso 2.1.8 + Ventura 13.1 (22C65) works fine on my machine :)

from espanso.

drfurtado avatar drfurtado commented on June 18, 2024

Thanks for replying. I can confirm that by removing and adding it again fixes the issue.

from espanso.

emmittpu avatar emmittpu commented on June 18, 2024

SecureInput auto-fix not working on macOS 13.2.1 (m2 max, Espanso 2.1.8 installed by home-brew) after remove espanso and add it again.

22:01:07 [daemon(75642)] [INFO] system info: Darwin v13.2.1 - kernel: 22.3.0
22:01:07 [daemon(75642)] [INFO] espanso version: 2.1.8
22:01:07 [daemon(75642)] [INFO] spawning the worker process...
22:01:07 [daemon(75642)] [INFO] binded to IPC unix socket: /Users/fake/Library/Caches/espanso/espansodaemonv2.sock
22:01:07 [daemon(75642)] [INFO] watching for changes in path: "/Users/fake/Library/Application Support/espanso"
22:01:07 [worker(75643)] [INFO] reading configs from: "/Users/fake/Library/Application Support/espanso"
22:01:07 [worker(75643)] [INFO] reading packages from: "/Users/fake/Library/Application Support/espanso/match/packages"
22:01:07 [worker(75643)] [INFO] using runtime dir: "/Users/fake/Library/Caches/espanso"
22:01:07 [worker(75643)] [INFO] system info: Darwin v13.2.1 - kernel: 22.3.0
22:01:07 [worker(75643)] [INFO] using CocoaAppInfoProvider
22:01:07 [worker(75643)] [INFO] binded to IPC unix socket: /Users/fake/Library/Caches/espanso/espansoworkerv2.sock
22:01:07 [worker(75643)] [INFO] using CocoaSource
22:01:07 [worker(75643)] [INFO] monitoring the status of the daemon process
22:01:07 [worker(75643)] [INFO] using MacInjector
22:01:07 [worker(75643)] [INFO] monitoring the status of secure input
22:01:07 [worker(75643)] [INFO] using CocoaClipboard
22:01:07 [worker(75643)] [INFO] secure input has been acquired, preventing espanso from working correctly. Our guess is that this is caused by 'loginwindow', but there are cases in which the detection is unreliable. Full path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
22:01:43 [worker(75643)] [ERROR] Secure input autofix reported error: 
22:01:43 [worker(75643)] [ERROR] unable to launch secure input autofix: non-successful autofix status code
22:01:58 [worker(75643)] [ERROR] Secure input autofix reported error: 
22:01:58 [worker(75643)] [ERROR] unable to launch secure input autofix: non-successful autofix status code```

from espanso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.