You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having installed museekd on my NAS and wanted to test it by means of the museekcontrol client. On launch I get the following error which seems related to the use of select.select() on line 478:
r, w, x = select.select([self.socket, sys.stdin], [], [self.socket], d)
[Errno 111] Connection refused argument must be an int, or have a fileno() method.
The host and password are correct because I can similarly connect with mucous. I googled around, but no clear solution to this problem.
The text was updated successfully, but these errors were encountered:
Having installed museekd on my NAS and wanted to test it by means of the museekcontrol client. On launch I get the following error which seems related to the use of
select.select()
on line 478:r, w, x = select.select([self.socket, sys.stdin], [], [self.socket], d)
[Errno 111] Connection refused
argument must be an int, or have a fileno() method.
The host and password are correct because I can similarly connect with mucous. I googled around, but no clear solution to this problem.
The text was updated successfully, but these errors were encountered: