Page 3 of 3
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 2:46 am
by calxalot
Is it connecting? I would expect groups
[‘’]
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:33 am
by earthsaver
I'm migrated homebrew to Apple Silicon. Thanks for that catch. Nothing's changed with lufah. What's next?
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:41 am
by calxalot
Confirm client is running.
Try just
lufah
If that doesn’t work right, please post your config.xml, if it exists. Redact any passkey.
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:43 am
by earthsaver
lufah
Warning: localhost:7396:Failed to connect to ws://127.0.0.1:7396/api/websocket
--------------------------------------------------------------------------------
PRCG CPUs GPUs Core Status Progress PPD TPF
--------------------------------------------------------------------------------
localhost:7396 <class 'websockets.exceptions.InvalidMessage
--
<config>
<!-- HTTP Server -->
<allow v='192.168.7.0/24'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<power v='light'/>
<!-- User Information -->
<team v='1971'/>
<user v='Earthsaver'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'>
<cpus v='4'/>
</slot>
<web-allow v='127.0.0.1'/>
<web-port v='7396'/>
</config>
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:52 am
by calxalot
allow must also contain 127.0.0.1
Separate with a space
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:53 am
by calxalot
After correcting config.xml, restart client with
lufah stop
lufah start
Wait for client to exit before you use start command
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 3:54 am
by calxalot
You will probably need to use sudo to edit the config
Re: Script FAHClient on macOS
Posted: Wed Sep 17, 2025 5:30 am
by earthsaver
Success! Thanks for all your troubleshooting support.