HFM.NET - Monitoring Application for Folding@Home v7

This forum contains information about 3rd party applications which may be of use to those who run the FAH client and one place where you might be able to get help when using one of those apps.

Moderator: Site Moderators

JWhy
Posts: 21
Joined: Thu Nov 29, 2007 9:42 pm

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by JWhy »

Thank you, Harlam :)

Since I cannot do much on my side, I googled a bit and found this issue in the Newtonsoft.Json GitHub : https://github.com/JamesNK/Newtonsoft.Json/issues/980 (you have probably already found it)
There might be a workaround to handle these characters, even though it would be better to fix it on F@h side.
harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

I hadn't found that issue. But I agree with the author's comments. This kind of hex encoding does not represent valid JSON.
RMCholewa
Posts: 29
Joined: Fri Mar 27, 2020 2:25 pm
Hardware configuration: Lenovo Y540 Notebook with an Intel Core i7-9750H, nvidia RTX2060 Mobile amd 32GB RAM
Location: Recife, Pernambuco / BRAZIL
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v6/v7

Post by RMCholewa »

harlam357 wrote:RMCholewa - Open the HFM.log file (see the Help menu) and look for entries with the reblouise or starbuck names please. A connection failure should generate some information in the log that will be helpful in diagnosing the problem.
Hi there,

reblouise and starbuck properly set in the F@H Client.

While adding reblouise and starbuck to HFM, tested the connection and it found them ok. Log file is as follows (pioneer is the host where I am running HFM):

Code: Select all

[19/05/2020-20:23:09] - Starting - HFM.NET v0.9.17.1040
[19/05/2020-20:23:09] - 
[19/05/2020-20:23:10] - EOC stats task scheduled: 65 minutes
[19/05/2020-20:23:11] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[19/05/2020-20:23:11] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[19/05/2020-20:23:11] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[19/05/2020-20:23:11] - WU History database v0.9.12
[19/05/2020-20:23:12] - Client Retrieval task running
[19/05/2020-20:23:12] - Client Retrieval task finished: 67 ms
[19/05/2020-20:23:12] - Client Retrieval task scheduled: 3 minutes
[19/05/2020-20:23:12] - (pioneer) Retrieval finished: 0 ms
[19/05/2020-20:23:13] - (pioneer Slot 00) Slot Status: Running
[19/05/2020-20:23:13] - (pioneer Slot 01) Slot Status: Running
[19/05/2020-20:23:13] - (pioneer) Retrieval finished: 221 ms
[19/05/2020-20:23:13] - (pioneer Slot 00) Slot Status: Running
[19/05/2020-20:23:13] - (pioneer Slot 01) Slot Status: Running
[19/05/2020-20:23:13] - (pioneer) Retrieval finished: 98 ms
[19/05/2020-20:23:13] X Erro no documento XML (1, 17).
[19/05/2020-20:23:13] X System.InvalidOperationException: Erro no documento XML (1, 17). ---> System.InvalidOperationException: <html xmlns=''> não era esperado.
   em Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderApplicationUpdate.Read4_ApplicationUpdate()
   --- Fim do rastreamento de pilha de exceções internas ---

Server stack trace: 
   em System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   em System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
   em HFM.Forms.ApplicationUpdateSerializer.DeserializeFromXml(String filePath)
   em HFM.Forms.UpdateLogic.DoCheckForUpdate()
   em System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   em System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

