Obsolete G+ button on web control

If you're new to FAH and need help getting started or you have very basic questions, start here.

Moderators: Site Moderators, FAHC Science Team

Post Reply
beshur
Posts: 3
Joined: Wed Mar 18, 2020 1:51 pm
Location: Ukraine
Contact:

Obsolete G+ button on web control

Post by beshur »

Hello!

I could not find this is in search.

There is a call to google API to retrieve the google plus button (fastbutton) for the share bar on web control page (client foldingathome) .
However, this API is outdated (no sharing to google plus), so the call returns 404. This is not good in itself.
Is this part open-sourced? I could make a small PR to fix that.

I'm not sure if it's a reason (probably not), but sometimes unless I clear cache the page gets refreshed before having loaded any valuable info.
Jesse_V
Site Moderator
Posts: 2850
Joined: Mon Jul 18, 2011 4:44 am
Hardware configuration: OS: Windows 10, Kubuntu 19.04
CPU: i7-6700k
GPU: GTX 970, GTX 1080 TI
RAM: 24 GB DDR4
Location: Western Washington

Re: Obsolete G+ button on web control

Post by Jesse_V »

The button was removed 24 days ago in this commit: https://github.com/FoldingAtHome/fah-we ... aaa699bb2c

However, I think this would have to be pushed out in a new release of the client software.
F@h is now the top computing platform on the planet and nothing unites people like a dedicated fight against a common enemy. This virus affects all of us. Lets end it together.
Joe_H
Site Admin
Posts: 8002
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4
Location: W. MA

Re: Obsolete G+ button on web control

Post by Joe_H »

Parts of the client software are open source and available on GitHub. Haven't looked to see if the Web Control part is there. If so, a ticket with a proposed fix could be put up.

But I suspect what you noticed is not the issue, as best as we can tell there was a change made that first showed up a few months ago with an update to Google Chrome. Workarounds posted have included clearing the cache, using Incognito mode, and using the Dev tools. Other browsers that use the Chromium code base also have been reported to exhibit this problem in recent versions.

So far MS Edge and Firefox have been reported to work, on my Mac I can use Safari if I change the URL from https to http and sometimes it needs a refresh or two to connect.
Image
beshur
Posts: 3
Joined: Wed Mar 18, 2020 1:51 pm
Location: Ukraine
Contact:

Re: Obsolete G+ button on web control

Post by beshur »

Thank you for replies!

Maybe I'll try to find the root cause of this issue, and go ahead with the PR.
Joe_H
Site Admin
Posts: 8002
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4
Location: W. MA

Re: Obsolete G+ button on web control

Post by Joe_H »

Good luck!
Image
beshur
Posts: 3
Joined: Wed Mar 18, 2020 1:51 pm
Location: Ukraine
Contact:

Re: Obsolete G+ button on web control

Post by beshur »

Post Reply