Skip to content

Multicontrol Socket Address Error #32

Answered by Anders-Holst
mib7289 asked this question in Q&A
Discussion options

You must be logged in to vote

This issue has been known for a while: It is the UDP server that hogs the socket address on the local machine, such that you cannot use two UDP servers simultaneously, even if they try to connect to two different led devices. This was corrected in the 'xled' package already in 2021, but there has not been any new release since then, so 'pip install' fetches the old code. If you only use one multicontrol, and no other control object in parallell, I think it should manage anyway. But if you start two different control interfaces (to the same or different leds), then you get this error.
So the quick fix is to delete all other processes which try to control your leds. (That is, you may need t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mib7289
Comment options

Answer selected by mib7289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants