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
AttributeError: 'NoneType' object has no attribute 'tree_id'
(10 additional frame(s) were not displayed)
...
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/base.py", line 326, in activate_channel_endpoint
change = activate_channel(channel, request.user)
File "contentcuration/api.py", line 74, in activate_channel
user.check_channel_space(channel)
File "contentcuration/models.py", line 238, in check_channel_space
staging_tree_id = channel.staging_tree.tree_id
The text was updated successfully, but these errors were encountered:
Sentry Issue: STUDIO-F4S
The text was updated successfully, but these errors were encountered: