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
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
Describe the Bug
When trying to reschedule any (testet with "Translate", "Context Chat" and "Generate Text") Task directly from the "Try Again" context action (clicking on the three dots) an Error shows up without delay:
Error Log -> Argument #2 ($type) must be of type string, null given, called in /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php on line 208 in file '/var/www/nextcloud/core/Controller/TaskProcessingApiController.php' line 122
Access Log -> "POST /ocs/v2.php/taskprocessing/schedule HTTP/1.1" 500
UI -> Assistant error: failure 500 Internal Server Error
Opening the task first in the task log and starting it from there works and includes the type parameter in the POST body.
Expected Behavior
The task should be rescheduled.
To Reproduce
Start a Context Chat Task
Open the 'Previous "Context Chat" tasks'
In the list, click on the three dots and on "Try again"
Error
The text was updated successfully, but these errors were encountered:
Which version of assistant are you using?
2.1.0
Which version of context_chat are you using?
3.1.0
Which version of Nextcloud are you using?
v30.0.0
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
Describe the Bug
When trying to reschedule any (testet with "Translate", "Context Chat" and "Generate Text") Task directly from the "Try Again" context action (clicking on the three dots) an Error shows up without delay:
Error Log -> Argument
#2
($type) must be of type string, null given, called in /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php on line 208 in file '/var/www/nextcloud/core/Controller/TaskProcessingApiController.php' line 122Access Log -> "POST /ocs/v2.php/taskprocessing/schedule HTTP/1.1" 500
UI -> Assistant error: failure 500 Internal Server Error
Opening the task first in the task log and starting it from there works and includes the type parameter in the POST body.
Expected Behavior
The task should be rescheduled.
To Reproduce
The text was updated successfully, but these errors were encountered: