This is a tough issue to fix because your BOINC client is very likely giving broken XML to GridRepublic. Because the data being sent cannot be parsed properly, your account email address cannot be determined.
I've updated the code so that you should see a new error if this is the case. Then the trick will be how to fix that XML so that your client works properly...
Thanks for the detailed report, Colin. Sure enough, your client is sending bad XML. The "home" venue in your general preferences has no closing </venue> tag, so the whole thing can't be parsed.
There are a number of other users who seem to have the same problem. Would you be interested in upgrading your client to see if this is fixed in a more recent build? I can raise a bug report about the problem, but the most recent version for Windows 64-bit at this point is 7.4.22, so the developers would want to see that it affects that version.
HI,
OK, I've now upgraded the Boinc client to the latest build, 7.4.22(x64), wxWidgets 3.0.1 and initially everything worked well at 9am BST 5Oct. However, on re-visiting later on the same day, the fault re-appears, and stays. A further test on 6th Oct 7pm BST shows the fault is evident 100% of the testing period.
The relevant logged messages are:05/10/2014 18:48:59 | | [unparsed_xml] ACCT_MGR_OP::parse: unrecognized tag <error_string>
05/10/2014 18:48:59 | http://www.gridrepublic.org/ | Message from account manager: unexpected XML tag or syntax.
cheersColin
Thanks for trying that, Colin. I see there's actually an error in the error message, too (oops). Could you try to sync again and see what the message says? We may be able to work around this without needing a new client build even if the XML is malformed.
Hi, I've tried to re-attach to GridRepublic over the past 2-3 days but no luck. I have no tasks running or pending at this time in the client. Each attempt shows the following in the log:
Contacting account manager at http://www.gridrepublic.org/[unparsed_xml] ACCT_MGR_OP::parse: unrecognized tag <error_string>http://www.gridrepublic.org/ | Message from account manager: unexpected XML tag or syntax
I also inspected the relevant client XML file with the /<Venue> part. etc. This looks normal to me.
When you mention the error message above - I'm not clear which error message text you are seeking - I've only seen those already mentioned earlier. I also set all diagnostic flags, and tried a connection - again nothing useful was apparent (to me) in the log file with that level of detailed data recorded.