We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python3 tt.py ok but with crontab -e */15 * * * * /usr/local/bin/python3 /Users/x/dev/tt.py
failed
Thanks!
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Please check everything that applies to your issue:
To help us debug your issue please include:
macos 11.6.5 (20G527)
terminal-notifier (2.0.0)
homebrew
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!
The text was updated successfully, but these errors were encountered: