xbar: `signal: killed` error
Thanks for xbar, such a fun app to play with!
I’ve been toying with a few custom plugins on an M1 macbook air running Big Sur (11.2.1) and keep running into a signal: killed
error - I’m not sure exactly what causes it. If it helps, I also keep seeing #710.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (5 by maintainers)
Commits related to this issue
- extended plugin timeout to 2 minutes #735 — committed to matryer/xbar by deleted user 3 years ago
Try to use
response = requests.get(request_url, timeout=1)
, it seemsrequests
it trying IPv6 first and if you don’t specify a timeout your script will fail before IPv4 was tried.