Exception rethrown at [0]: 
   em System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
   em System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
   em System.Func`1.EndInvoke(IAsyncResult result)
   em HFM.Forms.UpdateLogic.CheckForUpdateCallback(IAsyncResult result)

harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

Hi RMCholewa - This error you've shared is actually a failure to read the remote xml file that contains the update information for HFM. What's strange here is that you appear to be getting an html document, not an xml document. Will you go to this link and see what you receive? This should prompt your browser to download the ApplicationUpdate.xml file from Google Drive. This is the same URL HFM uses to obtain the file.

https://drive.google.com/uc?authuser=0& ... t=download

If you are not prompted to download an xml file, I'm curious to know what response you get in your web browser.

Regarding reblouise and starbuck, is there any further information in the HFM.log file with those names? For instance, I see information for pioneer, but I see no information for the other two. There should be some logging there that at least shows a connection failure. Something like this:

Code: Select all

[5/20/2020-7:22:51 AM] X (Intel Q6600) Connection attempt has timed out.
RMCholewa
Posts: 29
Joined: Fri Mar 27, 2020 2:25 pm
Hardware configuration: Lenovo Y540 Notebook with an Intel Core i7-9750H, nvidia RTX2060 Mobile amd 32GB RAM
Location: Recife, Pernambuco / BRAZIL
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by RMCholewa »

harlam357 wrote:Hi RMCholewa - This error you've shared is actually a failure to read the remote xml file that contains the update information for HFM. What's strange here is that you appear to be getting an html document, not an xml document. Will you go to this link and see what you receive? This should prompt your browser to download the ApplicationUpdate.xml file from Google Drive. This is the same URL HFM uses to obtain the file.

https://drive.google.com/uc?authuser=0& ... t=download

If you are not prompted to download an xml file, I'm curious to know what response you get in your web browser.

Regarding reblouise and starbuck, is there any further information in the HFM.log file with those names? For instance, I see information for pioneer, but I see no information for the other two. There should be some logging there that at least shows a connection failure. Something like this:

Code: Select all

[5/20/2020-7:22:51 AM] X (Intel Q6600) Connection attempt has timed out.

Yes, when I clicked the link, I was prompted to download the xml file. I also tried disabling any antivirus programs.

I found a debug option in HFM, enabled it, closed and reopened HFM. Here is the log:

Code: Select all

[20/05/2020-09:44:37] - Starting - HFM.NET v0.9.17.1040
[20/05/2020-09:44:37] - 
[20/05/2020-09:44:38] - EOC stats task scheduled: 158 minutes
[20/05/2020-09:44:39] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[20/05/2020-09:44:39] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[20/05/2020-09:44:39] - SQLite DLL Path: C:\Program Files (x86)\HFM.NET\SQLite\AMD64\System.Data.SQLite.dll
[20/05/2020-09:44:40] - WU History database v0.9.12
[20/05/2020-09:44:40] - Client Retrieval task running
[20/05/2020-09:44:40] - Client Retrieval task finished: 84 ms
[20/05/2020-09:44:40] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:44:40] + (pioneer) Message Type: log-restart - Received at: 20/05/2020 12:44:40 - Length: 16965
[20/05/2020-09:44:40] - (pioneer) Retrieval finished: 0 ms
[20/05/2020-09:44:40] + (pioneer) Message Type: units - Received at: 20/05/2020 12:44:40 - Length: 1216
[20/05/2020-09:44:40] - (pioneer) Retrieval finished: 0 ms
[20/05/2020-09:44:40] + (pioneer) Message Type: heartbeat - Received at: 20/05/2020 12:44:40 - Length: 1
[20/05/2020-09:44:40] + (pioneer) Message Type: info - Received at: 20/05/2020 12:44:40 - Length: 2191
[20/05/2020-09:44:40] + (pioneer) Message Type: options - Received at: 20/05/2020 12:44:40 - Length: 3232
[20/05/2020-09:44:40] + (pioneer) Message Type: slots - Received at: 20/05/2020 12:44:40 - Length: 312
[20/05/2020-09:44:40] + (pioneer) Message Type: units - Received at: 20/05/2020 12:44:40 - Length: 1216
[20/05/2020-09:44:41] + (starbuck) Message Type: log-restart - Received at: 20/05/2020 12:44:41 - Length: 59250
[20/05/2020-09:44:41] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:44:41] + (starbuck) Message Type: units - Received at: 20/05/2020 12:44:41 - Length: 610
[20/05/2020-09:44:41] + (reblouise) Message Type: units - Received at: 20/05/2020 12:44:41 - Length: 606
[20/05/2020-09:44:41] + (pioneer) Message Type: slot-options - Received at: 20/05/2020 12:44:41 - Length: 321
[20/05/2020-09:44:41] + (pioneer) Message Type: slot-options - Received at: 20/05/2020 12:44:41 - Length: 320
[20/05/2020-09:44:41] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:44:41] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:44:41 - Length: 1
[20/05/2020-09:44:41] + (starbuck) Message Type: info - Received at: 20/05/2020 12:44:41 - Length: 1978
[20/05/2020-09:44:41] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:44:41 - Length: 1
[20/05/2020-09:44:41] + (reblouise) Message Type: info - Received at: 20/05/2020 12:44:41 - Length: 2044
[20/05/2020-09:44:41] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:44:41] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:44:41] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:44:41] +           Frames: 100
[20/05/2020-09:44:41] +           Credit: 1695
[20/05/2020-09:44:41] +          KFactor: 0,75
[20/05/2020-09:44:41] +   Preferred Time: 1.00:00:00
[20/05/2020-09:44:41] +     Maximum Time: 7.00:00:00
[20/05/2020-09:44:41] +  **** Production: No Bonus ****
[20/05/2020-09:44:41] +       Frame Time: 00:04:45
[20/05/2020-09:44:41] +              UPD: 3,03157894736842
[20/05/2020-09:44:41] +              PPD: 5138,52632
[20/05/2020-09:44:41] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:44:41] +        Unit Time: 07:16:09.2099974
[20/05/2020-09:44:41] +            Multi: 4,16333
[20/05/2020-09:44:41] +           Credit: 7056,84435
[20/05/2020-09:44:41] +              PPD: 21393,38077
[20/05/2020-09:44:41] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:44:41] +        Unit Time: 07:55:00
[20/05/2020-09:44:41] +            Multi: 3,98946
[20/05/2020-09:44:41] +           Credit: 6762,1347
[20/05/2020-09:44:41] +              PPD: 20499,9452
[20/05/2020-09:44:41] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:44:41] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:44:41] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:44:41] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:44:41] +           Frames: 100
[20/05/2020-09:44:41] +           Credit: 58500
[20/05/2020-09:44:41] +          KFactor: 0,75
[20/05/2020-09:44:41] +   Preferred Time: 2.00:00:00
[20/05/2020-09:44:41] +     Maximum Time: 5.00:00:00
[20/05/2020-09:44:41] +  **** Production: No Bonus ****
[20/05/2020-09:44:41] +       Frame Time: 00:04:14
[20/05/2020-09:44:41] +              UPD: 3,40157480314961
[20/05/2020-09:44:41] +              PPD: 198992,12598
[20/05/2020-09:44:41] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:44:41] +        Unit Time: 06:30:26.2099974
[20/05/2020-09:44:41] +            Multi: 3,71896
[20/05/2020-09:44:41] +           Credit: 217559,16
[20/05/2020-09:44:41] +              PPD: 740043,75685
[20/05/2020-09:44:41] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:44:41] +        Unit Time: 07:03:20
[20/05/2020-09:44:41] +            Multi: 3,57154
[20/05/2020-09:44:41] +           Credit: 208935,09
[20/05/2020-09:44:41] +              PPD: 710708,33764
[20/05/2020-09:44:41] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:44:41] - (pioneer) Retrieval finished: 250 ms
[20/05/2020-09:45:40] - Client Retrieval task running
[20/05/2020-09:45:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:45:40] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:45:40] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:45:40] +           Frames: 100
[20/05/2020-09:45:40] +           Credit: 1695
[20/05/2020-09:45:40] +          KFactor: 0,75
[20/05/2020-09:45:40] +   Preferred Time: 1.00:00:00
[20/05/2020-09:45:40] +     Maximum Time: 7.00:00:00
[20/05/2020-09:45:40] +  **** Production: No Bonus ****
[20/05/2020-09:45:40] +       Frame Time: 00:04:45
[20/05/2020-09:45:40] +              UPD: 3,03157894736842
[20/05/2020-09:45:40] +              PPD: 5138,52632
[20/05/2020-09:45:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:45:40] +        Unit Time: 07:17:08.4326292
[20/05/2020-09:45:40] +            Multi: 4,15863
[20/05/2020-09:45:40] +           Credit: 7048,87785
[20/05/2020-09:45:40] +              PPD: 21369,22969
[20/05/2020-09:45:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:45:40] +        Unit Time: 07:55:00
[20/05/2020-09:45:40] +            Multi: 3,98946
[20/05/2020-09:45:40] +           Credit: 6762,1347
[20/05/2020-09:45:40] +              PPD: 20499,9452
[20/05/2020-09:45:40] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:45:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:45:40] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:45:40] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:45:40] +           Frames: 100
[20/05/2020-09:45:40] +           Credit: 58500
[20/05/2020-09:45:40] +          KFactor: 0,75
[20/05/2020-09:45:40] +   Preferred Time: 2.00:00:00
[20/05/2020-09:45:40] +     Maximum Time: 5.00:00:00
[20/05/2020-09:45:40] +  **** Production: No Bonus ****
[20/05/2020-09:45:40] +       Frame Time: 00:04:14
[20/05/2020-09:45:40] +              UPD: 3,40157480314961
[20/05/2020-09:45:40] +              PPD: 198992,12598
[20/05/2020-09:45:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:45:40] +        Unit Time: 06:31:25.4326292
[20/05/2020-09:45:40] +            Multi: 3,71427
[20/05/2020-09:45:40] +           Credit: 217284,795
[20/05/2020-09:45:40] +              PPD: 739110,48378
[20/05/2020-09:45:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:45:40] +        Unit Time: 07:03:20
[20/05/2020-09:45:40] +            Multi: 3,57154
[20/05/2020-09:45:40] +           Credit: 208935,09
[20/05/2020-09:45:40] +              PPD: 710708,33764
[20/05/2020-09:45:40] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:45:40] - (pioneer) Retrieval finished: 108 ms
[20/05/2020-09:45:40] - Client Retrieval task finished: 116 ms
[20/05/2020-09:45:40] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:45:40] + (pioneer) Message Type: heartbeat - Received at: 20/05/2020 12:45:40 - Length: 1
[20/05/2020-09:45:41] + (reblouise) Message Type: units - Received at: 20/05/2020 12:45:41 - Length: 606
[20/05/2020-09:45:41] + (starbuck) Message Type: units - Received at: 20/05/2020 12:45:41 - Length: 610
[20/05/2020-09:45:41] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:45:41 - Length: 1
[20/05/2020-09:45:41] + (reblouise) Message Type: info - Received at: 20/05/2020 12:45:41 - Length: 2044
[20/05/2020-09:45:41] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:45:41 - Length: 1
[20/05/2020-09:45:41] + (starbuck) Message Type: info - Received at: 20/05/2020 12:45:41 - Length: 1978
[20/05/2020-09:46:03] + (pioneer) Message Type: log-update - Received at: 20/05/2020 12:46:03 - Length: 70
[20/05/2020-09:46:03] + (pioneer) Message Type: units - Received at: 20/05/2020 12:46:03 - Length: 1216
[20/05/2020-09:46:03] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:46:03] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:46:03] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:46:03] +           Frames: 100
[20/05/2020-09:46:03] +           Credit: 1695
[20/05/2020-09:46:03] +          KFactor: 0,75
[20/05/2020-09:46:03] +   Preferred Time: 1.00:00:00
[20/05/2020-09:46:03] +     Maximum Time: 7.00:00:00
[20/05/2020-09:46:03] +  **** Production: No Bonus ****
[20/05/2020-09:46:03] +       Frame Time: 00:04:33
[20/05/2020-09:46:03] +              UPD: 3,16483516483516
[20/05/2020-09:46:03] +              PPD: 5364,3956
[20/05/2020-09:46:03] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:46:03] +        Unit Time: 07:08:58.6077163
[20/05/2020-09:46:03] +            Multi: 4,19802
[20/05/2020-09:46:03] +           Credit: 7115,6439
[20/05/2020-09:46:03] +              PPD: 22519,84004
[20/05/2020-09:46:03] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:46:03] +        Unit Time: 07:35:00
[20/05/2020-09:46:03] +            Multi: 4,0762
[20/05/2020-09:46:03] +           Credit: 6909,159
[20/05/2020-09:46:03] +              PPD: 21866,34936
[20/05/2020-09:46:03] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:46:03] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:46:03] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:46:03] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:46:03] +           Frames: 100
[20/05/2020-09:46:03] +           Credit: 58500
[20/05/2020-09:46:03] +          KFactor: 0,75
[20/05/2020-09:46:03] +   Preferred Time: 2.00:00:00
[20/05/2020-09:46:03] +     Maximum Time: 5.00:00:00
[20/05/2020-09:46:03] +  **** Production: No Bonus ****
[20/05/2020-09:46:03] +       Frame Time: 00:04:14
[20/05/2020-09:46:03] +              UPD: 3,40157480314961
[20/05/2020-09:46:03] +              PPD: 198992,12598
[20/05/2020-09:46:03] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:46:03] +        Unit Time: 06:31:48.6077163
[20/05/2020-09:46:03] +            Multi: 3,71244
[20/05/2020-09:46:03] +           Credit: 217177,74
[20/05/2020-09:46:03] +              PPD: 738746,32819
[20/05/2020-09:46:03] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:46:03] +        Unit Time: 07:03:20
[20/05/2020-09:46:03] +            Multi: 3,57154
[20/05/2020-09:46:03] +           Credit: 208935,09
[20/05/2020-09:46:03] +              PPD: 710708,33764
[20/05/2020-09:46:03] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:46:03] - (pioneer) Retrieval finished: 66 ms
[20/05/2020-09:46:40] - Client Retrieval task running
[20/05/2020-09:46:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:46:40] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:46:40] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:46:40] +           Frames: 100
[20/05/2020-09:46:40] +           Credit: 1695
[20/05/2020-09:46:40] +          KFactor: 0,75
[20/05/2020-09:46:40] +   Preferred Time: 1.00:00:00
[20/05/2020-09:46:40] +     Maximum Time: 7.00:00:00
[20/05/2020-09:46:40] +  **** Production: No Bonus ****
[20/05/2020-09:46:40] +       Frame Time: 00:04:33
[20/05/2020-09:46:40] +              UPD: 3,16483516483516
[20/05/2020-09:46:40] +              PPD: 5364,3956
[20/05/2020-09:46:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:46:40] +        Unit Time: 07:09:35.5544655
[20/05/2020-09:46:40] +            Multi: 4,19501
[20/05/2020-09:46:40] +           Credit: 7110,54195
[20/05/2020-09:46:40] +              PPD: 22503,6932
[20/05/2020-09:46:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:46:40] +        Unit Time: 07:35:00
[20/05/2020-09:46:40] +            Multi: 4,0762
[20/05/2020-09:46:40] +           Credit: 6909,159
[20/05/2020-09:46:40] +              PPD: 21866,34936
[20/05/2020-09:46:40] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:46:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:46:40] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:46:40] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:46:40] +           Frames: 100
[20/05/2020-09:46:40] +           Credit: 58500
[20/05/2020-09:46:40] +          KFactor: 0,75
[20/05/2020-09:46:40] +   Preferred Time: 2.00:00:00
[20/05/2020-09:46:40] +     Maximum Time: 5.00:00:00
[20/05/2020-09:46:40] +  **** Production: No Bonus ****
[20/05/2020-09:46:40] +       Frame Time: 00:04:14
[20/05/2020-09:46:40] +              UPD: 3,40157480314961
[20/05/2020-09:46:40] +              PPD: 198992,12598
[20/05/2020-09:46:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:46:40] +        Unit Time: 06:32:25.5544655
[20/05/2020-09:46:40] +            Multi: 3,70952
[20/05/2020-09:46:40] +           Credit: 217006,92
[20/05/2020-09:46:40] +              PPD: 738165,27118
[20/05/2020-09:46:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:46:40] +        Unit Time: 07:03:20
[20/05/2020-09:46:40] +            Multi: 3,57154
[20/05/2020-09:46:40] +           Credit: 208935,09
[20/05/2020-09:46:40] +              PPD: 710708,33764
[20/05/2020-09:46:40] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:46:40] - (pioneer) Retrieval finished: 67 ms
[20/05/2020-09:46:40] - Client Retrieval task finished: 74 ms
[20/05/2020-09:46:40] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:46:40] + (pioneer) Message Type: heartbeat - Received at: 20/05/2020 12:46:40 - Length: 1
[20/05/2020-09:46:40] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:46:40 - Length: 1
[20/05/2020-09:46:40] + (reblouise) Message Type: info - Received at: 20/05/2020 12:46:40 - Length: 2044
[20/05/2020-09:46:40] + (starbuck) Message Type: log-restart - Received at: 20/05/2020 12:46:40 - Length: 59543
[20/05/2020-09:46:40] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:46:40] + (starbuck) Message Type: units - Received at: 20/05/2020 12:46:40 - Length: 610
[20/05/2020-09:46:41] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:46:41] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:46:41 - Length: 1
[20/05/2020-09:46:41] + (starbuck) Message Type: info - Received at: 20/05/2020 12:46:41 - Length: 1978
[20/05/2020-09:47:40] - Client Retrieval task running
[20/05/2020-09:47:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:47:40] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:47:40] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:47:40] +           Frames: 100
[20/05/2020-09:47:40] +           Credit: 1695
[20/05/2020-09:47:40] +          KFactor: 0,75
[20/05/2020-09:47:40] +   Preferred Time: 1.00:00:00
[20/05/2020-09:47:40] +     Maximum Time: 7.00:00:00
[20/05/2020-09:47:40] +  **** Production: No Bonus ****
[20/05/2020-09:47:40] +       Frame Time: 00:04:33
[20/05/2020-09:47:40] +              UPD: 3,16483516483516
[20/05/2020-09:47:40] +              PPD: 5364,3956
[20/05/2020-09:47:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:47:40] +        Unit Time: 07:10:35.6312944
[20/05/2020-09:47:40] +            Multi: 4,19013
[20/05/2020-09:47:40] +           Credit: 7102,27035
[20/05/2020-09:47:40] +              PPD: 22477,51495
[20/05/2020-09:47:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:47:40] +        Unit Time: 07:35:00
[20/05/2020-09:47:40] +            Multi: 4,0762
[20/05/2020-09:47:40] +           Credit: 6909,159
[20/05/2020-09:47:40] +              PPD: 21866,34936
[20/05/2020-09:47:40] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:47:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:47:40] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:47:40] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:47:40] +           Frames: 100
[20/05/2020-09:47:40] +           Credit: 58500
[20/05/2020-09:47:40] +          KFactor: 0,75
[20/05/2020-09:47:40] +   Preferred Time: 2.00:00:00
[20/05/2020-09:47:40] +     Maximum Time: 5.00:00:00
[20/05/2020-09:47:40] +  **** Production: No Bonus ****
[20/05/2020-09:47:40] +       Frame Time: 00:04:14
[20/05/2020-09:47:40] +              UPD: 3,40157480314961
[20/05/2020-09:47:40] +              PPD: 198992,12598
[20/05/2020-09:47:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:47:40] +        Unit Time: 06:33:25.6312944
[20/05/2020-09:47:40] +            Multi: 3,7048
[20/05/2020-09:47:40] +           Credit: 216730,8
[20/05/2020-09:47:40] +              PPD: 737226,02835
[20/05/2020-09:47:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:47:40] +        Unit Time: 07:03:20
[20/05/2020-09:47:40] +            Multi: 3,57154
[20/05/2020-09:47:40] +           Credit: 208935,09
[20/05/2020-09:47:40] +              PPD: 710708,33764
[20/05/2020-09:47:40] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:47:40] - (pioneer) Retrieval finished: 70 ms
[20/05/2020-09:47:40] - Client Retrieval task finished: 81 ms
[20/05/2020-09:47:40] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:47:40] + (pioneer) Message Type: heartbeat - Received at: 20/05/2020 12:47:40 - Length: 1
[20/05/2020-09:47:41] + (reblouise) Message Type: units - Received at: 20/05/2020 12:47:41 - Length: 606
[20/05/2020-09:47:41] + (starbuck) Message Type: units - Received at: 20/05/2020 12:47:41 - Length: 610
[20/05/2020-09:47:41] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:47:41 - Length: 1
[20/05/2020-09:47:41] + (reblouise) Message Type: info - Received at: 20/05/2020 12:47:41 - Length: 2044
[20/05/2020-09:47:41] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:47:41 - Length: 1
[20/05/2020-09:47:41] + (starbuck) Message Type: info - Received at: 20/05/2020 12:47:41 - Length: 1978
[20/05/2020-09:48:02] + (pioneer) Message Type: log-update - Received at: 20/05/2020 12:48:02 - Length: 72
[20/05/2020-09:48:02] + (pioneer) Message Type: units - Received at: 20/05/2020 12:48:02 - Length: 1216
[20/05/2020-09:48:02] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:48:02] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:48:02] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:48:02] +           Frames: 100
[20/05/2020-09:48:02] +           Credit: 1695
[20/05/2020-09:48:02] +          KFactor: 0,75
[20/05/2020-09:48:02] +   Preferred Time: 1.00:00:00
[20/05/2020-09:48:02] +     Maximum Time: 7.00:00:00
[20/05/2020-09:48:02] +  **** Production: No Bonus ****
[20/05/2020-09:48:02] +       Frame Time: 00:04:33
[20/05/2020-09:48:02] +              UPD: 3,16483516483516
[20/05/2020-09:48:02] +              PPD: 5364,3956
[20/05/2020-09:48:02] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:48:02] +        Unit Time: 07:10:57.3654061
[20/05/2020-09:48:02] +            Multi: 4,18836
[20/05/2020-09:48:02] +           Credit: 7099,2702
[20/05/2020-09:48:02] +              PPD: 22468,01997
[20/05/2020-09:48:02] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:48:02] +        Unit Time: 07:35:00
[20/05/2020-09:48:02] +            Multi: 4,0762
[20/05/2020-09:48:02] +           Credit: 6909,159
[20/05/2020-09:48:02] +              PPD: 21866,34936
[20/05/2020-09:48:02] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:48:02] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:48:02] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:48:02] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:48:02] +           Frames: 100
[20/05/2020-09:48:02] +           Credit: 58500
[20/05/2020-09:48:02] +          KFactor: 0,75
[20/05/2020-09:48:02] +   Preferred Time: 2.00:00:00
[20/05/2020-09:48:02] +     Maximum Time: 5.00:00:00
[20/05/2020-09:48:02] +  **** Production: No Bonus ****
[20/05/2020-09:48:02] +       Frame Time: 00:04:11
[20/05/2020-09:48:02] +              UPD: 3,44223107569721
[20/05/2020-09:48:02] +              PPD: 201370,51793
[20/05/2020-09:48:02] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:48:02] +        Unit Time: 06:29:24.3654061
[20/05/2020-09:48:02] +            Multi: 3,72388
[20/05/2020-09:48:02] +           Credit: 217846,98
[20/05/2020-09:48:02] +              PPD: 749879,6443
[20/05/2020-09:48:02] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:48:02] +        Unit Time: 06:58:20
[20/05/2020-09:48:02] +            Multi: 3,59282
[20/05/2020-09:48:02] +           Credit: 210179,97
[20/05/2020-09:48:02] +              PPD: 723488,02422
[20/05/2020-09:48:02] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:48:02] - (pioneer) Retrieval finished: 68 ms
[20/05/2020-09:48:40] - Client Retrieval task running
[20/05/2020-09:48:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:48:40] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:48:40] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:48:40] +           Frames: 100
[20/05/2020-09:48:40] +           Credit: 1695
[20/05/2020-09:48:40] +          KFactor: 0,75
[20/05/2020-09:48:40] +   Preferred Time: 1.00:00:00
[20/05/2020-09:48:40] +     Maximum Time: 7.00:00:00
[20/05/2020-09:48:40] +  **** Production: No Bonus ****
[20/05/2020-09:48:40] +       Frame Time: 00:04:33
[20/05/2020-09:48:40] +              UPD: 3,16483516483516
[20/05/2020-09:48:40] +              PPD: 5364,3956
[20/05/2020-09:48:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:48:40] +        Unit Time: 07:11:35.7153388
[20/05/2020-09:48:40] +            Multi: 4,18526
[20/05/2020-09:48:40] +           Credit: 7094,0157
[20/05/2020-09:48:40] +              PPD: 22451,39035
[20/05/2020-09:48:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:48:40] +        Unit Time: 07:35:00
[20/05/2020-09:48:40] +            Multi: 4,0762
[20/05/2020-09:48:40] +           Credit: 6909,159
[20/05/2020-09:48:40] +              PPD: 21866,34936
[20/05/2020-09:48:40] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:48:40] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:48:40] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:48:40] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:48:40] +           Frames: 100
[20/05/2020-09:48:40] +           Credit: 58500
[20/05/2020-09:48:40] +          KFactor: 0,75
[20/05/2020-09:48:40] +   Preferred Time: 2.00:00:00
[20/05/2020-09:48:40] +     Maximum Time: 5.00:00:00
[20/05/2020-09:48:40] +  **** Production: No Bonus ****
[20/05/2020-09:48:40] +       Frame Time: 00:04:11
[20/05/2020-09:48:40] +              UPD: 3,44223107569721
[20/05/2020-09:48:40] +              PPD: 201370,51793
[20/05/2020-09:48:40] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:48:40] +        Unit Time: 06:30:02.7153388
[20/05/2020-09:48:40] +            Multi: 3,72083
[20/05/2020-09:48:40] +           Credit: 217668,555
[20/05/2020-09:48:40] +              PPD: 749265,46422
[20/05/2020-09:48:40] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:48:40] +        Unit Time: 06:58:20
[20/05/2020-09:48:40] +            Multi: 3,59282
[20/05/2020-09:48:40] +           Credit: 210179,97
[20/05/2020-09:48:40] +              PPD: 723488,02422
[20/05/2020-09:48:40] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:48:40] - (pioneer) Retrieval finished: 73 ms
[20/05/2020-09:48:40] - Client Retrieval task finished: 83 ms
[20/05/2020-09:48:40] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:48:41] + (pioneer) Message Type: heartbeat - Received at: 20/05/2020 12:48:41 - Length: 1
[20/05/2020-09:48:41] + (starbuck) Message Type: log-restart - Received at: 20/05/2020 12:48:41 - Length: 59771
[20/05/2020-09:48:41] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:48:41] + (starbuck) Message Type: units - Received at: 20/05/2020 12:48:41 - Length: 610
[20/05/2020-09:48:41] + (reblouise) Message Type: units - Received at: 20/05/2020 12:48:41 - Length: 606
[20/05/2020-09:48:41] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:48:41] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:48:41 - Length: 1
[20/05/2020-09:48:41] + (starbuck) Message Type: info - Received at: 20/05/2020 12:48:41 - Length: 1978
[20/05/2020-09:48:41] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:48:41 - Length: 1
[20/05/2020-09:48:41] + (reblouise) Message Type: info - Received at: 20/05/2020 12:48:41 - Length: 2044
[20/05/2020-09:49:03] - Client Retrieval task running
[20/05/2020-09:49:03] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:49:03] + (pioneer Slot 00) Calculate Bonus PPD by Download Time.
[20/05/2020-09:49:03] +  ******* Project: P16429 (R0, C1856, G91) *******
[20/05/2020-09:49:03] +           Frames: 100
[20/05/2020-09:49:03] +           Credit: 1695
[20/05/2020-09:49:03] +          KFactor: 0,75
[20/05/2020-09:49:03] +   Preferred Time: 1.00:00:00
[20/05/2020-09:49:03] +     Maximum Time: 7.00:00:00
[20/05/2020-09:49:03] +  **** Production: No Bonus ****
[20/05/2020-09:49:03] +       Frame Time: 00:04:33
[20/05/2020-09:49:03] +              UPD: 3,16483516483516
[20/05/2020-09:49:03] +              PPD: 5364,3956
[20/05/2020-09:49:03] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:49:03] +        Unit Time: 07:11:58.2132092
[20/05/2020-09:49:03] +            Multi: 4,18344
[20/05/2020-09:49:03] +           Credit: 7090,9308
[20/05/2020-09:49:03] +              PPD: 22441,62715
[20/05/2020-09:49:03] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:49:03] +        Unit Time: 07:35:00
[20/05/2020-09:49:03] +            Multi: 4,0762
[20/05/2020-09:49:03] +           Credit: 6909,159
[20/05/2020-09:49:03] +              PPD: 21866,34936
[20/05/2020-09:49:03] - (pioneer Slot 00) Slot Status: Running
[20/05/2020-09:49:03] + (pioneer) Failed to parse log line: 12:22:25:WU00:FS00:0xa7:Completed 380701 out of 500000 steps (76%)
[20/05/2020-09:49:03] + (pioneer Slot 01) Calculate Bonus PPD by Download Time.
[20/05/2020-09:49:03] +  ******* Project: P14460 (R0, C721, G10) *******
[20/05/2020-09:49:03] +           Frames: 100
[20/05/2020-09:49:03] +           Credit: 58500
[20/05/2020-09:49:03] +          KFactor: 0,75
[20/05/2020-09:49:03] +   Preferred Time: 2.00:00:00
[20/05/2020-09:49:03] +     Maximum Time: 5.00:00:00
[20/05/2020-09:49:03] +  **** Production: No Bonus ****
[20/05/2020-09:49:03] +       Frame Time: 00:04:11
[20/05/2020-09:49:03] +              UPD: 3,44223107569721
[20/05/2020-09:49:03] +              PPD: 201370,51793
[20/05/2020-09:49:03] +  **** Production: Bonus by Download Time ****
[20/05/2020-09:49:03] +        Unit Time: 06:30:25.2132092
[20/05/2020-09:49:03] +            Multi: 3,71904
[20/05/2020-09:49:03] +           Credit: 217563,84
[20/05/2020-09:49:03] +              PPD: 748905,011
[20/05/2020-09:49:03] +  **** Production: Bonus by Frame Time ****
[20/05/2020-09:49:03] +        Unit Time: 06:58:20
[20/05/2020-09:49:03] +            Multi: 3,59282
[20/05/2020-09:49:03] +           Credit: 210179,97
[20/05/2020-09:49:03] +              PPD: 723488,02422
[20/05/2020-09:49:03] - (pioneer Slot 01) Slot Status: Running
[20/05/2020-09:49:03] - (pioneer) Retrieval finished: 73 ms
[20/05/2020-09:49:03] - Client Retrieval task finished: 79 ms
[20/05/2020-09:49:03] - Client Retrieval task scheduled: 1 minutes
[20/05/2020-09:49:03] + (reblouise) Message Type: heartbeat - Received at: 20/05/2020 12:49:03 - Length: 1
[20/05/2020-09:49:03] + (reblouise) Message Type: info - Received at: 20/05/2020 12:49:03 - Length: 2044
[20/05/2020-09:49:03] + (starbuck) Message Type: log-restart - Received at: 20/05/2020 12:49:03 - Length: 59882
[20/05/2020-09:49:03] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:49:03] + (starbuck) Message Type: units - Received at: 20/05/2020 12:49:03 - Length: 610
[20/05/2020-09:49:03] - (starbuck) Retrieval finished: 0 ms
[20/05/2020-09:49:03] + (starbuck) Message Type: heartbeat - Received at: 20/05/2020 12:49:03 - Length: 1
[20/05/2020-09:49:03] + (starbuck) Message Type: info - Received at: 20/05/2020 12:49:03 - Length: 1978



harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

Hi RMCholewa - Thanks for the Debug log... that's helpful. HFM is certainly receiving some messages from reblouise and starbuck but there is some strange behavior. If you look in the log for "log-restart" you'll see HFM receives this message once for pioneer, which is what I would expect. However, starbuck gets the message four different times and reblouise never receives it. I think the connection to these clients is being lost and HFM is attempting to reconnect each time you see "Client Retrieval task running".

Let's try this... because I see that you have a very short refresh time configured (one minute). Go to Edit > Preferences > Scheduled Tasks and change the Refresh Client Data value to 10 Minutes instead of one. There's no need to force a refresh that often. When HFM detects changes to the FAHClient progress it will refresh the client/slot automatically. I generally set this value at 15 minutes on my own machine.

I'm also aware that the current v0.9.17 is missing some logging when a client connection is dropped. It's already fixed but I have not published an update yet. I'll try to get that prepared this weekend and get an update out that may confirm my suspicion that the connection is being dropped.

Thanks for your patience and all the feedback!
toTOW
Site Moderator
Posts: 6296
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by toTOW »

HFM is going to be broken again with 7.6.15+ clients ... :(
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
HaloJones
Posts: 920
Joined: Thu Jul 24, 2008 10:16 am

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by HaloJones »

I shan't upgrade then
single 1070

Image
JimF
Posts: 652
Joined: Thu Jan 21, 2010 2:03 pm

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by JimF »

toTOW wrote:HFM is going to be broken again with 7.6.15+ clients ... :(
Thanks. I just found that out with 7.6.16 under Win7 64-bit.
harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

Beta clients are still in progress and we won't see the final until after jcoffland returns from vacation on September 8th. I already have the fix worked out for 7.6.15+ and a preview version available. I have a few features I'm putting in before a public release, which I plan to have available before September 8th.

If you'd like to try the latest preview, you can find it here on GitHub: https://github.com/harlam357/hfm-net/releases
harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

New Version: 0.9.21.1259 - Project Site - Download

Please see the release notes at the download link.

---

Need help with HFM? Please post in the HFM Google Group. http://groups.google.com/group/hfm-net

Have a feature request or bug report? Open a new Issue on GitHub. https://github.com/harlam357/hfm-net/issues
puuteknikko
Posts: 177
Joined: Thu Mar 19, 2020 6:20 am

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by puuteknikko »

Would it be possible to have the work unit history table sorted automatically so that the most recent WUs are always first in the list?
Ryzen 3900X, 12c/24t @ 3.8GHz
harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

There's an issue in GitHub to this effect and also some guidance to getting to that view with just a couple clicks.

https://github.com/harlam357/hfm-net/issues/333
GenuineJakob
Posts: 2
Joined: Mon Aug 31, 2020 10:37 am

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by GenuineJakob »

Hello,
I want to use HFM to get information from my second device, but I always receive a bad JSON sequence. I can control the other device in FAHControl. Could you please tell me if this is an error in HFM or if I configured something wrong?

Code: Select all

+ (Jakobs-MBP) Message Type: units - Received at: 31/08/2020 10:40:51 - Length: 613
+ (Jakobs-MBP) Message Type: heartbeat - Received at: 31/08/2020 10:40:51 - Length: 1
+ (Jakobs-MBP) Message Type: info - Received at: 31/08/2020 10:40:51 - Length: 2190
X (Jakobs-MBP) Bad JSON escape sequence: \x. Path '[0][15][0]', line 18, position 36.
This error is in the log of the second machine:

Code: Select all

ERROR:Receive error: 10054: An existing connection was forcibly closed by the remote host.
Image
Image
Image
harlam357
Posts: 222
Joined: Fri Jun 27, 2008 11:03 pm
Location: Alabama - USA
Contact:

Re: HFM.NET - Monitoring Application for Folding@Home v7

Post by harlam357 »

This is due to formatting of localized (non-English) characters in the information sent from the FAHClient. The issue is documented here: https://github.com/FoldingAtHome/fah-control/issues/76

I was actually curious if this had been fixed on the FAHClient side. Will you share the version of FAHClient (Folding@Home) that you're using please?

FWIW, I am considering adding a conversion of these characters in HFM so they become valid JSON and the information can be interpreted correctly. However, this doesn't help any others interfacing with FAHClient. I feel like FAHClient should encode these characters in a standard (unicode) format so they meet the specification for valid JSON.
Post Reply