Skip to content

TypeError: find_incomplete_ids() got an unexpected keyword argument 'updated_id' #3931

@sentry

Description

@sentry

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():

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions