cBackup / main

Releases, documentation and issue tracker
http://cbackup.me
GNU Affero General Public License v3.0
29 stars 17 forks source link

API method: v1/core/set-worker-result Response code: 500 Response message: Internal Server Error. Empty file created. Check 'Workers and Jobs' for warnings. #81

Closed Cody7172 closed 2 years ago

Cody7172 commented 2 years ago

Hi all! The following error appears in schedule logs when i trying to test backup worker My worker for now is "show clock" command for test purposes

API method: v1/core/set-worker-result
Response code: 500
Response message: Internal Server Error. Empty file [...] created. Check 'Workers and Jobs' for warnings.

Workers and Jobs shows no errors I can not understand what exactly is the problem and why an empty file is being created Can anyone help me please?

Cody7172 commented 2 years ago

I guess the problem was in this thing You need to specify a table field for the configuration output command in the worker so that the worker knows what to save The error is gone, thnx

image