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.

image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (5 by maintainers)

Commits related to this issue

Most upvoted comments

Try to use response = requests.get(request_url, timeout=1), it seems requests it trying IPv6 first and if you don’t specify a timeout your script will fail before IPv4 was tried.