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

Fail to pop up when trigger in python subprogess with crontab -e #298

Closed
2 tasks
mobilelifeful opened this issue Dec 13, 2022 · 1 comment
Closed
2 tasks

Comments

@mobilelifeful
Copy link

Please check everything that applies to your issue:

  • [ X] I looked in closed issues and it has not already been answered
  • My issue appeared with a terminal-notifier update
  • I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)

To help us debug your issue please include:

  • the macOS version you use
    macos 11.6.5 (20G527)
  • terminal-notifier version
    terminal-notifier (2.0.0)
  • how did you install terminal-notifier (binary download, homebrew, ruby gem...)?
    homebrew
  • step-by-step reproduction instructions
    cat tt.py
    subprocess.run(["terminal-notifier", "-title" "ProjectX", "-subtitle","new","-message", "Finish", "-appIcon", "http://vjeantet.fr/images/logo.png"])

python3 tt.py ok
but with
crontab -e
*/15 * * * * /usr/local/bin/python3 /Users/x/dev/tt.py

failed

Common issues and solution:

Thanks!

@viranribic
Copy link

I'm facing the exact same issue on "macOS Ventura 13.0", on latest "terminal-notifier 2.0.0". What was the solution that closed this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants