scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

cannot connect to X server #280

Closed karthushuang closed 3 years ago

karthushuang commented 4 years ago

when i run the visualization.py in the program, it shows me cannot connect to X server. if i disable GUI, program tells me there is a invad sample rate

joeybab3 commented 4 years ago

Can you explain your issue in a little more detail? A screenshot would also help.

What's your setup looking like and what platform are you using?

zilahir commented 3 years ago

most likely this means you have the GUI set to to true, and don't have xhost, so just disable the gui in the config.py

joeybab3 commented 3 years ago

@karthushuang Let me know if there's anything more you need help with, for now, I'm closing this.