Only Backup Schedules Can be Created
Quick Information
- Operating System: Windows / Linux / MacOS / UnRAID
- Install Type: Git Cloned(Manual) / Installer / WinPackage / Docker
What Happened?
- After the 4.4.2 update only backup schedules can be created.
- There is an error being thrown in session.log when trying to schedule the task the field "action ID" is not there. Will try to have a patch for this by the afternoon.
HTTPServerRequest(protocol='https', host='localhost:8443', method='POST', uri='/api/v2/servers/6e056b0f-8904-443d-92c0-feebd0852b2c/tasks/', version='HTTP/1.1', remote_ip='::1')
Traceback (most recent call last):
File "tornado\web.py", line 1788, in _execute
File "app\classes\web\routes\api\servers\server\tasks\index.py", line 128, in post
File "app\classes\shared\tasks.py", line 344, in schedule_job
KeyError: 'action_id'
Expected result
Should be able to create every schedule type
Steps to reproduce
- Update to 4.4.2
- Try to create a schedule that is not a backup
Screenshots
Priority/Severity
-
High (anything that impacts the normal user flow or blocks app usage) -
Medium (anything that negatively affects the user experience) -
Low (anything else e.g., typos, missing icons/translations, layout/formatting issues, etc.)
Edited by Iain Powrie