-
-
Notifications
You must be signed in to change notification settings - Fork 300
TypeError: find_incomplete_ids() got an unexpected keyword argument 'updated_id' #3931
Copy link
Copy link
Closed
Closed
Copy link
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regression
Description
Sentry Issue: STUDIO-FZ0
TypeError: find_incomplete_ids() got an unexpected keyword argument 'updated_id'
(8 additional frame(s) were not displayed)
...
File "rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "rest_framework/decorators.py", line 50, in handler
return func(*args, **kwargs)
File "contentcuration/views/nodes.py", line 102, in get_node_diff
if generatenodediff_task.find_incomplete_ids(updated_id=updated_id, original_id=original_id).exists():
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regression