You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has already been reported on the forum, but I thought I would relay it here for tracking purposes.
When the v8 client dumps a work unit, it reports it to the server's /api/results endpoint with "status: dumped", and no payload. The v7 client uses a different API which involves uploading the wudata_01.dat file.
The v8 client/API cannot dump work units. The WU is logged incorrectly, and the server does not reissue the WU until it expires. Dumped WUs are displayed on the WU status page under the correct project, but with run, clone, and gen set to 0. Example: https://apps.foldingathome.org/wu#project=18498&run=0&clone=0&gen=0
The v7 client/API still dumps work units correctly.
The text was updated successfully, but these errors were encountered:
This has already been reported on the forum, but I thought I would relay it here for tracking purposes.
When the v8 client dumps a work unit, it reports it to the server's
/api/results
endpoint with "status: dumped", and no payload. The v7 client uses a different API which involves uploading the wudata_01.dat file.The v8 client/API cannot dump work units. The WU is logged incorrectly, and the server does not reissue the WU until it expires. Dumped WUs are displayed on the WU status page under the correct project, but with run, clone, and gen set to 0. Example: https://apps.foldingathome.org/wu#project=18498&run=0&clone=0&gen=0
The v7 client/API still dumps work units correctly.
The text was updated successfully, but these errors were encountered: