web client showing no machines after installing 8.3.18

Moderators: Site Moderators, FAHC Science Team

randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

I think a fresh uninstall/reinstall is warranted, but would that invalidate the data I have just posted?
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

This should not happen. May you were running a very old v7?

Any way.
Please run the uninstaller at
https://github.com/FoldingAtHome/fah-cl ... r/releases

Use Activity Monitor to verify that the is nothing fah running.
Activity Monitor menu View > All Processes
Search for fah
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

Uninstaller does not remove data.

Problem is config.xml
<allow v='192.168.0/24'/>

Remove that line.
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

Or from v7 FAHControl, change to
127.0.0.1
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

calxalot wrote: Wed Nov 27, 2024 12:07 am This should not happen. May you were running a very old v7?

Any way.
Please run the uninstaller at
https://github.com/FoldingAtHome/fah-cl ... r/releases

Use Activity Monitor to verify that the is nothing fah running.
Activity Monitor menu View > All Processes
Search for fah
I ran the uninstaller at the link you provided, FAH is no longer running in activity monitor and nothing shows when searching fah. also the v7 web app stopped responding with message, "Folding@home Web Control was reopened in your browser in another window or tab. This instance has been halted."
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

do I try reinstalling v8 now?
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

Fix the allow entry first.
You may need to copy the file somewhere so you can edit it.
Then copy it back, overwriting the old one.
The v8 installer will fix ownership for you.
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

calxalot wrote: Wed Nov 27, 2024 12:13 am Fix the allow entry first.
You may need to copy the file somewhere so you can edit it.
Then copy it back, overwriting the old one.
The v8 installer will fix ownership for you.
duplicated xml file to desktop, removed line as requested. reinstalled v8. now it is working, even running in Safari. Thank you for your help, and thank you everyone else who helped as well. Also thank you for dealing with my ineptitude!
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

Glad I could help.
Note that Safari cannot directly connect to the local client. It works fine for any clients linked to your account.
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

calxalot wrote: Wed Nov 27, 2024 12:38 am Glad I could help.
Note that Safari cannot directly connect to the local client. It works fine for any clients linked to your account.
Noted, thank you!

Now, the only thing which could make today even better is if there were a way to make a Siri shortcut the automatically change the number of cores used for folding from 1 to 10 based on when I leave my house... 8-)
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

If your Siri shortcut can run terminal commands, then you can do it with
https://pypi.org/project/lufah/

I need to fix a bug in lufah caused by a new release of the websocket lib I chose. I’ll try to do that tonight. Workaround is to use install and use uv.
https://github.com/kbernhagen/lufah/issues/10
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

You might instead want to use the built-in on idle feature.

On macOS, idle is when the screen is blanked by system or when loginwindow is showing.
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

calxalot wrote: Wed Nov 27, 2024 1:04 am You might instead want to use the built in on idle feature
This would be for on an iPhone, not sure if that changes practicality lol
calxalot
Site Moderator
Posts: 1139
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: web client showing no machines after installing 8.3.18

Post by calxalot »

Hmm. Well lufah can run on iPhone via a-shell. Don’t know if that is scriptable.
randoPrime
Posts: 22
Joined: Sat Dec 31, 2022 10:25 pm

Re: web client showing no machines after installing 8.3.18

Post by randoPrime »

calxalot wrote: Wed Nov 27, 2024 1:08 am Hmm. Well lufah can run on iPhone via a-shell. Don’t know if that is scriptable.
I am also prepared to adjust it manually via the web app on my phone now that they can talk. Thank you again!
Post Reply