chrome issue with the reloading page bug fix

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
regchan
Posts: 26
Joined: Fri Apr 03, 2020 2:59 am

chrome issue with the reloading page bug fix

Post by regchan »

web control fixed
you need to hit f12 (you will see elements page on right )
then as you would like to refresh page but right click the refresh icon and empty cache and hard reload option

sorted
Frogging101
Posts: 85
Joined: Wed Mar 25, 2020 2:39 am
Location: Canada

Re: chrome issue with the reloading page bug fix

Post by Frogging101 »

If this does help, I think the same effect can be achieved by pressing Ctrl + F5
regchan
Posts: 26
Joined: Fri Apr 03, 2020 2:59 am

Re: chrome issue with the reloading page bug fix

Post by regchan »

it wont i tested the ctrl f5 does not work for me
WeeBaldie
Posts: 1
Joined: Mon Apr 06, 2020 6:02 pm

Re: chrome issue with the reloading page bug fix

Post by WeeBaldie »

I'm being plagued with this problem and the F12, etc fix works for me.

However, do we know what triggers this behaviour?

It happens when I leave my laptop and Windows' power saving features kicked in. So I disabled these but the problem persists. Is there anything else I need to disable to stop it recurring?
GeekFantasy
Posts: 7
Joined: Tue Apr 07, 2020 2:56 pm
Hardware configuration: EVGA Nvidia GeForce RTX 2060 Super
Intel Core i7 4790K @ 4.0GHz

Re: chrome issue with the reloading page bug fix

Post by GeekFantasy »

I can confirm that hitting Ctrl + F5 in Chrome on Windows 10 indeed did NOT fix the issue of the Web Control reload loop. However, strangely, the alternative method of opening the Dev Tools and using the "Empty Cache and Hard Reload" option DID fix the problem. I just upgraded my FaH client version on my machine which I believe is what broke my Web Control. Hopefully it stays fixed. We shall see.

Thanks for the tip! @regchan
Folding for free as MarkUnboxed since December 2016.
regchan
Posts: 26
Joined: Fri Apr 03, 2020 2:59 am

Re: chrome issue with the reloading page bug fix

Post by regchan »

its a bug in chrome itself as far as i can narrow it down
its trying to reload iframe that linked to
http://127.0.0.1:7396/

i would try running local and see
i cant see any issue as im looking at the f12 info screen and doing the reloading empty cache and reload option
regchan
Posts: 26
Joined: Fri Apr 03, 2020 2:59 am

Re: chrome issue with the reloading page bug fix

Post by regchan »

http://127.0.0.1:7396/

loading up locally instead of using the client.folding@home.org page seems to be the site loadding the iframe several times

the Iframe on the site seems to be a bug in the site code
in body
iframe id frame
seems to be the wtx-context some random numbers could be causing this but it gets filled in but i just refreshed and that part of codes not there
just html class no-js


this code works
<html class="no-js">
<!--<![endif]--><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Folding@home Web Control</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald:700,400">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/theme ... ery-ui.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body style="">


this bit of code is buggy

<html class="no-js" wtx-content ="some numbers and letters">
<!--<![endif]--><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Folding@home Web Control</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald:700,400">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/theme ... ery-ui.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body style="">

<div id="cp" class="panel corner-all">
uyaem
Posts: 222
Joined: Sat Mar 21, 2020 7:35 pm
Location: Esslingen, Germany

Re: chrome issue with the reloading page bug fix

Post by uyaem »

Ok I'll play "spot the difference".
All I can see is the wtx-content attribute on the root element, is that right? I don't seem to have that, but then again it currently works for me. /shrug
Image
CPU: Ryzen 9 3900X (1x21 CPUs) ~ GPU: nVidia GeForce GTX 1660 Super (Asus)
Post Reply