Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sentry-io bot opened this issue Jan 27, 2023 · 1 comment
Closed
Assignees
Labels
P0 - critical Priority: Release blocker or regression TAG: regression

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 27, 2023

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():
@bjester bjester added P0 - critical Priority: Release blocker or regression TAG: regression labels Jan 27, 2023
bjester added a commit to bjester/studio that referenced this issue Jan 27, 2023
@rtibbles
Copy link
Member

rtibbles commented Feb 2, 2023

Fixed in #3934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 - critical Priority: Release blocker or regression TAG: regression
Projects
None yet
Development

No branches or pull requests

2 participants