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
问题描述
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 493, in dispatch
self.initial(request, *args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 411, in initial
self.check_permissions(request)
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 332, in check_permissions
if not permission.has_permission(request, self):
File "/app/apps/node_man/handlers/permission.py", line 282, in has_permission
bk_biz_scope = list(set([node["bk_biz_id"] for node in request.data["scope"]["nodes"]]))
KeyError: 'scope'
请提供以下信息
bk-nodeman 版本 (发布版本号 或 git tag):
蓝鲸PaaS 版本:
bk-nodeman 异常日志:V2.1.353
The text was updated successfully, but these errors were encountered:
问题描述
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 493, in dispatch
self.initial(request, *args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 411, in initial
self.check_permissions(request)
File "/app/.heroku/python/lib/python3.6/site-packages/rest_framework/views.py", line 332, in check_permissions
if not permission.has_permission(request, self):
File "/app/apps/node_man/handlers/permission.py", line 282, in has_permission
bk_biz_scope = list(set([node["bk_biz_id"] for node in request.data["scope"]["nodes"]]))
KeyError: 'scope'
请提供以下信息
The text was updated successfully, but these errors were encountered: