Untitled
unknown
plain_text
a year ago
27 kB
13
Indexable
{
"graphQLErrors": [
{
"message": "13 INTERNAL: Unexpected Server Internal Error",
"locations": [
{
"line": 48,
"column": 3
}
],
"path": [
"getOrganizations"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"code": 13,
"details": "Unexpected Server Internal Error",
"metadata": {
"content-type": [
"application/grpc"
],
"x-envoy-upstream-service-time": [
"3077"
],
"vary": [
"Accept-Encoding"
],
"date": [
"Mon, 08 Jul 2024 13:16:48 GMT"
],
"server": [
"envoy"
]
},
"stacktrace": [
"Error: 13 INTERNAL: Unexpected Server Internal Error",
" at callErrorFromStatus (/app/node_modules/@grpc/grpc-js/build/src/call.js:31:19)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client.js:192:76)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)",
" at /app/node_modules/@grpc/grpc-js/build/src/resolving-call.js:99:78",
" at processTicksAndRejections (node:internal/process/task_queues:78:11)",
"for call at",
" at ServiceClientImpl.makeUnaryRequest (/app/node_modules/@grpc/grpc-js/build/src/client.js:160:32)",
" at ServiceClientImpl.getOrganizations (/app/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)",
" at /app/server/apollo-grpc/data-source/GRPCDataSource.js:32:40",
" at new Promise (<anonymous>)",
" at MyLensesV2DataSource.rpcCall (/app/server/apollo-grpc/data-source/GRPCDataSource.js:30:16)",
" at runMicrotasks (<anonymous>)",
" at processTicksAndRejections (node:internal/process/task_queues:96:5)",
" at async MyLensesV2DataSource.getOrganizations (/app/server/my-lenses-v2/MyLensesV2DataSource.js:50:45)"
]
}
}
}
],
"response": {
"errors": [
{
"message": "13 INTERNAL: Unexpected Server Internal Error",
"locations": [
{
"line": 48,
"column": 3
}
],
"path": [
"getOrganizations"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"code": 13,
"details": "Unexpected Server Internal Error",
"metadata": {
"content-type": [
"application/grpc"
],
"x-envoy-upstream-service-time": [
"3077"
],
"vary": [
"Accept-Encoding"
],
"date": [
"Mon, 08 Jul 2024 13:16:48 GMT"
],
"server": [
"envoy"
]
},
"stacktrace": [
"Error: 13 INTERNAL: Unexpected Server Internal Error",
" at callErrorFromStatus (/app/node_modules/@grpc/grpc-js/build/src/call.js:31:19)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client.js:192:76)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)",
" at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)",
" at /app/node_modules/@grpc/grpc-js/build/src/resolving-call.js:99:78",
" at processTicksAndRejections (node:internal/process/task_queues:78:11)",
"for call at",
" at ServiceClientImpl.makeUnaryRequest (/app/node_modules/@grpc/grpc-js/build/src/client.js:160:32)",
" at ServiceClientImpl.getOrganizations (/app/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)",
" at /app/server/apollo-grpc/data-source/GRPCDataSource.js:32:40",
" at new Promise (<anonymous>)",
" at MyLensesV2DataSource.rpcCall (/app/server/apollo-grpc/data-source/GRPCDataSource.js:30:16)",
" at runMicrotasks (<anonymous>)",
" at processTicksAndRejections (node:internal/process/task_queues:96:5)",
" at async MyLensesV2DataSource.getOrganizations (/app/server/my-lenses-v2/MyLensesV2DataSource.js:50:45)"
]
}
}
}
],
"data": null
},
"operation": {
"variables": {},
"extensions": {},
"operationName": "getUserInfo",
"query": {
"kind": "Document",
"definitions": [
{
"kind": "FragmentDefinition",
"name": {
"kind": "Name",
"value": "Organizations"
},
"typeCondition": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "GetOrganizationsResponse"
}
},
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "organizationsList"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "FragmentSpread",
"name": {
"kind": "Name",
"value": "OrganizationAll"
},
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "FragmentDefinition",
"name": {
"kind": "Name",
"value": "OrganizationAll"
},
"typeCondition": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "Organization"
}
},
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "id"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "name"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "cameraKitEnabled"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "lensSpacesList"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "FragmentSpread",
"name": {
"kind": "Name",
"value": "LensSpaceAll"
},
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "FragmentDefinition",
"name": {
"kind": "Name",
"value": "LensSpaceAll"
},
"typeCondition": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "LensSpace"
}
},
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "id"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "name"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "organizationId"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "FragmentDefinition",
"name": {
"kind": "Name",
"value": "Roles"
},
"typeCondition": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "GetRolesResponse"
}
},
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "rolesList"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "id"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "containerKind"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "containerId"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "roleType"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "FragmentDefinition",
"name": {
"kind": "Name",
"value": "UserProfile"
},
"typeCondition": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "GetUserProfileResponse"
}
},
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "userDisplayName"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "avatarUrl"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "pageUrl"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "userId"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "defaultOrganizationId"
},
"arguments": [],
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "OperationDefinition",
"operation": "query",
"name": {
"kind": "Name",
"value": "getUserInfo"
},
"variableDefinitions": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "getOrganizations"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "FragmentSpread",
"name": {
"kind": "Name",
"value": "Organizations"
},
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "getRoles"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "FragmentSpread",
"name": {
"kind": "Name",
"value": "Roles"
},
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "getUserProfile"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "FragmentSpread",
"name": {
"kind": "Name",
"value": "UserProfile"
},
"directives": []
},
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "__typename"
}
}
]
}
}
]
}
}
],
"loc": {
"start": 0,
"end": 996
}
}
}
}Editor is loading...
Leave a Comment